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.
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