[FFmpeg-trac] #2822(ffserver:new): Cannot configure ffserver.conf MaxClients to > 5

FFmpeg trac at avcodec.org
Fri Feb 14 00:33:26 CET 2014


#2822: Cannot configure ffserver.conf MaxClients to > 5
------------------------------------+------------------------------------
             Reporter:  bzbdev001   |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  ffserver
              Version:  git-master  |               Resolution:
             Keywords:              |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  1           |
------------------------------------+------------------------------------
Changes (by reynaldo):

 * analyzed:  0 => 1
 * cc: rverdejo@… (added)
 * version:  2.0 => git-master
 * component:  undetermined => ffserver


Comment:

 You problem is this combination of ffserver options
 in your config:

 MaxHTTPConnections 5
 MaxClients 6

 The logic in ffserver.c requires MaxClients to be
 <= MaxHTTPConnections.

 Try bumping MaxHTTPConnections for a quick fix.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/2822#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list