Hi Ansii
I just can not get the rss playlist work with the javascript plugin for the playlist :-(
here es my try
http://walotje.homelinux.org:8080/~andre/fp/test.html it does not look like one expects ;-)
strange thing is, that an rss item like this:
<item>
<title>MP4 test marc webber</title>
<description>marc webber bla bla</description>
<media:credit role="author">ein author</media:credit>
<media:content url="/~andre/test.mp4" type="video/mp4" duration="233"/>
</item>
does not show the video, the sound ist fine, but the player does not show anything
if i change the rss item to use only local names without namespace:
<item>
<title>MP4 test marc webber</title>
<description>marc webber bla bla</description>
<credit role="author">ein author</credit>
<content url="/~andre/test.mp4" type="video/mp4" duration="233"/>
</item>
it works fine
do you have an example for the integration?