
.mp4 on mobile devices using jwplayer not working !!!
hello,
i am using Unreal media server to host my video files and jwplayer for viewing the videos on different platforms.
the code from html file to view the .mp4 video :
jwplayer('container').setup({
height: 360, width: 640 ,
playlist: [{
sources: [
{ file: "rtmp://unrealserverid:port/vod/mediaroot/mp4:media.mp4" }
]
}]
});
ISSUE : the .html file works fine on desktop browser, but unfortunately not working on Android Device. I am using Google Chrome browser on Android.
Please Help !