Hello.
I need download audio streaming from:
http://www.capital.com.pe/swf/player...pe/av_capital/
rtmpdump from Windows 7 64 bits say:
Code:
rtmpdump -V -r "rtmp://gruporpp.mediastream.pe:1935 app=av_
capital/ " -a av_capital/ --live -s "http://envivo.capital.com.pe/swf/player.swf
" -p "http://envivo.capital.com.pe" -y audio01 -o aaa.mp3
RTMPDump v2.4 GIT-2011-07-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
DEBUG: Parsing...
DEBUG: Parsed protocol: 0
DEBUG: Parsed host : gruporpp.mediastream.pe
DEBUG: Parsed app :
DEBUG: Protocol : RTMP
DEBUG: Hostname : gruporpp.mediastream.pe
DEBUG: Port : 1935
DEBUG: Playpath : audio01
DEBUG: tcUrl : rtmp://gruporpp.mediastream.pe:1935/av_capital/
DEBUG: swfUrl : http://envivo.capital.com.pe/swf/player.swf
DEBUG: pageUrl : http://envivo.capital.com.pe
DEBUG: app : av_capital/
DEBUG: live : yes
DEBUG: timeout : 30 sec
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
DEBUG: RTMP_Connect1, ... connected, handshaking
DEBUG: HandShake: Type Answer : 03
DEBUG: HandShake: Server Uptime : 470525284
DEBUG: HandShake: FMS Version : 3.5.2.1
WARNING: HandShake: client signature does not match!
DEBUG: HandShake: Handshaking finished....
DEBUG: RTMP_Connect1, handshaked
DEBUG: Invoking connect
INFO: Connected...
DEBUG: HandleServerBW: server BW = 2500000
DEBUG: HandleClientBW: client BW = 2500000 2
DEBUG: RTMP_ClientPacket, received: invoke 126 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object begin)
DEBUG: Property: <Name: level, STRING: error>
DEBUG: Property: <Name: code, STRING: NetConnection.Connect.Re
jected>
DEBUG: Property: <Name: description, STRING: Connection failed.>
DEBUG: Property: <Name: application, BOOLEAN: FALSE>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <_error>
ERROR: rtmp server sent error
DEBUG: RTMP_ClientPacket, received: invoke 18 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <close>
ERROR: rtmp server requested close
DEBUG: Closing connection.
And video streaming from:
http://www.capital.com.pe/swf/player...v_cab_capital/
Download is good
What would be the correct url to download this audio wih rtmpdump?
http://www.capital.com.pe/swf/player...pe/av_capital/
Thank you very much.