PDA

View Full Version : RTMPDUMP 2.4 - RTMPE DUMP from RTLNOW.DE


CrynogarTM
01-28-2013, 11:50 AM
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 (http://rtl-now.rtl.de/logic/generate_film_xml.php?para1=97795&para2=0&ivw=csi_lasvegas/player&tile=4&tile_counter=084952&h=9779593.195.56.1535106c6889149b_3b2fdc5f778f559e 3424f71a7528e75c)

I aquire the Target here:
rtmpe://fms-fra21.rtl.de/rtlnow/4/V_255543_B3JU_Z27406_80986_h264-mq_22ee4f9b9dbf233c55b7382215155a40.f4v

Now I am executing rtmpdump.exe as before
./rtmpdump -r "rtmpe://fms-fra21.rtl.de/rtlnow/4/V_255543_B3JU_Z27406_80986_h264-mq_22ee4f9b9dbf233c55b7382215155a40.f4v" -o CSIVEGAS.FLV


/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
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.

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
thank you very much! This is what I missed! Now its working! :-)