
how to generate a valid playlist.xml?
informations about this a terrible ...informations about this a terrible to find here so i just made this thread.
Im currently using:
bc.. <?xml version='1.0' encoding='UTF-8'?>
<playlist version='1' xmlns='http://xspf.org/ns/0/'>
<trackList>
<track>
<creator>author</creator>
<title>my movie</title>
<location>data/movie.mp4</location>
<image>data/movie.jpg</image>
<info>http://www.mypage.at</info>
</track>
</trackList>
</playlist>
its the only one which is working for me...
i also tried jws xml but my jw player says thats not valid
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>Example media RSS playlist for the JW Player</title>
<link>http://www.jeroenwijering.com</link>
<item>
<title>Opening credits</title>
<media:content url="http://content.bitsontherun.com/videos/cdqMNeoG.m4v" type="video/x-m4v" start="00:00" />
<media:thumbnail url="http://www.jeroenwijering.com/upload/ed1.jpg" />
<description>In which we meet Proog and Emo, the two characters of this movie.</description>
<link>http://orange.blender.org/</link>
</item>
</channel>
</rss>
the problem @ the first one is that ive no "description". the second one isnt working but its the original from jw.