Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VOD URL before file is finished trasncoding #16

Open
bryanharley opened this issue May 15, 2019 · 2 comments
Open

VOD URL before file is finished trasncoding #16

bryanharley opened this issue May 15, 2019 · 2 comments

Comments

@bryanharley
Copy link
Contributor

I use a custom query to get the show info, including VOD URL. To see if the VOD exists, I check if the "cablecast_vod_url" value is empty.

But it appears that when a VOD file is being transcoded, it inserts "http://reflect.vod.xxxx.cablecast.tv/vod/" as the URL. I noticed sometimes even the full VOD URL will get inserted before the transcoding is finished.

So might this be a bug on the Cablecast side if it's assigning the URL before the file is finished transcoding?

@raytiley
Copy link
Member

Hmm...Need to noodle on this.. the URL is eventually correct, the vod status does have a property for state, so the plugin could use that... The VODs api isn't awesome for consumers that didn't write it :P

@bryanharley
Copy link
Contributor Author

bryanharley commented Jun 21, 2020

I'm not sure how it works on the Cablecast side, but what about not assigning the URL until after the VOD file finishes encoding?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants