Re: Record Clear Channel radio stations (iheartradio.com)Here's the problem with the RTMP URL in these posts (ie Coast to Coast):
The authkey in the URL is time sensitive. So you can't create a batch file, run it one day, and even run it a couple of hours later or the next day . It expires, and it won't record. There's no way I can see to get a recording beyond going to the XML file a very short while before you record, editing the batch file and then running it as you go to sleep or step out of the room. You can't feed the RTMP url to Replay Media's Scheduler either. The only thing you can do is have the scheduler load the iheartradio page via the Scheduler and record (and tell it to stop recording after a certain amount of minutes). It'll open Firefox or Chrome or whatever. You can create a batch file that takes the file Replay gives, loads FLVExtractCL, converts the FLV to AAC, then convert it to MP3 via ffmpeg. |
Re: Record Clear Channel radio stations (iheartradio.com)Was there some new change to the parameters needed for rtmpdump? Going to the xml page and using the primary_location URL no longer works as of last night.
Example command: Code:
$ rtmpdump -r "rtmp://cp19783.live.edgefcs.net/live/Sac_CA_KSTE-AM_OR@s7939?autha7dEcmanabb0bwb.d2ahaEb3-bpsOlj-4q-NM4X2_1nuGApo1FAokxsyq&aifp=1234&CHANNELID=229&CPROG=_&MARKET=SACRAMENTO-CA&REQUESTOR=KSTE-AM&SERVER_NAME=p2.kste-am.ccomrcdn.com&SITE_ID=691&STATION_ID=KSTE-AM&MNM=1&TYPEOFPLAY=0" -v | mplayer - Code:
Playing -. |
Re: Record Clear Channel radio stations (iheartradio.com)example
Code:
>rtmpdump |
Re: Record Clear Channel radio stations (iheartradio.com)Hmm... Your example doesn't work for me, probably because of an expired ID. However, where on the XML page are you obtaining the parameters after the ...TYPEOFPLAY=0 in the primary_location line?? I don't see a terminalid or uid, etc.. Thanks.
|
Re: Record Clear Channel radio stations (iheartradio.com)only auth parameter is important. in your posted command line it's
Code:
?autha7dEcmanabb0bwb.d2ahaEb3-bpsOlj-4q-NM4X2_1nuGApo1FAokxsyq&aifp=1234 Code:
?auth=a7dEcmanabb0bwb.d2ahaEb3-bpsOlj-4q-NM4X2_1nuGApo1FAokxsyq&aifp=1234 |
Re: Record Clear Channel radio stations (iheartradio.com)That must have been a paste error, because I'm definitely testing it with the equal sign and it still doesn't work. None of the stations that normally work are working for me anymore so I know it's a global issue. Maybe someone can try some of these specific stations and see what you can come up with?
kste-am kisq-fm kksf-fm kfbk-am Thanks. |
Re: Record Clear Channel radio stations (iheartradio.com)KSTE-AM
Code:
rtmpdump -r |
Re: Record Clear Channel radio stations (iheartradio.com)I guess the next question is how are you figuring out that rtmp URL? My method would be to go to:
Code:
http://p2.kste-am.ccomrcdn.com/player/player_dispatcher.html?section=radio&action=listen_live |
Re: Record Clear Channel radio stations (iheartradio.com) |
Re: Record Clear Channel radio stations (iheartradio.com)Ok, I figured out what happened. My rtmpdump 2.4 was compiled using some old libraries and then I upgraded this box but kept using that binary. I figured it out by using rtmpdump 2.3 via my distro's package manager. Sorry for the bother.
|
All times are GMT -6. The time now is 10:29 AM. |