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

Problem download audio streaming

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

Intel1 09-06-2012 01:29 PM

Problem download audio streaming


 
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.

chap 09-06-2012 02:00 PM

Re: Problem download audio streaming


 
Code:

rtmpdump -r "rtmp://gruporpp.mediastream.pe/av_capital/" -a "av_capital/" -W "http://www.capital.com.pe/swf/player.swf" -p "http://www.capital.com.pe/swf/player.swf?autostart=1&plugins=ova&config=ova02.xml&file=audio01&streamer=rtmp://gruporpp.mediastream.pe/av_capital/" -y "audio01" -o "audio01.flv" -v

Intel1 09-07-2012 07:26 AM

Re: Problem download audio streaming


 
Hi,

Thanks you very much

Url work for download audio :)


All times are GMT -6. The time now is 04:53 PM.