
Bug: Playlist Feeds Broken in HTML5 due to Manifest files
I am trying to embed a playlist using the following:
var playerInstance = jwplayer("example-jwplayer");
playerInstance.setup({
playlist: "//content.jwplatform.com/feeds/<?= $data[0]['key']; ?>.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.