
JWPlayer is not playing videos when I open webpage from iphone browser "Error loading media"
I am using latest jwplayer in my webpage and loading valid mp4 video in ios webview and safari, and its showing error on player that "Error loading media: File could not be played", same webpage and video works fine when I do that from android chrome browser or from desktop browser.
Can anybody help in this?????
Following is the code which I am using
jwplayer('embedVideo').setup({
file: videoUrl,
image: imageUrl,
width: '100%',
aspectratio: '16:9',
controls: true
});