I have tried finding an answer, on these forums, I've Googled and Binged and everything in between. From what I understand, and please correct me if I am wrong, it normally means that the XML file is not well formed.
This is the XML I am trying to use:
<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
xmlns:media="http://search.yahoo.com/mrss/"
xmlns:jwplayer="http://developer.longtailvideo.com/trac/">
<channel>
<title>Single video with bitrate switching</title>
<description>more descriptions</description>
<item>
<title>Sintel</title>
<description>When an FMS 3.5 server is detected, bitrate switching is also continously done while watching the video.</description>
<media:group>
<media:content bitrate="1024" width="1280" url="encodedVideos/345_!ipadhigh.flv" />
<media:content bitrate="784" width="640" url="encodedVideos/345_!ipadmed.flv" />
</media:group>
<jwplayer:type>rtmp</jwplayer:type>
<jwplayer:streamer>rtmp://***********.cloudfront.net/cfx/st</jwplayer:streamer>
</item>
</channel>
</rss>Can is there a good way to debug this error? I think I am at my wit's end.
Any advice is appreciated, thank you,
Jim
Do you have a link?