Skip to content

[Config Support]: 2 Cameras are showing sub stream in live view #17323

Closed Answered by hawkeye217
Matzebhv asked this question in Config Support
Discussion options

You must be logged in to vote

See the camera settings recommendations in the official documentation.

If you can't change the settings in your camera's firmware, you'll need to ensure that you have a single stream that provides h264 video and AAC audio for the best compatibility with all browsers.

For example:

go2rtc:
  streams:
    Schuppen:
      - ffmpeg:rtsp://admin:[email protected]:554/11#video=h264#audio=aac

or, if you are already providing h264, just use #video=copy instead of #video=h264.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Matzebhv
Comment options

You must be logged in to vote
1 reply
@hawkeye217
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment