[FFmpeg-devel] [PATCH 6/7] ffserver.c: Reduce buffer from 30 to 10 seconds

Stephan Holljes klaxa1337 at googlemail.com
Thu Aug 2 02:00:23 EEST 2018


Signed-off-by: Stephan Holljes <klaxa1337 at googlemail.com>
---
 ffserver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffserver.c b/ffserver.c
index de96c7b..bda7d33 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -45,7 +45,7 @@
 #include "httpd.h"
 #include "configreader.h"
 
-#define BUFFER_SECS 30
+#define BUFFER_SECS 10
 #define LISTEN_TIMEOUT_MSEC 1000
 #define AUDIO_ONLY_SEGMENT_SECONDS 2
 
-- 
2.1.4



More information about the ffmpeg-devel mailing list