Has anyone got a live camera stream working through Nginx, from outside of their network?
I have a setup of external hostname -> Cloudflare DNS -> Nginx Proxy Hassio addin -> Hass.io on RPi3.
I can access the main interface itself with no problems, and can see the camera still image, but when tapping on the video on my phone I don’t ever get a stream. If I access the site using the external hostname from a PC on the LAN, the video plays correctly. It felt like it was using a local hostname to try and access the camera stream, but when checking in Chrome dev tools I can see it’s using the correct external hostname.
Anyone got any ideas of things I can try?
Thanks