View Single Post
  #3  
Old 03-09-2011, 04:36 AM
nullacht nullacht is offline
Senior Member
 
Join Date: Jan 2010
Posts: 230
nullacht will become famous soon enoughnullacht will become famous soon enough
Default

Re: Help on using rtmpdump to pull RTMPE stream on Win 7


Quote:
Originally Posted by Datajunky View Post
http://www.youtube.com/watch?v=G47NEpCCGaU&list=SL


[...]

I then read about rtmpdump 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:

Code:
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
Code:
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 v1.0.2.2041 (with RTMPE support) also works...
Reply With Quote