
Multiple sources
Good afternoon, how can i add images with duration and video files in a playlist?. I was trying run this code but not work.
"Error loading playlist:
Not a valid RSS feed"
JW6
bc.. <rss version="2.0" xmlns:jwplayer="http://rss.jwpcdn.com/">
<channel>
<title>Lista de Reproduccin RSS</title>
<item><title>1.jpg</title>
<media:group>
<media:content url="http://localhost:8080/SAMBB/Uploads/pantalla1/1.jpg" type="image/jpeg" duration="20" start="10" />
</media:group>
</item>
<item><title>1.flv</title>
<jwplayer:source file='http://localhost:8080/SAMBB/Uploads/pantalla1/2.flv' />
</item>
<item><title>2.mp4</title>
<jwplayer:source file='http://localhost:8080/SAMBB/Uploads/pantalla1/3.mp4' />
</item>
</channel>
</rss>
Thanks for your support.