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 tried changing elif path.endswith(“master.m3u8”):
url_path = f “vod/events/{event_id}/master.m3u8”
to elif path.endswith(“master.m3u8”):
url_path = f “vod/event/{event_id}/master.m3u8” but still error.
Debug log
Nothing noteworthy appears.
The text was updated successfully, but these errors were encountered:
Version of the custom_component
5.6.0
Configuration
Describe the bug
When trying to test HLS in Safari, I continue to have problems.
If I access via http://192.168.0.6:5000/vod/event/1733331723.462579-dw8mp7/master.m3u8 the video plays correctly in Safari and iOS.
If I access via https://xxx.nabu.casa/api/frigate/notifications/1733331723.462579-dw8mp7/Portero/master.m3u8 I get error 502 I try https://xxx.nabu.casa/api/frigate/notifications/1733331723.462579-dw8mp7/master.m3u8 Bad Gateway
I have tried changing elif path.endswith(“master.m3u8”):
url_path = f “vod/events/{event_id}/master.m3u8”
to elif path.endswith(“master.m3u8”):
url_path = f “vod/event/{event_id}/master.m3u8” but still error.
Debug log
Nothing noteworthy appears.
The text was updated successfully, but these errors were encountered: