Skip to content

Instantly share code, notes, and snippets.

@w4ilun
Created October 25, 2015 01:31
Show Gist options
  • Save w4ilun/d4ad545920eb4b09f71b to your computer and use it in GitHub Desktop.
Save w4ilun/d4ad545920eb4b09f71b to your computer and use it in GitHub Desktop.
ffserver config file for Intel Edison
HTTPPort 8090
# bind to all IPs aliased or not
HTTPBindAddress 0.0.0.0
# max number of simultaneous clients
MaxClients 1000
# max bandwidth per-client (kb/s)
MaxBandwidth 10000
<Feed feed1.ffm>
File /tmp/feed1.ffm
FileMaxSize 5M
</Feed>
<Stream test.swf>
Feed feed1.ffm
Format swf
VideoCodec flv
VideoFrameRate 30
VideoBufferSize 80000
VideoBitRate 100
VideoQMin 1
VideoQMax 5
VideoSize 640x480
PreRoll 0
Noaudio
</Stream>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment