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
I've successfully fixed the problem. However, I need to send a pull request to VideoJS first and there is a small bug to be fixed. Should be done soon.
Nice! Thanks for the quick turn around. Also, our team is working on another tech plugin based in large part on your work here, so thanks for the great example.
Howdy!
I first reported this on the video.js issues list, but they suggested that it might make more sense here.
I've put some demo code into jsbin here:
http://jsbin.com/ocOrogAT/3/edit?html
I inlined the source of the videojs-youtube plugin.
The output can be seen here: http://jsbin.com/ocOrogAT/3
It continually cycles through two videos: a 5 second MP4 clip, then a 10
second YouTube clip.
Here's the behavior I see:
plays the YouTube clip.
It seems that the YouTube tech should either reuse the iframe or clean up the iframe after it is used.
I'm not sure if the
Let me know if you have questions, etc.
MK
The text was updated successfully, but these errors were encountered: