Video Syndication
Ok, this has all raced ahead in a matter of a fortnight. I haven’t had time to try and syndicate video via RSS enclosures yet, and this is what I’ve gleaned from various places:
XSPF is an syndication format specifically for audio and video, and it has provisions for most of the features you’re talking about here.
The home of our working group is here: http://playlist.musicbrainz.org/playlist/moin.cgi/
The current spec is here: http://gonze.com/xspf/xspf-draft-8.html
Quick background: An XML playlist format. XSPF stands for XML Shareable Playlist Format “Shareable” means about the same thing as syndication.
As per the discussion in the other thread, I created a MovableType plugin that generates RSS 2.0 enclosures when you add the rel=”enclosure” attribute to your links. So, once installed this would create an enclosure:
<a href=”http://www.hello.com/path/to/file.mov” rel=”enclosure”>Download</a>
This is my first MT plugin. It is derived from Brandon Fuller’s MT-Enclosures plugin. I have not yet created a webpage for it with documentation, but I will soon. You can download it here:
You made a comment about WordPress and RSS enclosures a couple of weeks ago. If you hadn’t already caught up with the news, as of a few days ago, WordPress version 1.3alpha now automatically inserts any video, audio and image links in a blog entry as enclosures in the RSS2 feed.
Once syndication is happening, then we can worry about if it proves useful, personally I believe it is more important to be able to cite each other’s work and link to it, rather than syndicate, but we can have both (it isn’t about one or the other). I am intrigued though at how fast this has happened, and I’d probably argue this is because people understand syndication (after all it is what old media has done for years). The other stuff, that’s harder to get your head around.
Tags: tools