Quote:
Originally Posted by noob2001204
This command should work
Code:
rtmpdump -r "rtmp://94.75.237.169/vod//mp4:3%20Idiots.mp4" -s "http://vidreel.com/player.swf" -p "http://vidreel.com/video/NTkxNDQ5/" -o video.mp4
|
Hey thanks, I just downloaded
Saw 3D from Vidreel using the above command.
First I thought its difficult, but then started feeling helpless seeing those softwares asking for MONEY
Then I just opened the source of the page
Code:
http://vidreel.com/video/OTE5OTc2
which is the page to watch the movie!
and I saw the parameters you have used, and then edited your command to
Code:
rtmpdump -r "rtmp://85.17.79.70/vod//mp4:Saw%203D.mp4" -s "http://vidreel.com/player.swf" -p "http://vidreel.com/video/OTESOTc2/" -o video.mp4
AND, it worked
Here is exactly how it is downloading now:
Quote:
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\PC>cd Desktop\rtmpdump-2.3
C:\Users\PC\Desktop\rtmpdump-2.3>rtmpdump -r "rtmp://85.17.79.70/vod//
mp4:Saw%203D.mp4" -s "http://vidreel.com/player.swf" -p "http://vidreel.com/vide
o/OTESOTc2/" -o video.mp4
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: duration 5400.26
INFO: moovPosition 32.00
INFO: width 720.00
INFO: height 400.00
INFO: videocodecid avc1
INFO: audiocodecid mp4a
INFO: avcprofile 100.00
INFO: avclevel 40.00
INFO: aacaot 2.00
INFO: videoframerate 23.98
INFO: audiosamplerate 48000.00
INFO: audiochannels 2.00
INFO: trackinfo:
INFO: length 129603474.00
INFO: timescale 24000.00
INFO: language und
INFO: sampledescription:
INFO: sampletype avc1
INFO: length 259212288.00
INFO: timescale 48000.00
INFO: language und
INFO: sampledescription:
INFO: sampletype mp4a
15554.939 kB / 297.30 sec (5.5%)
|