I don’t seem to be getting any errors, but I also can’t find this Camera anywhere in the device list.
If the Camera works with your Add-on what should I expect to see in Home Assistant?
WebRTC - it’s browser technology for real time communication. The only task is to view the stream in a browser in real time. For other tasks - use Hass default integrations.
No way to get the url of the RTSP feed to imbed it in an iframe? The problem for me is that I keep my cameras on kiosk tablets around the house with a lot of other useful information. I won’t end up using it if I have to open the sidebar unfortunately.
Thank you!
I’ve tested this with my hikvision camera’s and the delay is much much lower than my current solution (using the synology integration as i’m using my Synology NAS as the NVR for the hikvision camera’s).
I didn’t really understand the explanations on how I can access the camera feed when I’m not at home.
Does it require making my camera’s accessible from the internet? (The synology integration doesn’t require that)?
I’m not 100% I did that correctly but my method for accessig Home Assistant externally is:
I have a Synology NAS that has a built Synology provided DNS service (and also integrated with let’s encrypt). SO that gives me an external address like “https://john.i234.me” it allows for subdomains so I installed NGINX Proxy Manager (so not “NGINX Home Assistant SSL proxy” which most use). And set-up a reverse proxy there that redirects https://ha.john.i234.me to my home assistant (I also used the NGINX built in feature for let’s encrypt).
I hope that’s OK
In that context, how do I get the camera’s to work externally using your great solution? I’d rather not expose those camera’s directly to the internet.