Hi everyone,<div>  I have faced the issue with connecting more then one flowplayer. I have a server with ffserver and flv stream configured on it. Also on this server a page with two flowplayers installed was deployed and configured on stream from ffserver, but when the page display only one player can show video stream. I tried to connect more then one media player - no success.</div>


<div>  I use one of the latest version of ffserver/ffmpeg from git.</div><div><br></div><div><br></div><div>The part of configuration file for ffserver:</div><div><br></div><div><div>MaxHTTPConnections 2000</div><div><br>

</div><div># Number of simultaneous requests that can be handled. Since FFServer</div><div># is very fast, it is more likely that you will want to leave this high</div><div># and use MaxBandwidth, below.</div><div>MaxClients 1000</div>

</div><div><br></div><div><br></div><div>Output of ffserver:</div><div><div>ffserver -loglevel debug -d -f /etc/ffserver.conf</div><div>ffserver version N-46516-g9dfe07a Copyright (c) 2000-2012 the FFmpeg developers</div>

<div>  built on Nov  8 2012 01:36:13 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)</div><div>  configuration: --enable-gpl --enable-libmp3lame --enable-libvorbis --enable-libvpx --enable-libx264 --enable-postproc</div>

<div>  libavutil      52.  5.100 / 52.  5.100</div><div>  libavcodec     54. 71.100 / 54. 71.100</div><div>  libavformat    54. 36.100 / 54. 36.100</div><div>  libavdevice    54.  3.100 / 54.  3.100</div><div>  libavfilter     3. 21.106 /  3. 21.106</div>

<div>  libswscale      2.  1.102 /  2.  1.102</div><div>  libswresample   0. 16.100 /  0. 16.100</div><div>  libpostproc    52.  1.100 / 52.  1.100</div></div><div><div>Tue Nov 20 12:34:15 2012 83.69.222.165 - - [GET] "/test.flv HTTP/1.1" 200 11782608</div>

<div>Tue Nov 20 12:34:15 2012 [AVIOContext @ 0x26ba180]Statistics: 54964224 bytes read, 7019 seeks</div><div>Tue Nov 20 12:34:16 2012 83.69.222.165 - - New connection: GET /test.flv</div><div>Tue Nov 20 12:34:16 2012 [ffm @ 0x26c6760]Format ffm probed with size=2048 and score=101</div>

<div>Tue Nov 20 12:34:30 2012 83.69.222.165 - - [] " " 200 0</div><div>Tue Nov 20 12:34:30 2012 83.69.222.165 - - [] " " 200 0</div><div>Tue Nov 20 12:34:33 2012 83.69.222.165 - - [] " " 200 0</div>

</div><div><br></div><div>Thanks in advance,</div><div>Kirill</div>