PDA

View Full Version : Can anyone help me downloading this video?


momozo
06-09-2011, 04:50 PM
Hello.

Well, Ive been trying to download a flash video but with no results. Even used RTMPdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) and didnt work. If anyone could help me with that, I would be really grateful. Here is the video link:

rtmpe://video06.r2learning.com.br/SNJ/mp4:financas_publicas/100111_ut01_ue03_luiza sampaio_400k.mp4

Thanks!!

KSV
06-09-2011, 11:03 PM
This stream is using SecureToken method. you need to provide the webpage url for video. you can also try using rtmpsuck with RTMPexplorer (http://all-streaming-media.com/record-video-stream/RTMPExplorer-freeware-GUI-for-rtmpsrv-Windows.htm).

svnpenn
06-10-2011, 02:14 AM
You can also try using GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm)

Can we please ban him already?
This forum is not for advertising shareware.

placebo
06-10-2011, 03:16 AM
i guess it is not too cool if the product vendor himself posts "try our product, it might work here!" because that could be considered as ad. but if someone neutral and unbiased ;) posts the same sentence as tip or recommendation, then everything's fine.. so here we go:

@momozo
You can try StreamTransport (http://all-streaming-media.com/record-video-stream/StreamTransport-Download-HTTP-RTMP-RTMPE-streams.htm), Hulu Downloader, CooJah + Blader (http://all-streaming-media.com/record-video-stream/Blader-freeware-RTMP-downloader.htm) or GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm). they all support the rtmpe protocol and have a nice Windows GUI unlike rtmpsusk!

:)

Stream Recorder
06-11-2011, 04:20 AM
i guess it is not too cool if the product vendor himself posts "try our product, it might work here!" because that could be considered as ad. but if someone neutral and unbiased ;) posts the same sentence as tip or recommendation, then everything's fine..
Personally I don't mind when shareware vendors suggest their products, but ONLY WHEN they DO WORK. But I prefer to see "We've tested bla-bla-bla recorder and it works" instead of "You can try ..."

momozo
06-11-2011, 08:02 AM
Well, guys, I tried RTMPexplorer (http://all-streaming-media.com/record-video-stream/RTMPExplorer-freeware-GUI-for-rtmpsrv-Windows.htm) and thats what it showed:

http://imageshack.us/photo/my-images/534/rtmpexplorer.png/


The Address of the videos is http://preparatorios.institutoiob.com.br/_site/home/

but you have to register yourself to get to the videos.

Is it impossible to download?

Thanks!

KSV
06-11-2011, 12:26 PM
i was able to download your video by copying your parameters from screenshot and after adding the SecurityToken to command.

rtmpdump.exe -r "rtmpe://video06.r2learning.com.br/SNJ/mp4:Ingles/221210_UT01_UE01_ROBERTO_WITTE_400K.mp4" -a "SNJ" -W http://preparatorios.institutoiob.com.br/_player/playerIOB.swf?id=3229 -T "!vy268Pz@2Ym4Bz" -y "mp4:Ingles/221210_UT01_UE01_ROBERTO_WITTE_400K.mp4" -o Test.flv

RTMPDump v2.3 r569 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: trackinfo:
INFO: timescale 15000.00
INFO: length 12550000.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype avc1
INFO: timescale 16000.00
INFO: length 13388800.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype mp4a
INFO: audiochannels 2.00
INFO: audiosamplerate 16000.00
INFO: videoframerate 15.00
INFO: aacaot 2.00
INFO: avclevel 30.00
INFO: avcprofile 77.00
INFO: audiocodecid mp4a
INFO: videocodecid avc1
INFO: width 480.00
INFO: height 352.00
INFO: frameWidth 480.00
INFO: frameHeight 352.00
INFO: displayWidth 480.00
INFO: displayHeight 352.00
INFO: framerate 15.00
INFO: moovposition 32.00
INFO: duration 836.80
7676.809 kB / 34.67 sec (4.1%)

momozo
06-11-2011, 03:40 PM
OH MY GOD!!!

How did you do it? There are tons of videos I want to download from this site. Just teach me how to do it.

And THANKYOU VERY MUCH!!

KSV
06-12-2011, 02:18 AM
Just teach me how to do it.

1st Method :
as i posted in my first post you have to use rtmpsuck with RtmpExplorer not rtmpsrv. the only drawback of this method is that you have to keep the video running until it has been fully dumped.

How to use rtmpsuck with RtmpExplorer in Windows (http://stream-recorder.com/forum/showpost.php?p=29479&postcount=2)

2nd Method :
if you want to use rtmpdump directly then just add the -T "!vy268Pz@2Ym4Bz" parameter to the command dumped by rtmpsrv.