[Support]: CORS and 502 errors when retrieving .ts files #11104
Unanswered
greggotek7
asked this question in
General Support
Replies: 1 comment 1 reply
-
The removal of CORS was due to security reasons, I believe a CSRF token can be used 8657688 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem you are having
Good morning,
We have an issue when trying to use the following API route:
GET - /vod/camera_name/start/start-timestamp/end/end-timestamp/index.m3u8
In order to consume this m3u8 stream using our Angular code, we add the full path before each .ts segment (see attached).
The m3u8 file comes back correctly with a 200 but when trying to play the segments, we receive the following errors :

We are already using the 0.12 version and this mechanism used to work perfectly, since the upgrade to version 0.13.2-6476f8a, it fails.
Version
0.13.2-6476f8a
Frigate config file
Relevant log output
FFprobe output from your camera
Frigate stats
No response
Operating system
Debian
Install method
Docker Compose
Coral version
CPU (no coral)
Network connection
Wireless
Camera make and model
N/A
Any other information that may be helpful
m3u8 file content:
Beta Was this translation helpful? Give feedback.
All reactions