camera_view: live
entity: camera.camera1
type: picture-entity
My first issue is that the video has a delay of 10 seconds.
My second issue is that after a few hours the video is stuck and won’t continue until I refresh the page.
Anyone has a reliable way to stream an IP camera with lovelace?
Maybe an idea how I can refresh the card every 10 minutes without refreshing the entire page? (for the entire page I can add a custom javascript file with location.reload() inside a setTimeout but I prefer that only the relevant picture-entity cards would refresh).