albertogasparin / external-video-player-addon

Firefox for Android addon to open HTML5 videos with any native video player
https://addons.mozilla.org/en-US/android/addon/external-video-player/
13 stars 0 forks source link

Can't play vimeo or Youtube video #5

Closed omar391 closed 6 years ago

omar391 commented 6 years ago

Please, check the youtube and Vimeo (as fas as I've tested) implementations. It cant play videos from these sites.

albertogasparin commented 6 years ago

Unfortunately Youtube, Vimeo, Netflix and several other video websites do not provide the video url in clear format. They instead use blob data for the html player, which cannot be used for viewing the stream elsewhere. Right now, developing a system to intercept the source of those streams is beyond the scope of this extension, sorry.