
Phonegap (Cordova) Player
Hi,
I'm trying to build my meteor project for android using Cordova but the JWplayer doesn't seem to go well with the web view on Android (Its doing fine on iOS). I keep getting "Error loading media: File not found" in the player.
I'm using this package to load the player "https://github.com/jshimko/meteor-jwplayer"
And here is what my code looks like
jwplayer('vodplayer').setup({
file: 'https//content.jwplatform.com/manifests/' + videoID + '.m3u8',
image: 'https://content.jwplatform.com/thumbs/' + videoID + '.jpg',
});