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

How to use local rss file with jwplayer?


Hello every body!
I'm using jwplayer with local rss but it doen't work. Have anyone can help me?. This is content of my rss file.
bc.. <rss version="2.0" xmlns:jwplayer="http://rss.jwpcdn.com/">
<channel>

<item>
<jwplayer:source file="Data/CGV_CaptainAmerica.mp4" />
<jwplayer:source file="Data/CGV_NoahChosen.mp4" />
</item>

</channel>
</rss>



And this is my load playlist function
bc.. function loadVideo() {
jwplayer().load("playlist.rss");
jwplayer().play();
};

3 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Do you have an example of where you are running this?

JW Player

User  
0 rated :

This is link. Please help me! Thanks all!

http://113.161.85.84/test/

Ethan Feldman

JW Player Support Agent  
0 rated :

Your mp4 files do not have the proper mime type set.

http://113.161.85.84/test/Data/Media/TripAd_HECFestival_15s_15Mar2014.mp4

Is – text/plain

It needs to be – video/mp4

This question has received the maximum number of answers.