Skip to content

Instantly share code, notes, and snippets.

@piuggi
Created August 27, 2014 16:20
Show Gist options
  • Save piuggi/297219af5870efde4422 to your computer and use it in GitHub Desktop.
Save piuggi/297219af5870efde4422 to your computer and use it in GitHub Desktop.
ffserver.conf Cannon T3
Port 8090
BindAddress 0.0.0.0
MaxHTTPConnections 2000
MaxClients 1000
MaxBandwidth 5000
CustomLog -
NoDaemon
<Feed feed1.ffm>
File /tmp/feed1.ffm
FileMaxSize 100M
ACL allow 127.0.0.1
</Feed>
<Stream test1.mjpeg>
Feed feed1.ffm
Format mjpeg
VideoBitRate 2400
VideoFrameRate 24
VideoSize 1056x704
NoAudio
</Stream>
<Stream stat.html>
Format status
ACL allow localhost
ACL allow 192.168.0.0 192.168.255.255
</Stream>
<Redirect index.html>
URL http://www.ffmpeg.org/
</Redirect>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment