View Single Post
  #2  
Old 07-06-2015, 03:44 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: downloading episodes of Conan from teamcoco.com


Quote:
Originally Posted by wer783 View Post
How can I download 720p episodes of Conan from teamcoco.com?

Here's an example: http://teamcoco.com/video/full-episo...FnIiwiaWQiOjl9

youtube-dl can get the lower quality versions. Adownloader can start downloading the 720p versions, but it stops downloading part way through.

Can GetFlv do it? I have an older version of GetFlv. The older version I have does everything I want except this. If it could download these, I might go ahead and pay the $59 again and buy the new version. My old version can download the lower quality versions but not the 720p versions.
hi

you can use rtmpdumphelper and rtmpdump


Code:
rtmpdump -r "rtmpe://cp219684.edgefcs.net:1935/ondemand" -a "ondemand?auth=daEbzarajazcFaLcpdoc3aac8dicPbYalb5-bvMU_X-hca-HkI&aifp=v001&slist=protected/2015-07/TBSE1006221500027895_B3R2;protected/2015-07/TBSE1006221500027895_B2R2;protected/2015-07/TBSE1006221500027895_B1R1" -f "LNX 17,0,0,134" -W "http://z.cdn.turner.com/xslo/cvp/plugins/akamai/streaming/osmf1.6/2.10/AkamaiAdvancedStreamingPlugin.swf" -p "http://teamcoco.com/video/full-episode-weds-7-1-maya-rudolph-hannibal-buress-and-musical-guest-tove-lo?playlist=x;eyJ0eXBlIjoidGFnIiwiaWQiOjl9" -C O:1 -C O:0 -y "mp4:protected/2015-07/TBSE1006221500027895_B3R2.mp4" -o "2015-07-06_11-15-29_TBSE1006221500027895_B3R2.flv"
with in red list version

so choose your playpath
bitrate 2048 size 1280x720
Code:
-y  "mp4:protected/2015-07/TBSE1006221500027895_B1R1.mp4"
bitrate 1024 size 640x360
Code:
-y "mp4:protected/2015-07/TBSE1006221500027895_B2R2.mp4"
bitrate="512" size 640x360
Code:
-y "mp4:protected/2015-07/TBSE1006221500027895_B3R2.mp4"
Code:
rtmpdump -r "rtmpe://cp219684.edgefcs.net:1935/ondemand" -a "ondemand?auth=daEbzarajazcFaLcpdoc3aac8dicPbYalb5-bvMU_X-hca-HkI&aifp=v001&slist=protected/2015-07/TBSE1006221500027895_B3R2;protected/2015-07/TBSE1006221500027895_B2R2;protected/2015-07/TBSE1006221500027895_B1R1" -f "LNX 17,0,0,134" -W "http://z.cdn.turner.com/xslo/cvp/plugins/akamai/streaming/osmf1.6/2.10/AkamaiAdvancedStreamingPlugin.swf" -p "http://teamcoco.com/video/full-episode-weds-7-1-maya-rudolph-hannibal-buress-and-musical-guest-tove-lo?playlist=x;eyJ0eXBlIjoidGFnIiwiaWQiOjl9" -C O:1 -C O:0 -y "mp4:protected/2015-07/TBSE1006221500027895_B1R1.mp4" -o "2015-07-06_11-15-29_TBSE1006221500027895_B1R1.flv"
RTMPDump v2.4 KSV-05-05-2015
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration                2542.91
INFO:   moovPosition            706468408.00
INFO:   width                   1280.00
INFO:   height                  720.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         48000.00
INFO:   audiochannels           2.00
INFO: trackinfo:
INFO:   length                  76287211.00
INFO:   timescale               30000.00
INFO: sampledescription:
INFO:   sampletype              avc1
INFO:   length                  122059776.00
INFO:   timescale               48000.00
INFO: sampledescription:
INFO:   sampletype              mp4a
INFO:   length                  2542912.00
INFO:   timescale               1000.00
INFO: sampledescription:
INFO:   sampletype              tx3g
INFO:   displayflags            0.00
INFO:   horizontaljustification 1.00
INFO:   verticaljustification   255.00
INFO:   backgroundcolor         0.00
INFO: defaulttextbox:
INFO:   top                     0.00
INFO:   left                    0.00
INFO:   bottom                  720.00
INFO:   right                   1280.00
INFO: defaultstyle:
INFO:   startchar               0.00
INFO:   endchar                 0.00
INFO:   fontid                  1.00
INFO:   facestyleflags          0.00
INFO:   fontsize                18.00
INFO:   textcolor               4294967295.00
694403.552 kB / 2542.89 sec (99.9%)
Download complete

Last edited by biezom : 07-06-2015 at 04:35 PM.
Reply With Quote