I am trying to embed a playlist using the following:
var playerInstance = jwplayer("example-jwplayer");
playerInstance.setup({
playlist: "//content.jwplatform.com/feeds/.json"
});
However this seems to fail miserably in HTML5 mode.
It looks like the cause of this failure is due to the.m3u8 manifest file within the json feed.
↧