Trying to follow the docs here: https://github.com/AlexxIT/go2rtc#module-webrtc
I want to be able to use webRTC even when accessing Frigate/HA from my own domain. Mainly because it's using https, and that's required to use 2-way audio. Which is a bit confusing, as 2-way audio also requires webRTC and webRTC won't work on https unless I do this.
- WebRTC works and loads fine when accessing locally. (using webRTC card to check, since new Frigate doesn't say which mode it's using). It doesn't load when accessing via my domain on https.
- I've opened the 8555 port, see pic.
- I have fixed IP.
- I have added the following into my Frigate config
- go2rtc logs attached.
- Most errors are related to unplugged camera atm (bedroom).
go2rtc:
streams:
doorbell: ...
webrtc:
candidates:
- <myfixedip>:8555 # Enable WebRTC via HTTP/S and not only locally.
What am I doing wrong/missing?