Using media API #15314
Unanswered
mbronstein1
asked this question in
Ask A Question
Using media API
#15314
Replies: 1 comment
-
Where are you getting the event ID? Currently in 0.14 the UI works off of review items which are different from events (hence why the UI uses the time based m3u8 APIs) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've noticed that when viewing media in the dashboard, the api used is the vod with specific start and end times, even tho there is an event_id-based route (in addition to many others). I've noticed on my end, using the event_id route (either w/ mp4 or m3u8), there are far more likely to be corrupted videos or 404's. I'll even see that the video for the event DOES exist in the dashboard (using m3u8 and timestamps), but via the event id routes it returns 404.
My questions are:
a. What could occur during an event to make the recording be thrown out w/ relation to the event but still be present in the recordings api?
Thanks for your time! I'm just trying to better understand these so I know how to reduce the number of 404s based on what is actually saved in the file system (obviously this is also based on retention but I'm getting 404s sometimes on events that just occurred).
Beta Was this translation helpful? Give feedback.
All reactions