View Single Post
  #6  
Old 03-12-2016, 06:29 AM
triple7 triple7 is offline
Junior Member
 
Join Date: Mar 2016
Posts: 29
triple7 is on a distinguished road
Default

Re: crackle.com:HowTo download Anytime with Bob Kushell videos from AdobeFlashPlayer/


Quote:
Originally Posted by Jinjoni View Post
Trying to download the show Supermansion from crackle. I tried rtmpdump KSV build and Getflv. Both failed. Possibly I did something wrong. I would greatly appreciate your help. Thanks.
Just did a test here and it works fine with rtmpsuck + rtmpdump.

Open cmd and run rtmpsuck - then use Mozilla Firefox to play the video. Also select the highest quality to make sure it detects that track as well. I believe it'll eventually return some errors but you can disregard them. From the log, here's what you want to look for:

tcUrl
playpath

Run the code with rtmpdump.

Example:

Code:
rtmpdump -r "rtmpe://adaptive-cdn-br.akamai.crackle.com:1935/ondemand/" -y "mp4:crackle/1/t/z6/8g3lf_Adaptive_Web_1600BR.mp4" -o weedsS01E01.flv
Reply With Quote