dose Mv-embed support ROE playlist? if not how do I get Mv_embed to load a XSPF playlist?
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ROE> <head> <title>youth</title> </head> <body> <track id="v" provides="video"> <seq id="youth"> <mediaSource id="4" content-type="video/ogg" src="http://localhost/videos/4.ogv" /> <mediaSource id="34" content-type="video/ogg" src="http://localhost/videos/dvgrab-018.ogv" /> </seq> </track></body></ROE>
Stay connected to the people that matter most with a smarter inbox. Take a look http://au.docs.yahoo.com/mail/smarterinbox
ROE is only used to describe different clips of the same time aligned data. SMIL or xspf is used for playlists...
mv_embed did support xspf well at one point mapping the playlist to VLC or manually jumping via cortado... but i think we have regressed as things got rewritten to support smil playlists via javascript driven native browser video tag support.
It should be pretty quick to restore support for xspf since the xspf feature set is much simpler than the smil feature set.
Do you have a sample xspf playlist you want it to work with and a targeted playback systems? Does it need to support multiple formats? (ie other than ogg)
--michael
Tom Sparks wrote:
dose Mv-embed support ROE playlist? if not how do I get Mv_embed to load a XSPF playlist?
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ROE> <head> <title>youth</title> </head> <body> <track id="v" provides="video"> <seq id="youth"> <mediaSource id="4" content-type="video/ogg" src="http://localhost/videos/4.ogv" /> <mediaSource id="34" content-type="video/ogg" src="http://localhost/videos/dvgrab-018.ogv" /> </seq> </track></body></ROE>
Stay connected to the people that matter most with a smarter inbox. Take a look http://au.docs.yahoo.com/mail/smarterinbox
MetaVid-l mailing list MetaVid-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/metavid-l