X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=ffserver.c;h=e24243d9ca83d383f319cc4592b2e77e28feb08f;hp=933eb0ec6182d82f1bdfdacbb4ac85047a12a67f;hb=aaf6cc925f7f07a20956dbd0c8dc9927e84ac626;hpb=6c2ed67c2f6f93fe153afba40b29a18d2cff0bd0 diff --git a/ffserver.c b/ffserver.c index 933eb0ec61..e24243d9ca 100644 --- a/ffserver.c +++ b/ffserver.c @@ -201,6 +201,7 @@ static FFServerConfig config = { .nb_max_http_connections = 2000, .nb_max_connections = 5, .max_bandwidth = 1000, + .use_defaults = 1, }; static void new_connection(int server_fd, int is_rtsp);