The encyclopedia · Software & IT · Product decision · 2001–2005
One RSS tag, <enclosure>, pointed feeds at media files and made podcasting standard
Dave Winer added an enclosure element to RSS 2.0 carrying a media file's URL, length and type; players followed, and podcasting needed no new protocol.
UserLand · Apple
the move
In the early 2000s blogs syndicated their posts with RSS, an XML feed format with a huge installed base of writers and readers. The missing piece was media: to distribute audio regularly, producers had to point people at a web page and make them download files by hand — there was no subscription mechanism.
The heavyweight answer would have been a brand-new podcast protocol plus new client software, and then a fight to get anyone to adopt it. Instead the capability was added to the format that had already won: RSS 2.0 defined an optional <enclosure> sub-element of <item> with three required attributes — url, length, and type.
On 20 January 2001 Dave Winer published the first audio referenced by an enclosure tag (a Grateful Dead song, as a test); Christopher Lydon followed with original spoken-word audio in July 2003, and Adam Curry's Daily Source Code in 2004 made it a mass phenomenon.
Why it won: no new protocol, no new servers and no new clients required for basic use — any feed could carry media, and any aggregator could become a player. The RSS 2.0 spec was deliberately frozen, so the format stayed stable long enough for the industry to build on it.
why it works
- RSS was already the syndication standard, so one element reached an existing audience of feed writers and readers.
- The enclosure carried everything a player needed — URL, byte length and MIME type — with no server-side infrastructure.
- The frozen specification meant tools and shows could be built on stable ground as the medium grew.
- Apple's iTunes 4.9 adoption in June 2005 turned a hobbyist format into the default way shows were published.
what transfers
To win, bolt the new capability onto the format everyone already uses; a three-attribute tag can start an entire industry.
what came after
The word 'podcast' first appeared in print in The Guardian in February 2004, and Dave Winer and Adam Curry adopted it by September 2004. Apple's iTunes 4.9 (June 28, 2005) added podcast support via RSS extensions, and the format's stability let the medium grow into a mainstream industry that still distributes over the same enclosure tag.
references
- RSS 2.0 Specification (enclosure element)
- The history of the word 'Podcast'
- trends in syndication: Atom, media RSS, sitemaps, earth maps
spotted an error? The archive wants to know.