You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated to the latest available Home Assistant version.
I have cleared the cache of my browser.
I have tried a different browser to see if it is related to my browser.
I have tried reproducing the issue in safe mode to rule out problems with unsupported custom resources.
Describe the issue you are experiencing
I recently moved from some old version of ghcr.io/home-assistant/home-assistant:stable to 2024.11.0, and found that my Generic Camera streams no longer live update.
The static picture that is generated from the stream is correct, and updates at intervals; I can see in the browser tools that the static image endpoint is successfully being polled in support of that.
I was able to open the playlist file in VLC and view footage, so I assume that the m3u8, mp4, and m4s segments are valid. As such, I think this is a frontend error.
Describe the behavior you expected
The live camera streams are viewable
Steps to reproduce the issue
Click entity in entity viewer, or media viewer
See stream flicker in and out
...
What version of Home Assistant Core has the issue?
2024.11.1 (and 2024.11.0)
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue with?
Firefox 131.0.2
Which operating system are you using to run this browser?
Javascript errors shown in your browser console/inspector
No response
Additional information
Requests in browser tools:
XHRGET
http://home-assistant.local/api/hls/027b5b4672a1ff72bc633698b17fb924e73475b1d5d06b0a1f15c41cffac2152/master_playlist.m3u8
[HTTP/1.1 200 OK 4ms]
GET
http://home-assistant.local/api/camera_proxy/camera.back_passage?authSig=XXX-REDACTED-XXX&width=580&height=0
[HTTP/1.1 200 OK 25ms]
GET
http://home-assistant.local/media-browser/browser/undefined
NS_BINDING_ABORTED
XHRGET
http://home-assistant.local/api/hls/027b5b4672a1ff72bc633698b17fb924e73475b1d5d06b0a1f15c41cffac2152/playlist.m3u8
[HTTP/1.1 200 OK 1ms]
XHRGET
http://home-assistant.local/api/hls/027b5b4672a1ff72bc633698b17fb924e73475b1d5d06b0a1f15c41cffac2152/playlist.m3u8
[HTTP/1.1 200 OK 2ms]
XHRGET
http://home-assistant.local/api/hls/027b5b4672a1ff72bc633698b17fb924e73475b1d5d06b0a1f15c41cffac2152/init.mp4
[HTTP/1.1 200 OK 1ms]
XHRGET
http://home-assistant.local/api/hls/027b5b4672a1ff72bc633698b17fb924e73475b1d5d06b0a1f15c41cffac2152/segment/30.5.m4s
[HTTP/1.1 200 OK 2ms]
GET
http://home-assistant.local/api/camera_proxy_stream/camera.back_passage?token=b996325c399f62ef387460f8dd4fbcc2264193e7698295fe61f6afe2c1e85c85
[HTTP/1.1 200 OK 3ms]
The text was updated successfully, but these errors were encountered:
Checklist
Describe the issue you are experiencing
I recently moved from some old version of
ghcr.io/home-assistant/home-assistant:stable
to2024.11.0
, and found that my Generic Camera streams no longer live update.The static picture that is generated from the stream is correct, and updates at intervals; I can see in the browser tools that the static image endpoint is successfully being polled in support of that.
I was able to open the playlist file in VLC and view footage, so I assume that the m3u8, mp4, and m4s segments are valid. As such, I think this is a frontend error.
Describe the behavior you expected
The live camera streams are viewable
Steps to reproduce the issue
...
What version of Home Assistant Core has the issue?
2024.11.1 (and 2024.11.0)
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue with?
Firefox 131.0.2
Which operating system are you using to run this browser?
NixOS (unstable)
State of relevant entities
Problem-relevant frontend configuration
No response
Javascript errors shown in your browser console/inspector
No response
Additional information
Requests in browser tools:
The text was updated successfully, but these errors were encountered: