Generic MJPEG cam through HA https

Hi All,

I have recently setup a generic mjpeg cam and it was working nicely until I switched HA to https. Now when I click the cam stream widget the pop-up shows that the camera is ‘idle’ and there is no stream at all. Is there a known bug around this, or I am doing something wrong? On the home page I can see the thumb pictures got refreshed in every 10 seconds so I lost “only” the live stream.

Thanks for you help in advance,
Gábor

I’m just stumbled across this exact some issue.

  • I setup camera before turning on duckdns / lets encrypt

  • I could see the thumb nail and click on it to see a feed…slow but hey testing on rpi3

  • Turn on duckdns / lets encrypt

  • I can see the thumb nail but if i click on it get the feed, I get the popup, and then the ? broken icon thingo.

Anyone got this working?

Ok, so the issue seems to be using the local hassio.local when on my local wifi
https://hassio.local:8123/api/camera_proxy_stream/camera.budgies?token=xxx
as works when not on my local wifi…
https://xxx.duckdns.org:8123/api/camera_proxy_stream/camera.budgies?token=xxx

now to figure out how to always use duckdns when on or off local network…