A Simple Podcast Feed Set Up
So I have a really basic set up for a podcasting operation for a group I'm in. I'm curious if anyone has ideas on how I could improve this. The main goal is to keep it simple and cheap. I don't want to spend a ton of time or money on this right now.
I basically record our talks, then I post the podcasts to two separate locations: (1) an audio archive for our website and (2) a podcast feed.
Audio Archive
Rather than store all the audio files on our web server, we are using Google Drive to host the files. To do this, I
- Created a separate Google account for CSL Leesburg.
- Created a folder that I shared to the public
- Loaded all the audio files to the folder
- Copied the Google file URL (from the file sharing settings) and referenced it in the web site's html.
Podcast Feed
A podcast feed is like an "rss feed". If you're not familiar with these, they are files that other programs/applications can use to pull data and re-use it. So iTunes can take the feed and make the audio files accessible to others for download. iTunes does not host the files. So the two main things to figure out are where to host the files and how to create the feed. Google Drive is not a great option for the podcast feed (though it does work for direct links off a website).
Fortunately, there are some great services you can use to host the files and generate the feed. I started off with SoundCloud since it offers free hosting for a few hours of content and generates and rss feed.
The general steps are:
- Set up an account with SoundCloud
- Register the feed with iTunes
- Share the iTunes link with folks
- Share the RSS feed link with folks (not the same as the iTunes link)
Note: The same feed you register with iTunes can be used with other podcast applications. So if someone has an Android phone (which doesn't have iTunes), you can use an app like BeyondPod to pull in the podcast feed.
And if your looking for a great, free audio editing tool, I use Audacity for some basic, but critical tasks:
- Removing excess audio from the beginning or end of the track.
- Levelling the volumes and boost the sound a tad (there is a great feature called "Chains" that I saved and apply every week).
- Compress the file (so folks with cell phones have smaller files to download)
Any thoughts or recommendations?
A fairly simple way to reduce the workload is hosting your podcast site with squarespace. They build the feed directly into your posts and having a place for your listeners to go (your site) is a very important aspect for building your audience. With squarespace they have built podcast settings in the audio blocks, streamlining the process. However I would site upload them to soundcloud and any our place simply to cast a wider net and attract more listeners.
Thank you for the idea! Do you happen to know how much storage a standard square space site comes with?
They like to keep the talks available forever on the site, but currently want to keep the website hosting costs as close to $0 as possible. That cost requirement drove the Google Drive hacky solution.