Untitled
By: a guest | Mar 19th, 2010 | Syntax:
None | Size: 0.80 KB | Hits: 115 | Expires: Never
Port 8090
# bind to all IPs aliased or not
BindAddress 0.0.0.0
# max number of simultaneous clients
MaxClients 4
# max bandwidth per-client (kb/s)
MaxBandwidth 10000
# Suppress that if you want to launch ffserver as a daemon.
#NoDaemon
<Feed webcam.ffm>
File webcam.ffm
FileMaxSize 500M
</Feed>
# FLV output - good for streaming
<Stream webcam.flv>
# the source feed
Feed webcam.ffm
# the output stream format - FLV = FLash Video
Format flv
VideoCodec libx264
AudioCodec libfaac
# this must match the ffmpeg -r argument
VideoFrameRate 30
# generally leave this is a large number
VideoBufferSize 200000
# another quality tweak
VideoBitRate 1000
# quality ranges - 1-31 (1 = best, 31 = worst)
VideoQMin 5
VideoQMax 10
VideoSize vga
# this sets how many seconds in past to start
PreRoll 0