Good day to all. I have a rather odd problem.<br><br>I configurated a ffserver and tried to used it to stream something from a pipe: <br><br>The commands were:<br><br>#mkfifo pipe.avi<br>#ffserver &<br>#ffmpeg -i pipe.avi -r 24 <a href="http://localhost:8090/feed1.ffm">http://localhost:8090/feed1.ffm</a><br>
#mplayer -dumpstream rtp://<a href="http://192.168.1.8:5004">192.168.1.8:5004</a> -dumpfile pipe.avi (in another terminal this one)<br><br>All worked fine for a while (except some little problems that don't bother me any more) but now I can't see the stream (in a browser that embed the result of the ffserver -> a swf). <br>
<br>To be more specific: <br>There are no errors (except this one [mpeg2video @ 0x9094660]mpeg_decode_postinit() failure -> but I also got this error when it was working good and it doesn't stop at it), the streaming start, everything looks fine.<br>
<br>When I try to access it sometimes it works on at most 2 computers, sometimes it does not work at all. The idea is to work on about 100 computers so the "maybe works on 2 computers" is not really a solution.<br>
<br>The ffserver.conf is:<br><br>Port 8090<br><br>BindAddress 0.0.0.0<br><br>MaxHTTPConnections 200<br><br>MaxClients 200<br><br>MaxBandwidth 100000<br><br>CustomLog -<br><br>NoDaemon<br><br><Feed feed1.ffm><br><br>
File /tmp/feed1.ffm<br>FileMaxSize 16484<br>ACL allow 127.0.0.1 192.168.1.2<br><br></Feed><br><br><Stream test.swf><br>Feed feed1.ffm<br>Format swf<br>VideoFrameRate 24<br>VideoSize 480x352<br>VideoBitRate 5000<br>
PreRoll 0<br>StartSendOnKey<br></Stream><br><br>I'm sorry if I didn't describe the problem clearly (my English is not so good)... for any clarifications just ask :)<br><br>Thank you for your time,<br>Victor<br>