Skip to content

Instantly share code, notes, and snippets.

@tomoto
Created December 31, 2018 18:38
Show Gist options
  • Save tomoto/d6a495eada7171601a34d2f0f9a3d779 to your computer and use it in GitHub Desktop.
Save tomoto/d6a495eada7171601a34d2f0f9a3d779 to your computer and use it in GitHub Desktop.
FFServer settings to "clean up"Parrot Mambo
HTTPPort 8090
HTTPBindAddress 0.0.0.0
MaxHTTPConnections 2000
MaxClients 1000
MaxBandwidth 6000
CustomLog -
<Feed feed1.ffm>
File /tmp/feed1.ffm
FileMaxSize 5M
ACL allow 127.0.0.1
</Feed>
<Stream test.flv>
Feed feed1.ffm
Format flv
VideoBitRate 3000
VideoBufferSize 1000
VideoFrameRate 10
VideoSize svga
VideoCodec flv
NoAudio
</Stream>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment