Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

downloading episodes of Conan from teamcoco.com

(http://stream-recorder.com/forum/showthread.php?t=19993)

wer783 07-06-2015 02:07 PM

downloading episodes of Conan from teamcoco.com


 
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.

biezom 07-06-2015 03:44 PM

Re: downloading episodes of Conan from teamcoco.com


 
Quote:

Originally Posted by wer783 (Post 78010)
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


wer783 07-07-2015 01:07 PM

Re: downloading episodes of Conan from teamcoco.com


 
Thank you!!!

Great instructions! I've tried to use rtmpdumphelper and rtmpdump before, but I've never have been able to do it until now. I had no idea if they would even work with teamcoco.com, so even though I've tried before, I gave up pretty quick since I assumed that it wouldn't work. rtmpdumphelper doesn't work with Chrome on my computer, but it usually does work with Firefox.

Thanks for the great examples and instructions. I finally understand how to use rtmpdumphelper and rtmpdump.

wer783 08-26-2015 02:42 PM

Re: downloading episodes of Conan from teamcoco.com


 
I've been able to download all the episodes of Conan using biezom's method since my last post until a few days ago when it stopped working.

I've tried to do it on several computers but cannot get it to work. Can anyone get it to work now? When I use rtmdumphelper, it can't detect any of the download information like it used to. My current best work around is to use youtube-dl which works great except it can't download the 1280x720 version. It only gets the 640x360 version.

Can anyone see if they can get it to work. Here is a example link: http://teamcoco.com/video/full-episo...FnIiwiaWQiOjl9

Thanks.

drbmn 08-26-2015 08:09 PM

Re: downloading episodes of Conan from teamcoco.com


 
hi biezom, how did you get the website to fallback to using rtmp? or how do i get the auth part of the rtmpdump command? thanks :)


All times are GMT -6. The time now is 12:39 AM.