I am using Jw player 6.12 version in my application. The application is working fine and playing the videos in
Chrome and Firefox browsers ( In the desktops and laptop ). But the same application when i access it from android chrome browser (from my mobile) it is showing an error stating Error loading player : No Playable sources found.
i used following code for playing the video's in Jw player.
function fnPlayVideo(data)
{
debugger;
if (data.d == null) {
//displaying few error messages.
}
else {
jwplayer('mediaplayer').setup({
file: data.d,
width: '100%',
aspectratio: '3:1.7',
autostart: 'true',
androidhls:'true'
});
}
}
in my aspx file i wrote the following code.
Note: I am fetching videos from aws cloudfront . I dont there will be an issue with the url since the same url is working in desktops and laptops.
Help me in resolving the issue.
My application url is palleuniversity.com : use
↧