[FFmpeg-devel] FFserver bug?
Sevan Gelici
sevangelici at gmail.com
Fri Oct 31 02:14:29 CET 2014
Hi,
Two days ago i updated my linux system and also ffmpeg was updated. When i
started to stream it was not working anymore. I am using ffserver. i
determined the problem which causes the problem thats the bitrate it makes
like 50mb of it. i reinstalled the system a couple times because of some
tests and still i don't get it work. Can someone help me with this pls.
Config ffserver
Port 44488
BindAddress 0.0.0.0
MaxHTTPConnections 20000
MaxClients 10000
MaxBandwidth 1000000
CustomLog -
###########################
<Feed channel1.ffm>
File /tmp/channel1.ffm
FileMaxSize 100M
ACL allow 127.0.0.1
launch ffmpeg -i udp://@:4001
</Feed>
<Stream channel1.flv>
Feed channel1.ffm
Format flv
AudioChannels 2
AudioSampleRate 44100
AVOptionAudio flags +global_header
VideoFrameRate 25
VideoBitRate 1500
VideoSize 1280x720
VideoGopSize 12
AudioCodec libmp3lame
VideoCodec libx264
AVOptionVideo coder 0
AVOptionVideo bf 0
AVOptionVideo flags +loop
AVOptionVideo partitions +parti8x8+parti4x4+partp8x8+partb8x8
AVOptionVideo me_method hex
AVOptionVideo subq 7
AVOptionVideo me_range 16
AVOptionVideo g 250
AVOptionVideo keyint_min 10
AVOptionVideo sc_threshold 40
AVOptionVideo i_qfactor 0.71
AVOptionVideo b_strategy 1
AVOptionVideo qcomp 0.6
AVOptionVideo qmin 10
AVOptionVideo qmax 51
AVOptionVideo qdiff 4
AVOptionVideo refs 3
AVOptionVideo directpred 1
AVOptionVideo trellis 1
AVOptionVideo wpredp 0
AVOptionVideo flags +global_header
StartSendOnKey
</Stream>
###############################################
###############################################
<Stream stat.html>
Format status
ACL allow 192.168.0.0 192.168.255.255
</Stream>
i start with ffserver -f bla.conf
Thanks
Yours sincerely,
Sevan Gelici
More information about the ffmpeg-devel
mailing list