Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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',
});

2 Community Answers

George

JW Player Support Agent  
-2 rated :

Hi,

We don’t support the Cordova framework. We suggest using Android Studio to develop native Android applications.

v...

User  
1 rated :

Consider using this plugin:

https://www.npmjs.com/package/cordova-plugin-streaming-media

This question has received the maximum number of answers.