Time shifting radio (specifically NPR)
Ted Roche
tedroche at tedroche.com
Sun Jan 9 12:27:01 EST 2005
On Jan 9, 2005, at 3:45 PM, Travis Roy wrote:
> This is all fine and good, but let me also add that the reson I want
> to do it via the internet feed is
> because I want to do it from my server at work. Working in a data
> center on the 3rd floor of a concrete building filled with electronic
> equipment, you
> can imagine, radio reception is just not there.
Okay, that's a different question. Sorry, I missed the "internet
stream" in your first post. You want to capture the TCP/IP-based stream
and save it to MP3 or AAC-based format.
Doesn't look like WEVO has anything to capture, but WBUR does. They
offer Windows Media, Real and Quicktime streams. Hacking their streams
to see what they are, the Mov stream is controlled by an XML file with
a .qtl extension that looks like this:
<?xml version="1.0"?>
<?quicktime type="application/x-quicktime-media-link"?>
<embed
autoplay="true"
href="http://www.techsuperpowers.com/wbur"
src="http://live.wbur.org/feed/wburlive_20040908.mov"
/>
I'll bet tomorrow's is named "wburlive_20040908.mov," too, eh?
Now, capturing streaming .mov to mp3? There may be some experts on the
forum who can offer better advice than I. A google search of "linux
streaming mov capture mp3" turns up lots of promising leads, like:
http://all-streaming-media.com/record-video-stream/record-streaming-
video-windows-media-and-real-video.htm
Ted Roche
Ted Roche & Associates, LLC
http://www.tedroche.com
More information about the gnhlug-discuss
mailing list