Hi All,<br><br>I got the problem about ffmpeg post fail to ffserver.<br>I use the solution ffmpeg+ ffserver for a stream server.<br>the stream can work for a few minutes, then ffmpeg can not post video data via <a href="http://localhost:8090/feed1.ffm">http://localhost:8090/feed1.ffm</a><br>
the command line I use for ffmpeg:<br>ffmpeg -loglevel debug -f video4linux2 -r 30 -s 1280x720 -input_format h264 -i /dev/video1 -vcodec<br>copy <a href="http://localhost:8090/feed1.ffm">http://localhost:8090/feed1.ffm</a><br>
<br><br>ffserver can not receive new video data from ffmpeg if the stream is running for about 30~60 minutes.<br>I check the errno from ffmpeg av_interleaved_write_frame()<br>it says "No such file or directory"<br>
errno is 2<br><br>Does anyone have ideas?<br>