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 File /tmp/webcam.ffm FileMaxSize 5M # FLV output - good for streaming # the source feed Feed webcam.ffm # the output stream format - FLV = FLash Video Format flv VideoCodec flv # this must match the ffmpeg -r argument VideoFrameRate 2 # generally leave this is a large number VideoBufferSize 20000 # another quality tweak VideoBitRate 200 # quality ranges - 1-31 (1 = best, 31 = worst) VideoQMin 5 VideoQMax 10 VideoSize qvga # this sets how many seconds in past to start PreRoll 0 # wecams don't have audio Noaudio # ASF output - for windows media player # the source feed Feed webcam.ffm # the output stream format - ASF Format asf VideoCodec msmpeg4 # this must match the ffmpeg -r argument VideoFrameRate 2 # generally leave this is a large number VideoBufferSize 80000 # another quality tweak VideoBitRate 200 # quality ranges - 1-31 (1 = best, 31 = worst) VideoQMin 1 VideoQMax 10 VideoSize 640x480 # this sets how many seconds in past to start PreRoll 0 # wecams don't have audio Noaudio Feed webcam.ffm Format mpjpeg VideoSize qvga VideoFrameRate 2 VideoIntraOnly Noaudio Strict -1