Re: How do I rip this sort of audio stream ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Linuxguy123 wrote:
I'd like to rip the audio stream that plays (with Totem) when I press
the "Listen" button on this page so that I can listen to it later in the
day.

http://streamingradioguide.com/streaming-schedule.php?station=KKFT&service=FM
1) use wget to get the "Listen" link and have a dig through it.

2) work out the resulting MMS stream:
mms://winmax1.acs.playstream.com/kkft?MSWMExt=.asf

3) download it:
gst-launch mmssrc location="mms://winmax1.acs.playstream.com/kkft?MSWMExt=.asf" ! filesink location=/tmp/kkft.asf

4) convert it to mp3:
ffmpeg -i /tmp/kkft.asf /tmp/kkft.mp3

I'm sure you can script/optimise that, but it's a Friday afternoon and the pub's just opened.

--
Sam

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux