I'm trying to find KDAY-FM's hidden URL
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