Skip to content

Instantly share code, notes, and snippets.

@iabaldwin
Created October 19, 2011 17:43
Show Gist options
  • Save iabaldwin/1299075 to your computer and use it in GitHub Desktop.
Save iabaldwin/1299075 to your computer and use it in GitHub Desktop.
ffserver configuration file, take 3
Port 8090
# bind to all IPs aliased or not
BindAddress 0.0.0.0
# max number of simultaneous clients
MaxClients 1000
# max bandwidth per-client (kb/s)
MaxBandwidth 100000
# Suppress that if you want to launch ffserver as a daemon.
NoDaemon
<Feed test_feed.ffm>
File /tmp/test_feed.ffm
FileMaxSize 125M
</Feed>
<Stream live.mpeg>
#Format rtp
#mpeg2video
# File "/tmp/rtp.mp4"
Feed test_feed.ffm
VideoCodec mpeg2video
VideoFrameRate 50
VideoBitRate 200
VideoSize 320x240
VideoQMin 1
VideoQMax 15
PreRoll 0
NoAudio
</Stream>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment