Suggestion: VOD of a Live

Hey, i’m new here.

I am developing an application for a discipline of my course.
My APP queries the API for popular lives, and stores it in cache, however, my application needs to know which VOD of each saved streams.

This information is not available in the lives returned by the endpoint. To solve this problem, I check in the VOD list of the streamer: which vods have no thumbnail, and I assume the latest VOD without thumbnail is correct.

Is there a better way to do this?

And if possible I would suggest that this information be inserted into the endpoint return
Streams.

Help me understand your problem better.

You’re trying to get the VOD ID of the live stream, ya?

Yep.

Compare streams started_at and VODs created_at.

Ok, i’ll do it.

I was just looking for a way to do it without fail.
But unfortunately there is no 100% efficient way.

Thanks.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.