Skip to content

Instantly share code, notes, and snippets.

@imnx
Forked from peterhellberg/ffserver.conf
Last active March 26, 2018 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imnx/52ef2e2ad16a1465a11dd8cff82c447b to your computer and use it in GitHub Desktop.
Save imnx/52ef2e2ad16a1465a11dd8cff82c447b to your computer and use it in GitHub Desktop.
MJPEG stream from Webcam using FFServer and FFMpeg
HTTPPort 8090
HTTPBindAddress 0.0.0.0
MaxHTTPConnections 200
MaxClients 100
MaxBandWidth 500000
CustomLog -
<Feed camera.ffm>
File /tmp/camera.ffm
FileMaxSize 50M
</Feed>
<Stream camera.mjpeg>
Feed camera.ffm
Format mpjpeg
VideoFrameRate 30 # for Peoples with the Bandwidth.
VideoIntraOnly
VideoBitRate 4096
VideoBufferSize 4096
VideoSize 800x600
VideoQMin 10
VideoQMax 35
NoAudio
Strict -1
</Stream>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment