Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

RTMPDUMP 2.4 - RTMPE DUMP from RTLNOW.DE

(http://stream-recorder.com/forum/showthread.php?t=15141)

CrynogarTM 01-28-2013 11:50 AM

RTMPDUMP 2.4 - RTMPE DUMP from RTLNOW.DE


 
Hello everybody,

I am going to dump RTMPS again now I can't download from Rtlnow.de anymore.

I was able to retrieve the CDADATA from the XML File that the player is using: XML-CDADATA

I aquire the Target here:
Code:

rtmpe://fms-fra21.rtl.de/rtlnow/4/V_255543_B3JU_Z27406_80986_h264-mq_22ee4f9b9dbf233c55b7382215155a40.f4v
Now I am executing rtmpdump.exe as before
Code:

./rtmpdump -r "rtmpe://fms-fra21.rtl.de/rtlnow/4/V_255543_B3JU_Z27406_80986_h264-mq_22ee4f9b9dbf233c55b7382215155a40.f4v" -o CSIVEGAS.FLV
Code:

/home/Cry/rtlnow/rtmpdump-2.4-git-010913>rtmpdump -r "rtmpe://fms-fra31.rtl.de/rtlnow/81/V_259044_B3LA_E88373_81038_h264-mq_0a4304704686be599555d08d7e68c609.f4v" -o ./CSIVEGAS.FLV
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close

May someone could help me please?

AmazingMatze 01-28-2013 08:01 PM

Re: RTMPDUMP 2.4 - RTMPE DUMP from RTLNOW.DE


 
This took me a while to figure it out, especially because you didn't post the pageURL!!!

You MUST specify the pageURL.
You MUST specify the SWF player
and you MUST use the -y (playpath) parameter.

Code:

rtmpdump -r "rtmpe://fms-fra21.rtl.de/rtlnow/" -y "mp4:4/V_255543_B3JU_Z27406_80986_h264-mq_22ee4f9b9dbf233c55b7382215155a40.f4v" -f "WIN 11,5,502,146" -W "http://rtl-now.rtl.de/includes/vodplayer.swf" -p "http://rtl-now.rtl.de/csi-vegas/zartbitter.php?container_id=110539&productdetail=1&paytype=ppv&season=12" -o "CSI-Vegas.flv"

CrynogarTM 01-30-2013 09:09 AM

Re: RTMPDUMP 2.4 - RTMPE DUMP from RTLNOW.DE


 
thank you very much! This is what I missed! Now its working! :-)


All times are GMT -6. The time now is 09:58 PM.