Downloading streaming secure vids from 3dbuzz.comHi,
I am trying to download flash videos from 3dbuzz.com but I couldn't find a way after several days of different attempts. There are some videos on the site that are playing from youtube, those are easy to get of course but videos like this one isn't: http://www.3dbuzz.com/vbforum/sv_showvideo.php?v=753 The best I could find is by using the URL snooper, I am able to get this: Sh4djFfShdf8FnRb35G4Fr4uef7s8Fdfs5UI3r&server=rtmp s://vs1.3dbuzz.com/vod/ and a source IP address something like: 174.122.67.xx Is it possible to download using this info or by other means? I tried using: rtmpdump.exe -r "rtmps://vs1.3dbuzz.com/vod" -o "C:\\test.flv" but got: "you must specify a playpath or url" error. Thanks. |
Re: Downloading streaming secure vids from 3dbuzz.comuse the proper command line:
Code:
rtmpdump -r "rtmpe://s3otuljvizf25t.cloudfront.net/cfx/st" -a "cfx/st" -f "WIN 11,1,102,55" -W "http://www.3dbuzz.com/vbforum/mediaplayer5.swf" -p "http://www.3dbuzz.com/vbforum/sv_showvideo.php?v=753" -y "mp4:videos/Houdini_01_Introduction.mp4" -o Houdini_01_Introduction.flv Code:
RTMPDump v2.4 GIT-2011-11-14 (Compiled by KSV) |
Re: Downloading streaming secure vids from 3dbuzz.comThanks alot KSV, you are the man :)
How did you get all those values though like: rtmpe://s3otuljvizf25t.cloudfront.net/cfx/st cfx/st WIN 11,1,102,55 mp4:videos/Houdini_01_Introduction.mp4 etc Thanks again man. |
Re: Downloading streaming secure vids from 3dbuzz.com^Use rtmpexplorer!!;)
|
All times are GMT -6. The time now is 07:50 AM. |