View Single Post
  #8  
Old 03-02-2011, 08:40 AM
nullacht nullacht is offline
Senior Member
 
Join Date: Jan 2010
Posts: 230
nullacht will become famous soon enoughnullacht will become famous soon enough
Exclamation

Re: Finding RTMP/RTMPE for a Youtube Show


Quote:
Originally Posted by jimmycarlos View Post
I'm trying to download a show on youtube - this is somehow protected and all downloading things can't find it.

[...]

Quote:
Originally Posted by Serbaside View Post
I also tried CooJah and StreamTransport without luck. These are both suppose to support RTMPE........
I've tried StreamTransport v1.0.2.1931 and it worked. You can get this version here:

Quote:
http://www.videohelp.com/tools/StreamTransport/old-versions
Note: RTMPE support was removed in the newer versions of StreamTransport.



You can also try to use RTMPDump:

Code:
rtmpdump -r "rtmpe://cp59009.edgefcs.net/youtube?auth=daEdNc4b5bJafcbb0cnanaCcTaMatd6cjc1-bnzSsk-eS-QzJDKlsb&aifp=YT2008121701&slist=c7/id/1d8c144311589e47/itag/35" -a "youtube?auth=daEdNc4b5bJafcbb0cnanaCcTaMatd6cjc1-bnzSsk-eS-QzJDKlsb&aifp=YT2008121701&slist=c7/id/1d8c144311589e47/itag/35" -f "LNX10,1,102,64" -W "http://s.ytimg.com/yt/swfbin/watch_as3-vflO2K4B9.swf" -p "http://www.youtube.com/watch?v=HYwUQxFYnkc&feature=player_embedded" -y "c7/id/1d8c144311589e47/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              1472.52
INFO:   starttime             0.00
INFO:   totalduration         1472.52
INFO:   width                 640.00
INFO:   height                480.00
INFO:   videodatarate         801.09
INFO:   audiodatarate         120.78
INFO:   totaldatarate         929.74
INFO:   framerate             25.00
INFO:   bytelength            171195812.00
INFO:   canseekontime         TRUE
INFO:   sourcedata            B4A7DD2C3HM1298580588321669
INFO:   purl
INFO:   pmsg
INFO:   httphostheader        r3.bru01t07.googlevideo.com
167183.410 kB / 1472.52 sec (100.0%)
Download complete
Reply With Quote