dawsonloudon / VideoPlayer

Video Player Plugin for Cordova 3.3+ Android
MIT License
54 stars 49 forks source link

Unable to play embed youtube video #14

Open devshisiyani opened 9 years ago

devshisiyani commented 9 years ago

The VideoPlayer works fine. I would like the VideoPlayer to open straight into video. Eg the link below. https://www.youtube.com/embed/wk4K9daZJW8?rel=0&enablejsapi=1 eg VideoPlayer.play("http://www.youtube.com/embed/wk4K9daZJW8?rel=0&enablejsapi=1"); This fails to open with an error. There was a problem with the network.

This works fine VideoPlayer.play("https://www.youtube.com/watch?v=E0UV5i5jY50");