PDA

View Full Version : Downloading streaming secure vids from 3dbuzz.com


nelmaxima
12-15-2011, 10:53 PM
Hi,

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=rtmps://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.

KSV
12-16-2011, 01:38 AM
use the proper command line:

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

RTMPDump v2.4 GIT-2011-11-14 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: duration 945.24
INFO: moovPosition 32.00
INFO: width 720.00
INFO: height 540.00
INFO: videocodecid avc1
INFO: audiocodecid mp4a
INFO: avcprofile 100.00
INFO: avclevel 51.00
INFO: aacaot 2.00
INFO: videoframerate 10.00
INFO: audiosamplerate 22050.00
INFO: audiochannels 1.00
INFO: trackinfo:
INFO: length 9451000.00
INFO: timescale 10000.00
INFO: language und
INFO: sampledescription:
INFO: sampletype avc1
INFO: length 20842496.00
INFO: timescale 22050.00
INFO: language und
INFO: sampledescription:
INFO: sampletype mp4a
5995.590 kB / 945.19 sec (99.9%)
Download complete

nelmaxima
12-16-2011, 08:11 AM
Thanks 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.

Bahman
12-16-2011, 08:56 AM
^Use rtmpexplorer!!;)