Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

RSS Playlist


Quick question:
I have all of the files in one directory, so there's no XSS risks, nor are there any MIME issues. I just need to know if this RSS is syntactically correct:

<rss version="2.0" xmlns:jwplayer="http://rss.jwpcdn.com/">
<channel>
<item>
<title>Slide 3</title>
<description></description>
<jwplayer:image />vs3.png</jwplayer:image>
<jwplayer:source file="vs3.mp4" type="mp4" />
<jwplayer:source file="vs3.webm" type="webm" />
<jwplayer:track file="vs3.vtt" kind="captions" default="true" />
</item>
</channel>
</rss>

4 Community Answers

mark

User  
1 rated :

it looks ok

mathew.a.corley

User  
0 rated :

Once again, thank you, sir.

jherrieven

User  
1 rated :

Apart from where you have a self closing tag for the jwplayer:image node:

<jwplayer:image />vs3.png</jwplayer:image>

James Herrieven

mathew.a.corley

User  
0 rated :

LOL I need glasses, thanks Mr. Herrieven. Btw, your site helped me understand JW Player more than any other site out there, thank you.

This question has received the maximum number of answers.