[FFmpeg-devel] How to extend MaxClients limit?

compn tempn
Tue Sep 2 13:25:31 CEST 2008


On Tue, 02 Sep 2008 15:17:18 +0400, ??????? ?????? wrote:
>Hello,
>
>We need to broadcast flv streams over 10000 clients. Now ffserver disallow MaxClients settings over 2000 limit. Can i'm make some trick to extends this?

ffmpeg-devel is for development or patches for ffmpeg.
your question should be sent to ffmpeg-user

look at line 63 of ffserver.c:
/* maximum number of simultaneous HTTP connections */
#define HTTP_MAX_CONNECTIONS 2000

-compn




More information about the ffmpeg-devel mailing list