View Single Post
  #4  
Old 02-20-2011, 05: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
Cool

Re: rtmpdump for TNT.TV and Akamai


Quote:
Originally Posted by aczire View Post
Hi,

I was trying to download a movie from tnt.tv but fails to download. rtmpdump says access denied. Can any one help me? The command i used (from rtmpsrv) is shown below,

Code:
rtmpdump -r "rtmpe://cp70211.edgefcs.net:1935/ondemand?ovpfv=2.1.2&auth=daEdncxc3bjcgc6cbc9aQbgaec7dRa8bSbh-bneAi3-hca-FyF&aifp=v001&slist=flash/tveverywhere/2010-12/closer_612_01_864x480x24f" -a "ondemand?ovpfv=2.1.2&auth=daEdncxc3bjcgc6cbc9aQbgaec7dRa8bSbh-bneAi3-hca-FyF&aifp=v001&slist=flash/tveverywhere/2010-12/closer_612_01_864x480x24f" -f "WIN 10,1,102,64" -W "http://i.cdn.turner.com/xslo/cvp/player/cvp_1.3.6.24.swf?player=fw_main&domId=cvp_1&playerWidth=640&playerHeight=360" -p "http://www.tnt.tv/dramavision/;jse
ssionid=9563F78D0CCC3F8EA19193CF2C27BAEC?cid=40937#" -C Z: -y "flash/tveverywhere/2010-12/closer_612_01_864x480x24f" -o closer_612_01_864x480x24f.flv
TNT.tv uses authentication strings! They will expire after a short time! It seems to me that the RTMPE file path is also geo-restricted.

I've tried RTMPDump and it worked:

Code:
rtmpdump -r "rtmpe://cp70211.edgefcs.net:1935/ondemand?ovpfv=2.1.2&auth=daEdsabdXaedCb7c8bzdQdsblcucycDbOb_-bnyfp8-hca-KwD&aifp=v001&slist=flash/tveverywhere/2011-01/TNTD1001141100001925_1024kbps_640x360" -a "ondemand?ovpfv=2.1.2&auth=daEdsabdXaedCb7c8bzdQdsblcucycDbOb_-bnyfp8-hca-KwD&aifp=v001&slist=flash/tveverywhere/2011-01/TNTD1001141100001925_1024kbps_640x360" -f "LNX 10,1,102,64" -W "http://i.cdn.turner.com/xslo/cvp/player/cvp_1.3.6.24.swf?player=fw_main&domId=cvp_1&playerWidth=640&playerHeight=360" -p "http://www.tnt.tv/dramavision/?cid=59359" -C Z: -y "mp4:flash/tveverywhere/2011-01/TNTD1001141100001925_1024kbps_640x360" -o TNTD1001141100001925_1024kbps_640x360.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              2625.95
INFO:   moovPosition          40.00
INFO:   width                 640.00
INFO:   height                360.00
INFO:   videocodecid          avc1
INFO:   audiocodecid          mp4a
INFO:   avcprofile            77.00
INFO:   avclevel              40.00
INFO:   aacaot                2.00
INFO:   videoframerate        29.97
INFO:   audiosamplerate       22050.00
INFO:   audiochannels         2.00
INFO: trackinfo:
INFO:   length                78777699.00
INFO:   timescale             30000.00
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                57902080.00
INFO:   timescale             22050.00
INFO: sampledescription:
INFO:   sampletype            mp4a
366236.268 kB / 2625.90 sec (99.9%)
Download complete
Reply With Quote