One gripe I have about HA is the inability to display live streams within lovelace. I mean completely live streams, not once that update once every 10 seconds. I use BlueIris, and the BlueIris app lets me do this and I have been trying to replicate this in Home Assistant.
I was hoping that @hunterjm’s stream component would fix this, but it seems like all this does is give me another way to configure this within the UI.
And with that above configuration, it will show a still image on the lovelace UI, which refreshes every 10 seconds. If I click on the still image, then it will show the stream.
The simple answer is that this gets us one step closer. It is now possible, but a Lovelace card has not been built yet. My advice is to hang tight and it will come.
The catch, need to use HA password (I think token is also possible) and the stream will still stop after 5-10 minutes (refresh the browser to re-start stream again),
Hi,
Did you haver sorted this out?
I also have the same 10s refesh. This is fine for me but I’m not sure if this is really just a display isseu or if the stream is from BI to HA is really affected.
I’m trying to set up Deepstack in HA, and not sure if the stream coming from BI is ok.
Thanks
The live view of picture-entity seems to have a 7-12 second delay from real-live. I am also using Blue Iris and it doesn’t seem to be an issue on the Blue Iris side… seems like buffering on the HA / picture-entity side before the video stream is displayed on browser.
With camer-view set to auto, it refreshes a static image every 10 seconds. When the image is refreshed, it seems to be current (no more then 1 second lag). I would like to see where the 10 seconds refresh comes from… seems like its not configurable in yaml, but would like to find the code in HA for this. Anyone know where this is (i.e., a github link to the picture-entity code where the 10 second refresh is coded)?
This isn’t an “error” this a limitation of the picture-entity card and is by design. I don’t remember the details as I read it a while ago but it was something to do with using too many resources while “idle” and that is why it is only a live steam when you click on it and open it.
Depending on your requirements you can use this custom card.