HTTPPort 8091
HTTPBindAddress 0.0.0.0
MaxHTTPConnections 2000
MaxClients 300
MaxBandwidth 716800
CustomLog -
#NoDaemon
# //kamera girova//
File /tmp/feed1.ffm
FileMaxSize 100M
ACL allow 127.0.0.1
# if you want to use mpegts format instead of flv
# then change "live.flv" to "live.ts"
# and also change "Format flv" to "Format mpegts"
Format webm
Feed feed1.ffm
VideoCodec libvpx
VideoFrameRate 20
VideoBitRate 5120
VideoBitRateRange 3072-4096
VideoBufferSize 20480
VideoSize 1280x720
PreRoll 0
NoAudio
AVOptionVideo cpu-used 4
AVOptionVideo qmin 10
AVOptionVideo qmax 30
AVOptionVideo quality good
#VideoIntraOnly
NoLoop
AVOptionVideo flags +global_header
AVOptionAudio flags +global_header
StartSendOnKey
##################################################################
# Special streams
##################################################################
Format status
# Only allow local people to get the status
ACL allow localhost
ACL allow 192.168.0.0 192.168.255.255
# Redirect index.html to the appropriate site
URL http://www.ffmpeg.org/
##################################################################