Hello,
the playlist you have set here :
ageingwithbeauty.com.au/test.xml
is not valid, change it by this :
Code:
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>Example RSS Playlist</title>
<item>
<title>Sintel</title>
<description>Sintel is a fantasy computer generated short movie. It's the third release from the Blender Open Movie Project.</description>
<media:thumbnail url="http://example.com/thumbs/sintel.jpg" />
<media:content url="http://example.com/videos/sintel.mp4" />
</item>
<item>
<title>Big Buck Bunny</title>
<description>Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation.</description>
<media:thumbnail url="http://example.com/thumbs/bunny.jpg" />
<media:content url="http://example.com/videos/bunny-sd.mp4" />
</item>
</channel>
</rss>