
Issues with Windows Phone 8.1 Playback
We've just installed JWPlayer 6.12 and it's working great across all platforms on desktop, Android and iOS. However, we we attempt to play the video in Windows Phone 8.1 we are always getting
"Error Loading Media: File could not be played"
jwplayer("vslvideo").setup({
file: '/assets/media/video/SS_150428_VSL_2_all.mp4',
width: 384,
height: 288,
primary: 'flash',
ga: {}
});
I have tried with HTML5 and Flash playback with the MP4 and it just will not work in Windows Phone 8.1.
Any thoughts would be great. We went from VideoJS to JWPlayer because VideoJS was having issues with Desktop browsers but not mobile. So it looks like we swapped one issue for another and I'd really not have to manage to different players.