Created
October 25, 2015 01:31
-
-
Save w4ilun/d4ad545920eb4b09f71b to your computer and use it in GitHub Desktop.
ffserver config file for Intel Edison
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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