Need more help? Have us do it!
Boutell.Com Consulting Services

WWW FAQs: What is a podcast?

2006-07-24: A podcast is the audio or video equivalent of a blog with an RSS feed. Just as you can read a blog with an RSS client and automatically see new entries as they are posted, you can subscribe to a podcast with any "podcatcher" (podcast client) program and automatically hear new recordings as they are released. Blogs and podcast both use RSS, but a true podcast uses RSS in a specific way to be compatible with podcatcher software.
BREAKING NEWS (2006-09-26): Apple has begun taking legal steps against other companies that use the term "pod." The term "netcast" has been proposed as a replacement that is not subject to legal problems. See this Wired article for more information.

Apple invented podcasting as a useful way to fetch new recordings to listen to on the iPod portable music player. With podcasting, an iPod can be conveniently updated with new musical performances or talk shows released by anyone on the Internet.

Podcasting has since grown well beyond the iPod. Many people keep up with a podcast via their favorite blog-reading site, such as LiveJournal's "friends page," without realizing that podcasts were originally meant for portable devices.

The term "podcast" is often abused to mean "mentioning links to MP3s in my blog now and then," but a proper podcast is designed so that iTunes and similar programs can understand how to automatically download new "episodes." Linking to MP3 files from your blog doesn't accomplish that.
The key difference between a blog's RSS feed and a podcast's feed is the inclusion of the enclosure element, which specifies the audio or video file to be played. Without that, the podcatcher doesn't know what to play. You can attach text to a podcast, but bear in mind that users who are using portable audio players might never read the text.

Here's a bare-bones example of a valid podcast RSS feed. Notice that the size of the MP3 audio file must be included in the enclosure element. Also, Apple defined several new elements to carry subtitle, author, and summary information that some podcatchers can recognize and display.


<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Cat Sounds</title>
<link>http://www.example.com/catsfromspace</link>
<item>
<title>Tabbies from Tibet</title>
<enclosure
url="http://www.example.com/podcasts/catsounds_tibet.mp3"
length="989898" type="audio/mpeg"/>
<pubDate>Mon, 24 Jul 2006 16:21:00 GMT</pubDate>
</item>
... Additional item elements for additional episodes ...
</channel>
</rss>

This is a very simple example. There are many additional elements that can be used in a podcast RSS feed.

In addition to MP3 audio, podcasts can contain H.264 and MPEG-4 video in certain formats. For complete information, see Apple's podcast technical specification.

See also how do I make a podcast?

Legal Note: yes, you may use sample HTML, Javascript, PHP and other code presented above in your own projects. You may not reproduce large portions of the text of the article without our express permission.

Got a LiveJournal account? Keep up with the latest articles in this FAQ by adding our syndicated feed to your friends list!

stripe-whores
stripe-whores
stripe-whores
stripe-whores

Contact Us

Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Boutell.Com, Inc. All Rights Reserved.