
RSS Playlist Embed error: "Error loading playlist: Not a valid RSS feed"
Hi Ethan...
Need your help here...
I try to create playlist using RSS, but it shows "Error loading playlist: Not a valid RSS feed"
I have followed the script in http://support.jwplayer.com/customer/portal/articles/1406722-rss-playlist-embed
store the file in host where I host the JWplayer.
Is there anything I forget?
my example rss script:
<?xml version="1.0"?>
<?xml version="1.0"?>
<rss version="2.0" xmlns:jwplayer="http://developer.longtailvideo.com/trac/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<item>
<title>Arrow S01E01 "Pilot"</title>
<jwplayer:image=http://i59.tinypic.com/2qtbx8i.jpg</jwplayer:image>
<jwplayer:source file="http://195.154.79.7/stream/arw1/Arrow-s1-e1.flv" />
<jwplayer:tracks file="/sub/Arrow.S01E01.en.srt" kind="captions" label="English" default="true"</jwplayer:tracks>
<jwplayer:tracks file="/sub/Arrow.S01E01.srt" kind="captions" label="Indonesia"</jwplayer:tracks>
</item>
<item>
<title>Arrow S01E02 “Honor Thy Father”</title>
<jwplayer:image=http://i59.tinypic.com/21dg8j9.jpg</jwplayer:image>
<jwplayer:source file="http://195.154.79.7/stream/arw1/Arrow-s1-e2.flv" />
<jwplayer:tracks file="/sub/Arrow.S01E02.en.srt" kind="captions" label="English" default="true"</jwplayer:tracks>
<jwplayer:tracks file="/sub/Arrow.S01E02.srt" kind="captions" label="Indonesia"</jwplayer:tracks>
</item>
</channel>
</rss>
Thx,
uglyiben