I was able to get jwPlayer 6 to work with HLS with exactly 0 difficulty, but only in chrome. I had read that 7 supports MPD and HLS cross browser so I upgraded. Now I cannot get HLS or MPD to work regardless of browser. I just get the dreaded "No Playable Sources"
here is my setup:
playerInstance.setup({
file: "<>/index-hls.m3u8",
// file: "<>/index-mpd.mpd",
title: "blah",
width: 760,
height: 430,
autostart: false,
type: 'hls'}
);
↧