
"Error loading media: File could not be played" error in JW Player 6 while playing mp4 with Chrome html5
Hi,
I am not able to play mp4 file in Chrome with HTML5 mode in JwPlayer 6. But the same video is playing fine in all other browsers with Flash. And IE 9 also it is working fine. But I am getting the error only in Chrome with HTML5 in My windows Machine.
Machine Configuraiton:
Operation Systems: Windows 7,8
Browser : Chrome (Version 23.0.1271.95 m)
JwPlayer: Version 6
This is code I am used:
bc.. jwplayer("video_frame").setup({
logo: { file: '../Content/images/video_watermark_color.png', hide: 'false', position: 'top-left', linktarget: 'collaaj.com', margin: '10', over: '1', out: '0.8' },
file: 'https://collaajteststorage.s3.amazonaws.com/a6b8b5bc-9f5c-4c1e-8a43-e7522787c355/e3a30a3b-1700-4646-a151-2afec1c93880.mp4',
height: 360,
width: 640,
stretching: "uniform",
"controlbar.idlehide": true,
events: {
onPlay: function () {
AddView();
}
},
image: 'https://collaajteststorage.s3.amazonaws.com/a6b8b5bc-9f5c-4c1e-8a43-e7522787c355/e3a30a3b-1700-4646-a151-2afec1c93880.jpg'
});
*Strong*My test url: http://dev.collaaj.com/Video/VideoPlayback?vid=2f9c2551-1cde-4f4e-8eeb-0b5bbf822f17
Intresting part is video in "http://www.longtailvideo.com/jw-player/"...which is Jwplayer home page...in chrome also giving the same error.
So I think there is bug in JwPlayer 6 fro Chrome????