Hello,
I`ve got a problem with jwplayer streaming media from a cloud server. Jwplayer streams media just fine in IE, but in mozilla doesn`t work. In chrome I`ve managed to turn of the https and use http protocol and it streams but it`s not a viable option.
Is this a Jwplayer issue or a cloud one ?
Here is my jwplayer implementation :
jwplayer('mediaspace').setup({
flashplayer: '<%= playerPath %>',
file:'<%= filePath %>',
image:'<%=imagePath %>',
height: '<%=Height %>',
width: '<%=Width %>',
autostart:'true',
skin: '<%= SkinPath %>',
screensPath: 'flash/'
<%= prevSec!=0?",duration:'"+prevSec+"'":"" %>
});
Any help would be greatly appreciated !
With regards,
Catalin