videojs / videojs-vimeo

Support Vimeo source for Video.js
MIT License
196 stars 205 forks source link

MPEG DASH Stream From Vimeo Source? #138

Open iAskStupidQuestions opened 6 years ago

iAskStupidQuestions commented 6 years ago

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

p-takagi-atilano commented 1 year ago

wondering if you ever found the answer to this