ok here is the manual...
take as example the same video address
1. we open the video in firefox and jump to "
view page source"
2. we search "
vodplayer" and note the spot marked in red in a editor
3. now we have almost the required parameters for rtmpdump
Code:
"playerurl" = -W
"pageurl" = -p
"angebot" = -a
"Host:Port" = rtmpe://fms-fra13.rtl.de/voxnow/ (is not present but always the same)
4. and now the last, copy "
playerdata" url and paste in FF Browser, and find the "
filename" line, here we need only the section
we need only that
Code:
7794/V_570867_CPZ9_N42703_108038_h264-mq_5b16183c62b9e52cb1ef2253f2661dc.f4v
5. We now have all the parameters for rtmpdump can assemble them now
Code:
-r "rtmpe://fms-fra13.rtl.de/voxnow/"
-a "voxnow/"
-W "http://cdn.static-fra.de/now/vodplayer.swf"
-p "http://www.voxnow.de/die-hoehle-der-loewen/folge-3-ua-mit-knueppelknifte-und-twinkle-kid.php?container_id=175240&player=1&season=1"
-y "mp4:7794/V_570867_CPZ9_N42703_108038_h264-mq_5b16183c62b9e52cb1ef2253f2661dc.f4v"
Code:
rtmpdump -r "rtmpe://fms-fra13.rtl.de/voxnow/" -a "voxnow/" -W "http://cdn.static-fra.de/now/vodplayer.swf" -p "http://www.voxnow.de/die-hoehle-der-loewen/folge-3-ua-mit-knueppelknifte-und-twinkle-kid.php?container_id=175240&player=1&season=1" -y "mp4:7794/V_570867_CPZ9_N42703_108038_h264-mq_5b16183c62b9e52cb1ef2253f2661dc.f4v" -o "output.flv"