Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
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. |
#2
|
|||
|
|||
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) (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 |
#3
|
|||
|
|||
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. |
#4
|
|||
|
|||
Re: Downloading streaming secure vids from 3dbuzz.com^Use rtmpexplorer!!
|
Tags: 3dbuzz streaming |
Thread Tools | |
Display Modes | |
|
|