PDA

View Full Version : Can't capture secure rtmpe


doejoanne789456
02-14-2013, 09:26 AM
Hi guys
I'm just new using RTMPDump. I've already ready the tutorial explaining all the codes to use with it, but I'm having a problem with this specific site.
I'm trying to download this video:
http://rtl-now.rtl.de/deutschland-sucht-den-superstar/recall-folge-3.php?container_id=114541&player=1&season=10

I'm trying to use this code but I'm getting this "server sent error" response:
rtmpdump -W http://rtl-now.rtl.de/includes/vodplayer.swf?ts=201302140346 -r rtmpe://fms-fra23.rtl.de/rtlnow/13/V_266358_B34C_E88384_81724_h264-mq-show_02a2722f9c311a1723a23209c2fb0dcf.f4v -o video.f4v

Does anyone know what I'm a doing wrong? Thank you! =)

AmazingMatze
02-14-2013, 09:39 AM
rtmpdump -r "rtmpe://fms-fra23.rtl.de/rtlnow/" -y "mp4:13/V_266358_B34C_E88384_81724_h264-mq-show_02a2722f9c311a1723a23209c2fb0dcf.f4v" -f "WIN 11,5,502,146" -W "http://rtl-now.rtl.de/includes/vodplayer.swf" -p "http://rtl-now.rtl.de/deutschland-sucht-den-superstar/recall-folge-3.php?container_id=114541&player=1&season=10" -o "crappy_tv_show.flv"

doejoanne789456
02-14-2013, 09:49 AM
Thanks mate! =)