Hi!
First, sorry for my bad English. My first language is French.
I'm trying to record Clear Channel radio stations which simulcast on iheartradio.com via the RTMP protocol.
First, some background.
The url of their stream is updated constantly but can be found in a XML file, at URL "http://p2.STATION_NAME.ccomrcdn.com/player/player_dispatcher.html?section=radio&action=listen _live"
For example, if I want to record Z100 (call letters: WHTZ-FM), the URL of the XML is "http://p2.whtz-fm.ccomrcdn.com/player/player_dispatcher.html?section=radio&action=listen _live"
Then I try to record with
rtmpdump with the URL given in the XML file but I have the following error: NetStream.Play.StreamNotFound
If I try to listen to the stream with
Applian FLV Player, it works!
Could you help me?
Thanks!