diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-17 12:01:21 (GMT) |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-17 12:01:23 (GMT) |
commit | ba9064de9af710f1215cf8ad0c7094d190dbfade (patch) | |
tree | 4460400edae5e6b3d425a664b1dd2dae5278ef29 /Makefile | |
parent | e9e577c4aba08656a6cc3afe0c51d101ce01b730 (diff) | |
download | soup-transcoding-proxy-ba9064de9af710f1215cf8ad0c7094d190dbfade.zip soup-transcoding-proxy-ba9064de9af710f1215cf8ad0c7094d190dbfade.tar.gz |
appsink: Force encodebin to create a keyframe when a client connects
This avoids long waits when, for instance, the fps is 3, since the
keyframe-max-dist is 128
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ DEBUG_CFLAGS := -O0 -ggdb -Wall -fsanitize=address -fno-omit-frame-pointer -DENC CFLAGS := -O0 -ggdb -Wall -fno-omit-frame-pointer -DENCODE_DEBUG #CFLAGS := -O3 -march=native -Wall PKGCONFIG := pkg-config -LIBS := $(shell $(PKGCONFIG) --libs --cflags glib-2.0 gio-unix-2.0 libsoup-2.4 gstreamer-pbutils-1.0) -lrt +LIBS := $(shell $(PKGCONFIG) --libs --cflags glib-2.0 gio-unix-2.0 libsoup-2.4 gstreamer-pbutils-1.0 gstreamer-video-1.0) -lrt SERVER_NAME := stp-server SRC_OBJS := $(addprefix src/,debug/local-play.o lib.o encode.o) |