Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Audio stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=5)
-   -  

www.streamtheworld.com: Help Finding a Streamtheworld URL Feed for KDAY-FM

(http://stream-recorder.com/forum/showthread.php?t=3718)

ceedub001 03-24-2009 11:54 PM

www.streamtheworld.com: Help Finding a Streamtheworld URL Feed for KDAY-FM


 
I'm trying to find KDAY-FM's hidden URL
Code:

www.935kday.com
It seems as though KDAY-FM is streaming it's radio through
Code:

www.streamtheworld.com
I want to listen to the station without using their player. I also want to add this station to my hardware internet radio receiver.

The player address is:
Code:

http://player.streamtheworld.com/liveplayer.php?callsign=KDAYFM
I've used Proxomitron and came up with the following:

Code:

GET /KDAYFMAAC?streamtheworld_user=1&nobuf=1237957437203 HTTP/1.1
Accept: */*
Accept-Language: en-US
Referer: "http://208.80.54.98/KDAYFMAAC?streamtheworld_user=1&nobuf=1237957437203"
x-flash-version: 10,0,22,87
UA-CPU: x86
Accept-Encoding: gzip, deflate
Host: 208.80.54.98
Connection: keep-alive

I just don't know how to put the address together. Any help whould be appreciated.

CeeDub001

Stream Recorder 03-25-2009 12:27 PM

Re: www.streamtheworld.com: Help Finding a Streamtheworld URL Feed for KDAY-FM


 
Code:

GET /KDAYFMAAC?streamtheworld_user=1&nobuf=1237957437203 HTTP/1.1
Accept: */*
Accept-Language: en-US
Referer: "http://208.80.54.98/KDAYFMAAC?streamtheworld_user=1&nobuf=1237957437203"
x-flash-version: 10,0,22,87
UA-CPU: x86
Accept-Encoding: gzip, deflate
Host: 208.80.54.98
Connection: keep-alive

In your example you can just get the URL from the referer field:
Code:

http://208.80.54.98/KDAYFMAAC?streamtheworld_user=1&nobuf=1237957437203
But usually you need to take the server IP address (208.80.54.98) and join it with the GET path (/KDAYFMAAC?streamtheworld_user=1&nobuf=123795743720 3). Then just add http:// in the beginning and you will get the URL that you can use
Code:

http://208.80.54.98/KDAYFMAAC?streamtheworld_user=1&nobuf=1237957437203

Stream Recorder 03-25-2009 12:33 PM

Re: www.streamtheworld.com: Help Finding a Streamtheworld URL Feed for KDAY-FM


 
And you can use many programs to find stream URLs

For example, you can use freeware URL Snooper to find the URL of the live radio broadcast. Just use streamtheworld in the "Keyword filter" editbox.

Or you can use Replay Media Catcher. When it starts recording just right click on the recording and select "Properties". Target URI shows the URL that you are looking for.

ceedub001 03-26-2009 12:52 AM

Re: www.streamtheworld.com: Help Finding a Streamtheworld URL Feed for KDAY-FM


 
Stream Recorder,

Thanks for getting back with your answer. When I paste the suggested URL into my browser I get prompted to download an unknown file "KDAYFMAAC" with a size about 1.96GB. What kind of file is this and how do I open the stream?

Sorry for so many questions, i'm a new at this.

Thanks in advance.
CeeDub001

Stream Recorder 03-26-2009 09:22 AM

Re: www.streamtheworld.com: Help Finding a Streamtheworld URL Feed for KDAY-FM


 
Do you want to download this stream or just to play it?

To play it you may use a player like freeware VLC. Just paste the URL into it.

ceedub001 03-28-2009 12:36 PM

Re: www.streamtheworld.com: Help Finding a Streamtheworld URL Feed for KDAY-FM


 
Thanks for all the help. I determined that its a flv feed. I downloaded VLC and that did the trick!

mitchflorida 10-26-2012 06:32 AM

Re: www.streamtheworld.com: Help Finding a Streamtheworld URL Feed for KDAY-FM


 
Can someone please help me with radio station WWNN? I downloaded Url Snooper and got some information on the stream, but was unable to find the url so that I can play it on my RadioSure recorder. This is the information Url Snooper gave me:


source IP: 208.80.55.148


GET /_core/assets/img/get_adobe_flash_player.jpg HTTP/1.1
Host: player.streamtheworld.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4
Accept: */*
Referer: http://wwnnradio.com/streamer/html/p...allsign=WWNNAM
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utma=117222471.1868593001.1350038698.1350047204. 1350573262.3; __utmc=117222471; __utmz=117222471.1350573262.3.3.utmcsr=streamingra dioguide.com|utmccn=(referral)|utmcmd=referral|utm cct=/streaming-radio-stations.php

GET /_players/beasley/Beasley.swf?nocache=08%3A25%3A01%20GMT-0400%20%28Eastern%20Daylight%20Time%29 HTTP/1.1
Host: player.streamtheworld.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4
Accept: */*
Referer: http://wwnnradio.com/streamer/html/p...allsign=WWNNAM
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Ch

bat999 10-26-2012 05:07 PM

Re: www.streamtheworld.com: Help Finding a Streamtheworld URL Feed for KDAY-FM


 
Quote:

Originally Posted by mitchflorida (Post 55764)
Can someone please help me with radio station WWNN?

This one?
Code:

http://3033.live.streamtheworld.com:80/WWNNAM_SC

mitchflorida 10-26-2012 05:12 PM

Re: www.streamtheworld.com: Help Finding a Streamtheworld URL Feed for KDAY-FM


 
Quote:

Originally Posted by bat999 (Post 55788)
This one?
Code:

http://3033.live.streamtheworld.com:80/WWNNAM_SC

Thank you very much! Can you tell me how you got it, or is it a long story? Would like to figure out how to get these.

bat999 10-26-2012 05:23 PM

Re: www.streamtheworld.com: Help Finding a Streamtheworld URL Feed for KDAY-FM


 
Quote:

Originally Posted by mitchflorida (Post 55789)
Can you tell me how you got it, or is it a long story?

Detective work :)
Started here ---> _https://www.reciva.com/station/8847


All times are GMT -6. The time now is 10:29 AM.