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 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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: