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
Is it possible to do MPEG DASH stream using a Vimeo video as source?
Someone managed to do it for their Wordpress plugin as seen here
How can I implement the same thing to video.js?
EDIT: You can see here that Vimeo generates JSON for DASH stream on their servers. They even tested it on DASH.js and it worked! A plugin called Video DownloadHelper can find this MPD file as well as the source mp4 file. I want to learn how is it possible so that i can use the mpd to stream.
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
Is it possible to do MPEG DASH stream using a Vimeo video as source?
Someone managed to do it for their Wordpress plugin as seen here
How can I implement the same thing to video.js?
EDIT: You can see here that Vimeo generates JSON for DASH stream on their servers. They even tested it on DASH.js and it worked! A plugin called Video DownloadHelper can find this MPD file as well as the source mp4 file. I want to learn how is it possible so that i can use the mpd to stream.
Thanks
The text was updated successfully, but these errors were encountered: