Hi All. I have 2 Reolink Cameras in Frigate that I want to be able to expose to the Google Assistant SDK and display the video feeds on the Google Home App and Google Nest Hubs default interface. I have Nabu Casa remote paid for and configured, all other devices work fine when exposing to Google Assistant and managing from Google Home/Google Assistant. Video feeds I'm able to expose and see in Google Home however when I try and load the stream in the app it just loads forever.
- I have go2RTC configured in Frigate
streams:
doorbell:
- rtsp://user:pass@<localip>:554/h264Preview_01_sub
playroom:
- rtsp://user:pass@<localip>:554/h264Preview_01_main
webrtc:
candidates:
- <localip>:8555
- stun:8555```
*I attempted the stun configuration with a forwarded port just as a test but I don't think it should be needed and I've removed the port forward for now. *
- I have Web2RTC enabled in Home Assistant Cloud settings
I've also attempted this without frigate and using the direct streams with go2rtc configured in HomeAssistant with the same results.
Has anyone managed to get this to work at all?