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

JWPlayer not working in TV


Hello,
I created phonegap android application and run the jwpalyer in the application.
Application is working properly in mobile devices but when i install in TV at that time the jwplayer is not working and it can not be found video.
And the error is :
" Error Loading media: File could not be play"
The same file is working in mobile devices.
the url is : "http://content.bitsontherun.com/videos/lWMJeVvV-364767.mp4".

13 Community Answers

Andrew

JW Player Support Agent  
1 rated :

We do not support the use of phonegap with our embeddable player at this time. If you are interested in using our player in an Android application, please use our form here:
http://www.jwplayer.com/contact-us/enterprise/
to inquire about our Android SDK.

hiten

User  
0 rated :

Hello Andrew,
I used JWPlayer in phonegap application and its working fine in android mobile devices but its not working in TV.
So what's the problem in TV?

hiten

User  
0 rated :

I have attached android setup box with Samsung TV and install apk in it.
i am using http://www.geniatech.com/pa/atv582.asp?vd=rj android setup box.

But still its not working in it.

Andrew

JW Player Support Agent  
-1 rated :

Again, our official method of supporting Android applications is our SDK. Compiling our player inside of an app with phonegap is not a supported use case, since it makes troubleshooting very difficult.

hiten

User  
0 rated :

Hello Andrew,
Now my phonegap applications with JWplayer is working properly with .m3u8 extension and working find in android mobiles but when i integrate in TV with android set up box , its not working.
My android setup box has 4.4 kitkat version of android.
But still its not working in it.

I am sending code also.
Please help me.

function addPlayer(){
var url = document.getElementById('videoUrl').value;
$('#content1').remove();
if (navigator.userAgent.match(/android/i) != null){
jwplayer('content').setup({
file: url,
type: "mp4",
primary: "html5",
width: '100%',
height: '100%',
stretching : 'exactfit',
androidhls: true
});
} else {
jwplayer('content').setup({
playlist: [{
image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg",
sources: [{
file: url
},{
file: url
}]
}],
primary: "Flash",
androidhls: true
});
}
}

Andrew

JW Player Support Agent  
0 rated :

Hi,

Again, we do not support the use of phonegap to compile our player into applications. Please use our Android SDK.

hiten

User  
0 rated :

hello,
How can i used your android sdk?
and how cal i run jwplayer in TV through android setup box with HLS streaming.

Andrew

JW Player Support Agent  
0 rated :

This will implement a native player inside of Android apps that does not require additional phonegap compiling. Our SDK can be acquired by contacting our sales team:
http://www.jwplayer.com/contact-us/enterprise/

hiten

User  
0 rated :

How can we integrate JWplayer in native application?
I didnt found any source code from any of the webiste. So please help me for this.
And i have purchase premium account of JWplayer so how can i get the Android SDK?

Thank You.

Andrew

JW Player Support Agent  
0 rated :

This would be a separate license from our premium player, but again, this is how we suggest integrating videos into applications. You can reach our sales team here:
http://www.jwplayer.com/contact-us/enterprise/

hiten

User  
0 rated :

Hello Andrew,
I filled that form on 3rd of feb but still i didnt received any mail from your sales team or your support team.
And how can i integrate jwplayer android sdk in out native application?

Thank You

Andrew

JW Player Support Agent  
0 rated :

Sorry for the delay. I’ll check in with our sales team.

hiten

User  
0 rated :

Ok
Thank you.

This question has received the maximum number of answers.