New submission from Philipp Khlupin <diclof...@mail.ru>:

I took mjpg from Motion and put it into ffserver.

Sometimes when I opening/refreshing browser I don`t see any video. I tried
simply to download test.flv with wget and it can`t be downloaded at all (in
success case download should be for a long time)

I opened stat.html and see that connection which had no success with downloading
test.flv freeze:

#       File    IP      Proto   State   Target bits/sec Actual bits/sec Bytes 
transferred
1       stat.html       178.176.92.220  HTTP/1.1        HTTP_WAIT_REQUEST       
0       0       0
2       test.flv        178.176.92.220  HTTP/1.1        WAIT_FEED       40000   
0       215 
3       test.flv        178.176.92.220  HTTP/1.1        SEND_DATA       40000   
151k    2526k 

What I noticed else:
If I close my browser the line with success connection dissipaters in stat.html
immediately but the line with corrupted connection can holds for 5-10 mins after
closing browser.

Is it possible to do something with this?

I`m using ffmpeg-0.6.1.tar.bz2 on CentOS 5.5. (The problem has been reproduced
with RedHat)

I have fixed CPU overload for ffserver by changing ffserver.c file
Found details on this site:
http://permalink.gmane.org/gmane.comp.video.ffmpeg.devel/109662

Here is my configuration:

Port 8090

BindAddress 0.0.0.0

MaxClients 100

MaxBandwidth 20000

<Feed feed1.ffm>
File /tmp/feed1.ffm
FileMaxSize 200K
Launch ffmpeg -s 4cif -y -an -r 5 -f mjpeg -i
http://video.kva-kva.ru:8081/stream.mjpg
</Feed>

<Stream test.flv>
Feed feed1.ffm
Format flv
VideoCodec flv
VideoFrameRate 8
VideoBufferSize 1000
VideoBitRate 40

VideoQMin 20
VideoQMax 20
VideoSize 704x576
PreRoll 1
Noaudio
</Stream>

<Stream test.swf>

Feed feed1.ffm
Format swf
VideoFrameRate 8
VideoBitRate 40
VideoQMin 3
VideoQMax 10
VideoSize 704x576
NoAudio

</Stream>

<Stream stat.html>
Format status
</Stream>

----------
messages: 13762
priority: normal
status: new
substatus: new
title: Sometimes Flv output is not provided
type: bug

________________________________________________
FFmpeg issue tracker <iss...@roundup.ffmpeg.org>
<https://roundup.ffmpeg.org/issue2627>
________________________________________________

Reply via email to