
Unable to play mp4/webm on Android devices.
Hello. Trying to find out a proper way to setup jwplayer so it can play mp4 on Android devices.
So far player shows me play button and I'm able to click on it, but after that player shows only spinner load icon all the way.
The same for the video in the link below
http://www.longtailvideo.com/support/jw-player/29394/hls-with-mp4-fallback/
What am I doing wrong?
jwplayer.version="6.8.4616"
The way I set up:
bc.. jwplayer("#video").setup({
flashplayer: "somepath/jwplayer.flash.swf",
sources: [
{file: "http://somedomain.com/file.mp4"},
{file: "http://somedomain.com/file.webm"}
],
image: "/some_image.jpg",
height: 383,
width: 678,
primary: "flash",
controls: true
});
Played with Android 4.0.4 with native browser.
Thanks.