I am trying to add some flv files along with youtube videos into a playlist but only flv files play.
Is there a way I can also play youtube files by directly providing the video url as location? or anything else?

Currently my playlist looks like this:


Zero

http://www.kids.net
Joe Biden

video1 www.kids-40.net
Joe Biden

another file www.kids-40.net
Joe Biden

youtube youtube

Any help highly appreciated.

Comments

xoail’s picture

Sorry dint paste the playlist inside the code tag:

<rss version='2.0' xmlns:media='http://search.yahoo.com/mrss/'> 
	<channel> 
		<title>Zero</title> 
		<link>http://www.kids.net</link><item> 
			<title>Joe Biden</title> 
			<media:content url="videos/_12Qt556_video.flv" type="video/x-flv" duration="5" /><media:thumbnail url="thumbs/testing" /><media:credit></media:credit> 
			<description>video1 </description> 
			<link>www.kids.net</link> 
		</item><item> 
			<title>Joe Biden</title> 
			<media:content url="videos/_2gnaQ2n_video.jpg" type="image/jpeg" duration="5" /><media:credit></media:credit> 
			<description>another file </description> 
			<link>www.kids.net</link> 
		</item><item> 
			<title>Joe Biden</title> 
			<media:content url="http://www.youtube.com/watch?v=955Y3NJTRIE" type="video/x-flv" duration="5" /><media:thumbnail url="thumbs/testing" /><media:credit></media:credit> 
			<description> </description> 
			<link>youtube</link> 
		</item><meta rel='type'>youtube</meta></channel> 
</rss>
arthurf’s picture

Priority: Critical » Minor

Well, what you are posting here is an RSS feed, not an XSPF feed, so I'm not going to be of much help. Currently, to support this, we'd need to link emfield (or something else) to XSPF (should not be hard). XSPF uses the location tag which in my quick testing would support this.

aaron’s picture

Version: 5.x-1.20-alpha3 » 6.x-1.x-dev

Looking at adding emfield support; this seems the best issue to track. Will post a patch soon.

aaron’s picture

Status: Active » Needs work

OK, this now supports emfield out of the box w/ the node xspf option, using xspf_cck. Need to finish adding better support in views next.

aaron’s picture

aaron’s picture

Status: Needs work » Fixed
aaron’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.