Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #11  
Old 09-08-2014, 06:44 AM
belluspixel belluspixel is offline
Junior Member
 
Join Date: Sep 2014
Posts: 15
belluspixel is on a distinguished road
Default

Re: RTMPexplorer only worked once


I am still wondering though as to why RTMPexplorer only worked once. has anyone else faced this problem?
Reply With Quote
  #12  
Old 09-08-2014, 07:34 AM
alsersawy alsersawy is offline
Senior Member
 
Join Date: Jul 2014
Posts: 128
alsersawy is on a distinguished road
Default

Re: RTMPexplorer only worked once


Quote:
Originally Posted by hasomaso View Post
check your inbox
hello can u please share with me too how u get the links. thx very much
Reply With Quote
  #13  
Old 09-08-2014, 12:15 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

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"
Reply With Quote
  #14  
Old 09-08-2014, 12:40 PM
napretep napretep is offline
Member
 
Join Date: Sep 2014
Posts: 33
napretep is on a distinguished road
Default

Re: RTMPexplorer only worked once


thx2u BUT how you find "rtmpe://fms-fra13.rtl.de/voxnow/" it is not in source page
Reply With Quote
  #15  
Old 09-08-2014, 12:42 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: RTMPexplorer only worked once


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

Please read carefully what I wrote above!!!
Reply With Quote
  #16  
Old 09-08-2014, 12:54 PM
napretep napretep is offline
Member
 
Join Date: Sep 2014
Posts: 33
napretep is on a distinguished road
Default

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
Reply With Quote
  #17  
Old 09-08-2014, 03:32 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

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
Reply With Quote
  #18  
Old 09-09-2014, 07:17 AM
belluspixel belluspixel is offline
Junior Member
 
Join Date: Sep 2014
Posts: 15
belluspixel is on a distinguished road
Default

Re: RTMPexplorer only worked once


I will try this later on and update. Looks very good. thanks for the steps!
Reply With Quote
  #19  
Old 09-10-2014, 04:20 AM
belluspixel belluspixel is offline
Junior Member
 
Join Date: Sep 2014
Posts: 15
belluspixel is on a distinguished road
Default

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?
Reply With Quote
  #20  
Old 09-10-2014, 07:56 AM
abdooo1234 abdooo1234 is offline
Junior Member
 
Join Date: Aug 2014
Posts: 22
abdooo1234 is on a distinguished road
Default

Re: RTMPexplorer only worked once


very thx
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 11:08 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons