menismu / popcorn-js

The HTML5 Media Framework
MIT License
202 stars 29 forks source link

Youtube doesn't seem to be working? #57

Closed menismu closed 6 years ago

menismu commented 6 years ago

Issue reported: https://github.com/mozilla/popcorn-js/issues/466 Reported by: @andrecalvo

@andrecalvo andrecalvo commented on 10 Oct 2015 Hey, I get the following console logs when trying to use popcorn.js with youtube videos.

"failed to retrieve duration data, reason: No longer available"

I've noticed that the request to the Youtube api is returning error code 410 (no longer available). I think maybe it needs to be using the v3 api rather than 2.1?

Cheers, Andre

@JohannesHoppe JohannesHoppe commented on 23 Oct 2015 Same for me! It stopped working! :-(

@illumi241 illumi241 commented on 25 Oct 2015 Same for me.

@fsonmez fsonmez commented on 28 Oct 2015 same here!

@alijaffar alijaffar commented on 21 Nov 2015 +1

It seems that some portions of the code need to be reworked...hmm think I'll stick with video.js.

Deprecated player 'youtube'. Please use Popcorn.HTMLYouTubeVideoElement directly. failed to retreive duration data, reason: No longer available http://jsfiddle.net/popcornjs/whvkP/

@JohannesHoppe JohannesHoppe commented on 23 Nov 2015 Thanks for the hint. popcorn.js seems to be dead.

@rizkysyazuli rizkysyazuli commented on 20 Apr 2016 same here. confirmed not working with youtube.

menismu commented 6 years ago

Youtube can be integrated via Popcorn.HTMLYouTubeVideoElement, see this link for further documentation. If you have any other issue using this approach just report back the problem as a new issue as now the Popcorn development is back.