CBR should default to true when using MJPEG with raspivid.

Issue #216 resolved
Scott Barnard created an issue

CBR (constant bit rate) should default to true when using MJPEG with raspivid.

Currently it defaults to false which results in a zero bitrate for MJPEG which we would like to prevent.

Comments (2)

  1. Ella Pietraroia

    Changed so that when InputCodec = MJPEG, then CBR = true, but this means that it now cannot pass senders_test.go.

  2. Log in to comment