View Single Post
  #3  
Old 11-18-2009, 05:39 PM
7ni4UnAsuA 7ni4UnAsuA is offline
Junior Member
 
Join Date: Nov 2009
Posts: 3
7ni4UnAsuA is on a distinguished road
Default

Re: theprovince.com: Ripping an RTMP stream with rtmpdump... going nowhere


Quote:
Originally Posted by Stream Recorder View Post
I was able to download the video with Replay Media Catcher (RMC), so the RTMP video stream doesn't use SWF verification. This means that you can provide less parameters to rtmpdump. You can also try rtmpdump 1.9.

If you don't want to use commercial software like RMC and Jaksta, you can try freeware Orbit Downloader and Grab Pro, CooJah + Blader, TubeMaster++. The latter program didn't work for me.
Hi, thanks so much for your reply !
I downloaded rtmpdump 1.9, and gnu make for win32 . During the process I could not get it to work. Ideas ?

Code:
C:\tmp\rtmpdump-1.9>mingw32-make.exe mingw
mingw32-make.exe[1]: Entering directory `C:/tmp/rtmpdump-1.9'
mingw32-mingw32-gcc -Wall   -O2   -c -o bytes.o bytes.c
process_begin: CreateProcess(NULL, mingw32-mingw32-gcc -Wall -O2 -c -o bytes.o b
ytes.c, ...) failed.
make (e=2): The system cannot find the file specified.
mingw32-make.exe[1]: *** [bytes.o] Error 2
mingw32-make.exe[1]: Leaving directory `C:/tmp/rtmpdump-1.9'
mingw32-make.exe: *** [mingw] Error 2
i edited the makefile and replaced gcc and cc with mingw32-gcc and mingw32-cc

ill keep trying to download with rtmpdump 1.6 .

update: well, getting to compile does not matter; i found someone else did it online and so i re-uploaded it to some sites:
Code:
http://www.uploadjockey.com/download/6804932/rtmpdump1.9win32.rar
http://rapidshare.com/files/308999399/rtmpdump1.9win32.rar
update: i tried with this new version, does not work at all. and Replay Media Catcher downloads VERY slowly. can you help to make download work with rtmpdump ?? and show how you did it

Last edited by 7ni4UnAsuA : 11-18-2009 at 06:58 PM.
Reply With Quote