Record Live Radio Station Stream to Mp3 in WIndows

This method is ideal to record long period of time from a radio station (e.g. talk radio). There are many ways to do this but this uses free tools.

These are very “quick and dirty” instructions that assume basic computer knowledge.

  1. Download VLC: http://www.videolan.org/vlc/index.html
  2. Find a radio station that broadcasts in mp3 audio stream. This is the hardest part. Many radio stations do not but a few still do. The url sometimes ends with a “m3u” or “pls” extension. Like this:
    http://www.publicbroadcasting.net/kmfa/ppr/index.shtml

    Copy and paste youre radio stream into VLC by opening Media->Open Network Stream->copy in the url. If it starts playing, go to Tools->codec information in VLC and make sure it says “mpeg” audio or something similar. In any event if VLC plays it shoudl work. If the url ends with “m3u” or “pls” right click on the link, download the file and open it in note pad and get the real link. For example, in the example above the real link to the stream is: http://pubint.ic.llnwd.net/stream/pubint_kmfa

  3. Open up a text editor and paste in the following making the appropriate changes for your radio stream (using the above as an example):

    The stop time is the number of seconds to record. Here it is set for one hour (60 x 60). The c:\audio line is the path to your output file with some extra batch variables thrown in to automatically add date and time of recording.

  4. Save the text file something descriptive like “Record KMFA Radio Station.bat”.
  5. Open up the Task Scheduler in Windows and Create a new task to run the batch file at the time your program starts.

    I won’t go into details on this but here’s link that gives general instructions:

Also, some written instructions on using the task manager from LifeHacker.

That’s it!

This field is required.

Leave a Reply

Your email address will not be published. Required fields are marked *

*******************************************************