Skip to content
Discussion options

You must be logged in to vote

Your WebRTC issues and laggy Home Assistant streams are likely caused by missing WebRTC configuration. WebRTC requires additional setup beyond just enabling go2rtc.

WebRTC Configuration Required

WebRTC works by creating a TCP or UDP connection on port 8555, but it requires extra configuration:(1)

1. Add WebRTC candidates to your go2rtc config:

For internal/local access, you need to set the WebRTC candidates list. If 192.168.1.10 is your Frigate host IP:(1)

go2rtc:
  streams:
    alfresco_main:
      - rtsp://redacted:redacted@192.168.1.20:554/cam/realmonitor?channel=1&subtype=0
    alfresco_live:
      - rtsp://redacted:redacted@192.168.1.20:554/cam/realmonitor?channel=1&subtype=2
    alf…

Replies: 3 comments

Comment options

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

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment