Hi all,
I’m running HAOS on a proxmox container. I’m also running go2rtc on a seperate lxc container on the same proxmox hardware. The HA webRTC integration points to my go2rtc instance. Remote access is via a cloudflare tunnel. My home ISP presents a Static IP address for my home servers.
I have RTC video working on my iphone in all cases except when trying to connect remotely via my mobile network. In that scenario it always presents MSE video only. My mobile network is presenting a Symmetric NAT and I am aware of the difficulties in getting this working but I believe I’ve done everything necessary to get it to work without success.
I’ve added the following to my HA configuration.yaml. I wasn’t sure if the same was needed on the got2rtc config.yaml but I have added it there as well :
webrtc:
listen: ":8555"
candidates:
- xxx.xxx.xxx.xxx:8555
The xxx has the external router IP address of my house. I have port forwarded 8555 on my UniFi router to the internal address of my go2rtc container.
I enabled debug level logging on the WebRTC integration on HA but nothing of any note is showing up.
Would appreciate anyones thoughts if they have been able to get a similar configuration working.