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

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.

3 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Where is this running?

JW Player

User  
0 rated :

bc.. <script type="text/javascript">

jwplayer("myElement").setup({
'playlist': 'http://localhost:8080/SAMBB/Uploads/pantalla1/PlayList.xml',
'controlbar': 'none',
'preload':'auto',
'dock': 'false',
'autostart': 'true',
'width': '100%',
'height': '100%',
'icons': 'false',
'repeat': 'true',
'shuffle': 'false',
'icons': 'false',
'bufferlength':'0',
'hide':'true',
'cursor':'hide',
'icons':'false',
'cursor-timeout':'2'
});
</script>



If i delete the <item> with the image, the code works fine. I just want to play the playlist with images and video files. Sorry for my bad english, i'm from Venezuela. Greetings, thanks!

Ethan Feldman

JW Player Support Agent  
0 rated :

I mean a link, please.

This question has received the maximum number of answers.