PDA

View Full Version : Help on using rtmpdump to pull RTMPE stream on Win 7


Datajunky
12-27-2010, 03:32 PM
Hello everyone

I have tried a couple of apps even got the old Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-HTTP-RTMP-FLV-MP3-ripper-recorder.htm) 3.01 to orginal state, but it look's like this is not working for the following link...

http://www.youtube.com/watch?v=G47NEpCCGaU&list=SL
G47NEpCCGaU

I can however pull all the ad's off but not the main content which is a good test on the RTMPE stream.

I then read about rtmpdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) is able to still do this...

I have place the files in the temp dir and I understand I have to access a dos shell cmd to access this...

I just don't get how to get all the other part's I have read and tried to replicate but I don't seem to be getting any where fast.

So I would be greatful of a walk through on how to do this as I am sure I am not the only one that is struggling to make this work for them.

Many thanks DataJunky

Stream Recorder
12-28-2010, 03:28 PM
Have you tried to use GUI RTMPE recorders like StreamTransport (http://all-streaming-media.com/record-video-stream/StreamTransport-Download-HTTP-RTMP-RTMPE-streams.htm) and Coojah (http://all-streaming-media.com/record-video-stream/Blader-freeware-RTMP-downloader.htm)?

nullacht
03-09-2011, 04:36 AM
http://www.youtube.com/watch?v=G47NEpCCGaU&list=SL
G47NEpCCGaU

[...]

I then read about rtmpdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) is able to still do this...


My suggestion: Try to learn how to use rtmpsrv (linux + port redirection with iptables).
The default port for RTMPE streams on YouTube.com is port 1935.

RTMPDump v2.3:

rtmpdump -r "rtmpe://85.183.195.126/youtube?aifp=YT2008121701&slist=c7%2Fid%2F1b8ecd12908219a5%2Fitag%2F35&plid=AASeCd-Bhk_3ZG4l&auth=daEbubLdJaCbOcDdnbXdNcwcbbZdOcBa7c1-bnD1d8-eS-HyKFIkvc&_fcs_vhost=cp59009.edgefcs.net" -W "http://s.ytimg.com/yt/swfbin/watch_as3-vfl4DpYg6.swf" -y "c7/id/1b8ecd12908219a5/itag/35" -o 35.flv

RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 8
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: duration 2689.20
INFO: starttime 0.00
INFO: totalduration 2689.20
INFO: width 854.00
INFO: height 480.00
INFO: videodatarate 856.44
INFO: audiodatarate 96.22
INFO: totaldatarate 960.82
INFO: framerate 25.00
INFO: bytelength 322981263.00
INFO: canseekontime TRUE
INFO: sourcedata B4A7DD2C2HH1299664029869089
INFO: purl
INFO: pmsg
INFO: httphostheader r2.bru01t07.googlevideo.com
315411.390 kB / 2689.20 sec (100.0%)
Download complete

StreamTransport (http://all-streaming-media.com/record-video-stream/StreamTransport-Download-HTTP-RTMP-RTMPE-streams.htm) v1.0.2.2041 (with RTMPE support) also works...