I'm trying to load a playlist from an external file .xml on Amazon Web Service, but I'm getting this error: "Error loading player: no playable source found".
here's a shorten version of the .xml file:
MSN
Wake Up: Hanley Saves Pomeranz
http://msn.cinesport.com/msn-sports-video/wake-hanley-saves-pomeranz/
On today's Wake Up With Wilbur, Boston.com columnist Eric Wilbur talks about Drew Pomeranz’s one bad inning in his debut and Hanley Ramirez’s monster three home run performance.
msn-sports-video/wake-hanley-saves-pomeranz
Thu, 21 Jul 2016 08:16:07 GMT
mlb,baltimore orioles,baseball,Hanley Ramirez,boston red sox,drew pomeranz
sport
HqoN8Cgh6gRJnwZBa7mK
151641
http://msn.cinesport.com/embed/msn-sports-video/wake-hanley-saves-pomeranz/
http://msn.cinesport.com/msn-sports-video/wake-hanley-saves-pomeranz/oembed.json
and in the HTML file I have this:
var playerInstance = jwplayer("video-container");
playerInstance.setup({
height:627,
controls: true,
playlist: "https://s3.amazonaws.com/bucket/nameOfFile.xml"
});
Any help would be appreciated.
Thanks!
↧