PDA

View Full Version : www.videoactive.eu: Download RTMPT stream using rtmpdump


Mikeinc
09-28-2011, 03:11 PM
I'd like to download a clip from Videoactive (_www.videoactive.eu) and I find the address like this:
rtmpt://cw1.noterik.com/vod/domain/videoactive/user/SLBA/video/348/rawvideo/1/raw.flv

I type this string in terminal: ./rtmpdump -r rtmpt://cw1.noterik.com/vod/domain/videoactive/user/SLBA/video/348/rawvideo/1/raw.flv -o fredens_hav.flv

I tried to add the L1-change but without success. It just says "ERROR: RTMP_Connect1, handshake failed.". I'm using RTMPdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) 2.2d. What am I doing wrong? Or is it because Videoactive is using an rtmpt-server?

chap
09-28-2011, 03:42 PM
-r "rtmp://cw1.noterik.com:80/vod/domain/videoactive/user/SLBA/video/348/rawvideo/1/raw" -o fredens_hav.flv -W "http://www.videoactive.eu/VideoActive/swf/MainRemoc.swf" -y "domain/videoactive/user/SLBA/video/348/rawvideo/1/raw"




C:\Documents and Settings\Администратор\Мои документы\STREAM\rtmpdump-2.3-window
s\rtmpdump-2.3\rtmpexplorer>"C:\Documents and Settings\Администратор\Мои докумен
ты\rtmpdump-2.1d-windows\rtmpdump.exe" -r "rtmp://cw1.noterik.com:80/vod/domain/
videoactive/user/SLBA/video/348/rawvideo/1/raw" -o fredens_hav.flv -W "http://ww
w.videoactive.eu/VideoActive/swf/MainRemoc.swf" -y "domain/videoactive/user/SLBA
/video/348/rawvideo/1/raw"
RTMPDump v2.1d
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
Starting download at: 0.000 kB
Metadata:
duration 2558.04
width 640.00
height 480.00
videodatarate 0.00
framerate 25.00
videocodecid 2.00
audiosamplerate 44100.00
audiosamplesize 16.00
stereo TRUE
audiocodecid 2.00
filesize 424876750.00
6153.341 kB / 36.40 sec (1.4%)

Mikeinc
09-29-2011, 01:25 AM
Thank you! But it says "Received FLV packet before play ()! Ignoring." when I try your code.

any ANONYMOUS forum user
09-29-2011, 02:16 AM
What version of RTMPdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) do you use?


C:\Documents and Settings\Администратор\Мои документы\STREAM\rtmpdump-2.3-window
s\rtmpdump-2.3\rtmpexplorer>"C:\Documents and Settings\Администратор\Мои докумен
ты\rtmpdump-2.1d-windows\rtmpdump.exe" -r "rtmp://cw1.noterik.com:80/vod/domain/
videoactive/user/SLBA/video/348/rawvideo/1/raw" -o fredens_hav.flv -W "http://ww
w.videoactive.eu/VideoActive/swf/MainRemoc.swf" -y "domain/videoactive/user/SLBA
/video/348/rawvideo/1/raw"

Mikeinc
09-29-2011, 02:32 AM
Version 2.3 for Ubuntu and 2.2d for OS X

nullacht
09-29-2011, 03:43 AM
Thank you! But it says "Received FLV packet before play ()! Ignoring." when I try your code.

rtmpdump -r "rtmp://cw1.noterik.com/vod/" -a "vod/" -y "domain/videoactive/user/SLBA/video/348/rawvideo/1/raw" -o raw.flv

Mikeinc
09-29-2011, 04:00 AM
Thanks! it works now :)