Podcasting

What It Is

Podcasting is a way of publishing MP3 audio files on the web so they can be downloaded onto computers or portable listening devices, such as iPods or other MP3 players. Podcasting allows users to subscribe to a feed of new audio files using "podcatching" software (a type of aggregator), which periodically checks for and downloads new audio files automatically. Any digital audio player or computer with audio-playing software can play podcasts. Users can also download podcasts to their desktop computer. The benefit of podcasts is that users can listen to them whenever they want.

"Podcasting" is a word that combines the words "broadcasting" and "iPod." The term can be misleading since neither podcasting nor listening to podcasts requires an iPod or any portable music player.

Why It’s Important

  • Web users are finding podcasts (as well as RSS feeds) to be a very efficient method of keeping up with current news that interests them.
  • Millions of Americans own iPods or MP3 players and have downloaded podcasts from the Web so that they could listen to audio files at a time of their choosing.
  • More and more government agencies are using podcasts as a quick and easy way to distribute audio as an addition to existing text.
  • It’s another way to increase awareness of government information.
  • Adopting new communication channels leads to better communication with the public.
  • The process for developing a podcast is relatively simple and inexpensive.

As you can see, there are many benefits to using podcasts. However, as with other technology, you need to offer alternative means to view the material if the technology is not widely available or accessible.

Specific Policy, Legal, or Other Requirements for Doing This

There are no specific requirements for government agencies to use podcasts. Podcasts are an emerging technology that agencies can consider as an alternative way to quickly deliver news and information.

How to Implement

Creating a podcast is not very difficult. But you’ll need some specialized software before you get started. Here are the steps to place a podcast on your website:

Determine the content

  • First, you need to figure out what type of content will be most effective and relevant to your audience via a podcast. When selecting content for a podcast, make sure it’s something that will be updated on a somewhat regular basis.
  • This is important because users subscribe to podcasts to download the latest entry every time the broadcast is updated. If a topic doesn’t get updated frequently (such as information that is only updated annually), a podcast may not be the best way to get that information to users.


Find recording software

  • You’ll need software that will let you record the audio from the microphone onto your computer, and save it as an MP3 file. Alternatively, you can take existing audio files and convert them to MP3 format or extract audio from existing video and convert it to MP3 format. MP3 is a very compressed audio format that is common on the web. Almost all podcasts are presented as MP3 files; however, it is not strictly required.
  • There are many software packages to help you record audio files onto your computer. One good freeware multi-platform software is Audacity.
  • If you do use Audacity, you should also download LAME, a freeware MP3 encoder. It will let you save your audio files in MP3 format from within Audacity. See directions on how to download LAME.
     

Create the audio file

To record audio files onto your computer, you will need:

  • a computer with a sound card and a microphone
  • software that will let you record the audio onto your comupter, as explained above; alternatively, software that lets you convert existing audio to MP3 format

Create the podcast feed

Once you’ve recorded the podcast, you’ll need to create an RSS feed. For example:

<?xml version="1.0" encoding="iso-8859-1"?>

<rss version="2.0">

<channel>

<title>Title for your podcast</title>

<description>Description of the podcast</description>

<link>Your homepage URL</link>

<language>en-us</language>

<copyright>Copyright 2004</copyright>

<lastBuildDate>Fri, 31 Dec 2004 21:00:00 -0500</lastBuildDate>

<pubDate>Fri, 31 Dec 2004 21:00:00 -0500</pubDate>

<docs>RSS directory</docs>

<webMaster>webmaster e-mail address</webMaster>

<item> <!--now comes your items, like in any RSS feed -->

<title>Item title</title>

<link>http://www.mysite.gov/podcasts/dec_03.mp3</link>

<description>Description of specific podcast episode</description>

<enclosure url=”http://www.mysite.gov/podcasts/dec_03.mp3" length=" 4989537 " type="audio/mpeg"/>

<category>Podcasts</category>

<pubDate>Fri, 31 Dec 2004 21:00:00 -0500</pubDate>

</item>

</channel>

</rss>

Notice the only real difference between the above and a normal RSS feed listing is the <enclosure> element that is a part of each <item> element, and the <link> element of each <item> points to the MP3 file containing your audio broadcast (as opposed to an html page).

The format for the enclosure element is:

<enclosure url=”URL for the MP3 containing your audiocast” length=”size of mp3 file, in bytes” type=”audio/mpeg for mp3 files”/>

To get the size of the MP3 in bytes, in Windows, right click the file and select properties. The size of the file in bytes will be shown in parenthesis. Please note, you do not enter commas when entering the value into the length attribute.

Screenshot of sample file properties

Special Note on Podcast Feed Syntax for iTunes: To make a podcast “iTunes Music Store friendly” you must add iTunes-specific code to your feed. This code does not impact the ability of other podcast applications to process your feed. See the resources section below for a link to iTunes publishing information.

Use Common Terminology

There’s not yet a standard convention for displaying or naming podcast pages. Currently, government and commercial websites use different icons to display podcast links.

The benefit of using standard URLs and common terminology is that it helps the public find information and services across government websites.

Use Common URLs

There’s not yet a standard URL naming convention for podcast pages or a standard way of displaying links to podcast pages. However, many sites use “agencyname.gov/podcast” as a standard URL.

Examples

USA.gov Library of Government Podcasts

Resources

(See our disclaimer for non-government links)

 

Content Lead: Justin Herman
Page Reviewed/Updated: May 16, 2012

You are now leaving the HowTo.gov website.


CancelView Link