Skip to content

[Support]: Setting up WebRTC #13228

Closed Answered by hawkeye217
maxi1134 asked this question in Camera Support
Aug 20, 2024 · 3 comments · 13 replies
Discussion options

You must be logged in to vote

I see your issue, actually.

Your camera name and your go2rtc stream names don't match. You called the camera front_door_camera but the go2rtc stream name is front_door_camera_main.

That's fine, but Frigate won't use go2rtc for your live views unless you match up the name or specify it in your config for that camera:

cameras:
  ...
  front_door_camera:
    live:
      stream_name: front_door_camera_main

See the docs: https://docs.frigate.video/configuration/live/#setting-stream-for-live-ui

Replies: 3 comments 13 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
12 replies
@maxi1134
Comment options

@hawkeye217
Comment options

@maxi1134
Comment options

@hawkeye217
Comment options

Answer selected by hawkeye217
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