Problem playing streams with 7.3.6 jwplayer
Hi,
I have problem playing streams with 7.3.6 jwplayer that I downloaded when I registered my account. I got following message : "Error loading player: No playable content found.", but the strange thing is when I use the jwplayer from this link : http://demo.jwplayer.com/stream-tester/ it works. I use the <script src="//content.jwplatform.com/libraries/V6NfEzT7.js"></script> from that page source and replace it with my jwplayer.js and the streams are working then.
Here is how I init the jwplayer
jwplayer('jwPlayer').setup({
file: [url - valid url provided, but it needs to be hidden, can't post it here],
width: $(document).width()*0.75,
height: $(document).height()*0.75,
primary: 'flash',
autostart: true,
type: "hls",
controls : false
});
Anyone can help?