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

Video not play Samsung Android mobile phone or the Barnes & Noble Nook Tablet


I have problem to view video on Samsung Android mobile phone or the Barnes & Noble Nook Tablet.

My code is below.

bc.. <div id='mediaspace'>
</div>
<script type="text/javascript">
jwplayer("mediaspace").setup({
'file': "1.mp4",
'width': $('[data-role="content"]').width(),
'height': $(window).height() - 100,
'autostart': 'true',
'stretching': 'exactfit',
'controlbar': 'bottom',
modes: [
{type: 'html5'},
{type: 'flash', src: 'player.swf'}

],
'allowfullscreen':"true",
events:{
onComplete:function()
{
jwplayer("mediaspace").setFullscreen(false)
}
}

});
</script>


in Browser every thing is fine I have tested on Firefox, Safari and Chrome Browsers but in android tablet and phone it shows error "Cannot play video Sorry, this video cannot be played." http://i8ecoders.com/adnan/igrappling/ this is Live link of my Site.

22 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

How did you encode your videos?

JW Player

User  
-1 rated :

My Videos are in .MP4 format. My videos are perfectly working on iPad and iPhone. The Barnes & Noble Nook Tablet has Flash Player 11.1.11 and runs Android 2.3 O.S., but the videos aren't playing on it. The Mobile phone I'm using is a Samsung Dart. I doesn't support Flash. However, it will open and play videos full screen such as the one on my other site www.grapplingdummy.net or Youtube, so there must be a way to make it work in a similar way with the iGrapple.

Ethan Feldman

JW Player Support Agent  
0 rated :

What happens if you use this file, does it work?

http://www.longtailvideo.com/jw/upload/bunny.mp4

JW Player

User  
0 rated :

Yes its work on both Samsung and also working perfect on android Simulator. Where should I do a mistake? Why My videos are not playing on android? My all videos are came amazon S3.

JW Player

User  
0 rated :

Sometimes its play very well on android but sometime its shows only black screen.
http://i8ecoders.com/adnan/igrappling/index.php/site/display_videos/5
this is new link of your given video. Kindly help me.

Ethan Feldman

JW Player Support Agent  
0 rated :

This link works for me.

I would recommend re-encoding your videos – http://handbrake.fr/

JW Player

User  
0 rated :

Thanks a lot for Help I have re-encode the videos and now these are working fine. I have another problem. My video is auto play on on android and desktop But on iPad auto play not working.

Ethan Feldman

JW Player Support Agent  
0 rated :

Np. Apple removes autostart on iOS devices in html5 <video> natively, I’m afraid.

JW Player

User  
0 rated :

Ethan,
Can you please tell me what settings you used on handbrake to encode the http://www.longtailvideo.com/jw/upload/bunny.mp4 video?

I been trying various encodes for several days now with Handbrake and your video is the only one that will play on my Android 2.3 device with the latest JW player. It plays if I hotlink it from your site or if I embed it in my site. I'm just unable to recreate the encode settings.

The player is fine. iOS is fine. Newer Androids are fine. But my 2.3 Android will only play your bunny.mp4 video.

Thanks in advance.

Regards,
Dali

Ethan Feldman

JW Player Support Agent  
0 rated :

I didn’t encode this file, but the person who did told me the following – When encoding, please make sure you are using H.264 Baseline Profile Level 3.0 or lower with no more than three reference frames, AAC Low Complexity Profile, and an MP4 container if you want to support older iProducts. The “Normal” profile in Handbrake doesn’t use Baseline Profile H.264 so the older devices can’t decode it. Use the iPod or iPhone presets in Handbrake and they will work fine in Flash as well! Make sure to also check off Web Optimized, and iPod 5G Support! Also, please note, older iOS devices (3Gs for example), have a resolution limit of 640×480!

JW Player

User  
0 rated :

Ethan, thank you! I used the default "iPod" setting and it works perfectly. Alternatively, the "iPhone & iPod Touch" setting work too.

Ethan Feldman

JW Player Support Agent  
0 rated :

Np!

JW Player

User  
0 rated :

Ethan I have Changed the Background of Player into white. But on iPod it showing Black Background. Any Suggestions???

Ethan Feldman

JW Player Support Agent  
0 rated :

Do you have a link?

JW Player

User  
0 rated :

http://i8ecoders.com/adnan/igrappling/
This is link of my Site. Here click on test drop down and check any video.
Note: Videos are playing well on Android. Its Shows Black Screen on iPod.

Remco van Bree

JW Player Support Agent  
0 rated :

These work fine on my iPhone 4s, what version is your device exactly? You could also try to run the file through handbrake (http://handbrake.fr) using a preset that is specific to your device generation to see if that changes anything.

JW Player

User  
0 rated :

Hi

Can you help me? Im trying do play some LIVE CONTENT using a PRO version of JW Player, but doesnt work in ANDROID.

Windows (PC) and iPhone works well, but not on Android: the message is:

Error Loading Player
No playabe sources found.

Here is the player embeded:
http://www.digitalsource.com.br/vaiprabalada/

Thanks!

Ethan Feldman

JW Player Support Agent  
0 rated :

You are using V5 options here, modes, which don’t work in V6.

Reference – http://www.longtailvideo.com/support/jw-player/28834/migrating-from-jw5-to-jw6

Example – http://www.longtailvideo.com/support/jw-player/29394/hls-with-mp4-fallback

JW Player

User  
0 rated :

Hi Ethan

Thanks for your help, but the code updated to V6 still doesn't work...

See: http://www.digitalsource.com.br/vaiprabalada/

The same message in Android: "Error Loading Player / No playabe sources found."

Thanks

Ethan Feldman

JW Player Support Agent  
0 rated :

Works for me now, did you fix the issue?

JW Player

User  
0 rated :

On ANDROID?

No, didn't fix... Still having the same problem on android.
Im trying on a Galaxy Tab 2.

Ethan Feldman

JW Player Support Agent  
0 rated :

Ah, sorry. yes this is because android doesn’t support either m3u8 or rtmp…does your cdn provide you with a rtsp link?

This question has received the maximum number of answers.