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

Error #1085 - playlist could not be loaded


Im getting the following error on an existing video player:
Task Queue failed at step 5-playlist could not be loaded. error #1085

here is the page: http://workoutsondemand.com/workouts_pilates_mat.htm

can anyone provide a solution?

thanks in advance.

7 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Check your playlist file:

Error #2044: Unhandled error:. text=Task Queue failed at step 5: Playlist could not be loaded: Error #1085: The element type "rss" must be terminated by the matching end-tag "</rss>".

JW Player

User  
0 rated :

Hi there,

Thanks for the response.

I checked the playlist - that playlist ends with: </item></channel></rss>

What am I missing?

Thanks in advance.

Ethan Feldman

JW Player Support Agent  
0 rated :

I would use this XML file as a template to work off of – http://developer.longtailvideo.com/player/trunk/fl5/js/test/examples/assets/mrss.xml

JW Player

User  
0 rated :

thanks, but that' link's not working for me. I click on it and it opens in my email, then I click on that and it takes me to: http://www.bigbuckbunny.org

Ethan Feldman

JW Player Support Agent  
0 rated :

OK, here is the source of it:

<rss version="2.0" 
	xmlns:media="http://search.yahoo.com/mrss/" 
	xmlns:jwplayer="http://developer.longtailvideo.com/trac/wiki/FlashFormats">
	<channel>
		<title>Example media RSS playlist</title>

		<item>
			<title>Video (mp4/ogv/flv)</title>
			<link>http://www.bigbuckbunny.org/</link>
			<description>Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation.</description>
			<pubDate>Sat, 07 Sep 2002 09:42:31 GMT</pubDate>
			<media:credit role="author">the Peach Open Movie Project</media:credit>
			<media:group>
				<media:content url="http://playertest.longtailvideo.com/bunny.mp4" />
				<media:content url="http://playertest.longtailvideo.com/bunny.ogv" />
				<media:content url="http://playertest.longtailvideo.com/bunny.flv" />
				<media:thumbnail url="http://playertest.longtailvideo.com/bunny.jpg" />
			</media:group>
		</item>

		<item>
			<title>Audio with thumb (mp3/ogg)</title>
			<link>http://www.bigbuckbunny.org/</link>
			<description>This audio file will only play for 5 seconds.</description>
			<pubDate>Sat, 07 Sep 2002 09:42:31 GMT</pubDate>
			<media:credit role="author">the Peach Open Movie Project</media:credit>
			<media:group>
				<media:content url="http://playertest.longtailvideo.com/bunny.mp3" />
				<media:content url="http://playertest.longtailvideo.com/bunny.ogg" />
  			<media:thumbnail url="http://playertest.longtailvideo.com/bunny.jpg" />
		  </media:group>
			<jwplayer:duration>5</jwplayer:duration>
		</item>

		<item>
			<title>PNG Image with duration</title>
			<description>Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation.</description>
			<pubDate>Sat, 07 Sep 2002 09:42:31 GMT</pubDate>
			<media:group>
				<media:credit role="author">the Peach Open Movie Project</media:credit>
  			<media:content url="http://playertest.longtailvideo.com/bunny.jpg" duration="10" />
			</media:group>
		</item>

		<item>
			<title>Youtube video with start</title>
			<link>http://www.bigbuckbunny.org/</link>
			<description>Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation.</description>
			<pubDate>Sat, 07 Sep 2002 09:42:31 GMT</pubDate>
			<media:group>
				<media:credit role="author">the Peach Open Movie Project</media:credit>
				<media:content url="http://youtube.com/watch?v=IBTE-RoMsvw" />
			</media:group>
			<jwplayer:start>10</jwplayer:start>
		</item>


	</channel>
</rss>

JW Player

User  
1 rated :

Where can i get that kind of apple - like effects? please provide link here. thanks.

Ethan Feldman

JW Player Support Agent  
-1 rated :

Not sure what you are asking.

This question has received the maximum number of answers.