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

RTMPexplorer only worked once

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

belluspixel 09-08-2014 05:44 AM

Re: RTMPexplorer only worked once


 
I am still wondering though as to why RTMPexplorer only worked once. has anyone else faced this problem?

alsersawy 09-08-2014 06:34 AM

Re: RTMPexplorer only worked once


 
Quote:

Originally Posted by hasomaso (Post 70293)
check your inbox

hello can u please share with me too how u get the links. thx very much

hasomaso 09-08-2014 11:15 AM

Re: RTMPexplorer only worked once


 
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"

napretep 09-08-2014 11:40 AM

Re: RTMPexplorer only worked once


 
thx2u BUT how you find "rtmpe://fms-fra13.rtl.de/voxnow/" it is not in source page :(

hasomaso 09-08-2014 11:42 AM

Re: RTMPexplorer only worked once


 
Quote:

Originally Posted by napretep (Post 70370)
thx2u BUT how you find "rtmpe://fms-fra13.rtl.de/voxnow/" it is not in source page :(


Please read carefully what I wrote above!!!

napretep 09-08-2014 11:54 AM

Re: RTMPexplorer only worked once


 
sir, i know you said
"Host:Port" = rtmpe://fms-fra13.rtl.de/voxnow/ (is not present but always the same)""

But my question is how you find "rtmpe://fms-fra13.rtl.de/voxnow/"

thx2u

troller12 09-08-2014 02:32 PM

Re: RTMPexplorer only worked once


 
So you could also use...
Code:

fms-fra1.rtl.de (range 1-21 and more)
or
fmspay-fra1.rtl.de (1-4)

...so the only way to find these is to check the IP ranges.
Code:

hds.fra.voxnow.de
217.118.170.23

217.118.170.160  // Ports:80,1935
fms-fra3.rtl.de

rtmpe used port 1935 / 80 / 443 default

rtmpdump -r "rtmpe://217.118.170.160/voxnow/" -a "voxnow/" -W "http://cdn.static-fra.de/now/vodplayer.swf" -p "http://www.voxnow.de" -y "mp4:7794/V_570867_CPZ9_N42703_108038_h264-mq_5b16183c62b9e52cb1ef2253f2661dc.f4v" | "vlc" -

greetz

belluspixel 09-09-2014 06:17 AM

Re: RTMPexplorer only worked once


 
I will try this later on and update. Looks very good. thanks for the steps!

belluspixel 09-10-2014 03:20 AM

Re: RTMPexplorer only worked once


 
I confirm it works. Thanks again. been looking for such a clear tutorial for ages!

It still bugs me as to why RTMPexplorer only worked once and never again. Any ideas?

abdooo1234 09-10-2014 06:56 AM

Re: RTMPexplorer only worked once


 
very thx


All times are GMT -6. The time now is 03:40 PM.