Skip to content

Instantly share code, notes, and snippets.

@peterhellberg
Last active March 1, 2025 11:53
Show Gist options
  • Select an option

  • Save peterhellberg/ebfc72147c2009ee720aafe57ce9c141 to your computer and use it in GitHub Desktop.

Select an option

Save peterhellberg/ebfc72147c2009ee720aafe57ce9c141 to your computer and use it in GitHub Desktop.

Revisions

  1. peterhellberg revised this gist Sep 6, 2017. No changes.
  2. peterhellberg created this gist Sep 6, 2017.
    25 changes: 25 additions & 0 deletions ffserver.conf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,25 @@
    HTTPPort 8090
    HTTPBindAddress 0.0.0.0
    MaxHTTPConnections 200
    MaxClients 100
    MaxBandWidth 500000
    CustomLog -

    <Feed camera.ffm>
    File /tmp/camera.ffm
    FileMaxSize 200M
    </Feed>

    <Stream camera.mjpeg>
    Feed camera.ffm
    Format mpjpeg
    VideoFrameRate 15
    VideoIntraOnly
    VideoBitRate 4096
    VideoBufferSize 4096
    VideoSize 640x480
    VideoQMin 5
    VideoQMax 51
    NoAudio
    Strict -1
    </Stream>