…but an iframe card is a frustrating solution for many reasons (I can’t use that video stream as a real generic camera, and I can’t do anything with that except that iframe card).
I just tried setting it up in my HA instance as a generic camera and it worked.
When you go to integrations and add a generic camera integration, you add the URL to the stream source URL not the still image URL.
Change the RTSP transport protocol, to HTTP and leave all the other settings the same. After setting it up, the initial load time took a few seconds, but then I saw a nice night time scene.
I feel dumb (I shouldn’t have tried to add a stati image link!) but at the same time it’s great that home assistant has such a wonderful community!
I’ve also tried to add the generic camera in a frigate card and it works!!
Thank you very much for your precious and instantaneous answer!!
Andrea
Post scriptum: if you want you can have a look in a few hours (8-10 hours) and you’ll see a beautiful Italian beach!! (It’s a public webcam of a little village in Italy!)
I have an URL, perfectly working in an iframe, showing a public camera.
Also in the Lovelace at Safari, working flawless.
When showing the same iframe on an iPad, it gives a http state 404: not found
type: iframe
url: >-
https://webtv.feratel.com/webtv/?pg=5EB12424-7C2D-428A-BEFF-0C9140CD772F&design=v4&cam=5277&c2=1
title: Hinterglemm Tal - 1.070m
When copying the https into the browser of the iPad it’s also working fine… somehow the iframe within HA is not accepting the https website. And in addition 1,5 year ago it was working perfectly on the HA on a iPad…
Hi, I’m trying to integrate a public webcam into homeassistant, I managed to extract the video stream from the site (https://www.skylinewebcams.com/) the camera works perfectly for a few minutes and then becomes unreachable if I open the webcam from the browser of the computer the video stream on homeassistant starts working again, how can I make it work unlimitedly?