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 > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #11  
Old 05-17-2010, 12:09 PM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

Re: How to find RTMPE stream URLs


Someone found the url using some technique above?
Reply With Quote
  #12  
Old 06-01-2010, 03:19 AM
Stream Recorder
 
Posts: n/a
Default

Re: How to find RTMPE stream URLs


Freeware CooJah for Windows now support RTMPE protocol.
Reply With Quote
  #13  
Old 06-10-2010, 06:01 AM
Ed999 Ed999 is offline
Senior Member
 
Join Date: Feb 2009
Posts: 115
Ed999 is on a distinguished road
Default

Re: How to find RTMPE stream URLs


Quote:
Originally Posted by any ANONYMOUS forum user View Post
Someone found the url using some technique above?

Yes. See this thread: http://stream-recorder.com/forum/there-any-gui-rtmpdump-t4622p2.html
Reply With Quote
  #14  
Old 06-16-2010, 09:56 AM
noob2001204 noob2001204 is offline
Senior Member
 
Join Date: Dec 2007
Posts: 213
noob2001204 has a spectacular aura aboutnoob2001204 has a spectacular aura about
Default

Re: How to find RTMPE stream URLs


The latest version of CooJah 6 now supports capturing RTMPE packets (recording mode)
It's one of the only two software that can capture RTMPE packets,the other one is rtmpsuck,but it's not very useful on Windows
Now RTMPE is hardly protecting any content
Reply With Quote
  #15  
Old 06-17-2010, 05:36 PM
Elice Elice is offline
Junior Member
 
Join Date: Mar 2007
Posts: 23
Elice is on a distinguished road
Default

Re: How to find RTMPE stream URLs


Aww, I wish I would have known that in time to rip the Bonnaroo stream on YouTube. Hope it works for Lollapalooza and Outside Lands.
Reply With Quote
  #16  
Old 07-14-2010, 05:26 AM
Ed999 Ed999 is offline
Senior Member
 
Join Date: Feb 2009
Posts: 115
Ed999 is on a distinguished road
Default

Re: How to find RTMPE stream URLs


I investigated CooJah a few months ago, and my recollection is that it only works in Windows XP or Vista, so won't solve the problem if you're running Windows 98, Mac, or Linux.
Reply With Quote
  #17  
Old 07-28-2010, 12:00 PM
Fraekz Fraekz is offline
Junior Member
 
Join Date: Jul 2010
Posts: 3
Fraekz is on a distinguished road
Default

Re: How to find RTMPE stream URLs


How to find RTMPE URL with pmdump, HxD viewer

I installed the following softwares first.
  1. rtmpdump-2.3
  2. Process Explorer v12.04
  3. HxD Viewer 1.7.7.0
  4. pmdump v1.2
  5. Visual C++ 2008 Redistributables (x64)
    (My OS is 64-bit, 32bit version needs to be installed for 32-bit users)
  6. Win64 OpenSSL v0.9.8o
    (32 bit users need 32-bit version)

Now our target command is
Code:
rtmpdump -r "<rtmpe_url>" -W "<flash_player_url>" -o outputFile.flv -V
  1. Open all windows and keep it ready
    a) Open cmd prompt with admin privileges and move to the location of pmdump and keep it ready.
    Tip: It is better if you install pmdump inside same folder as rtmpdump, so that you need not go back and forth between pmdump and rtmpdump.
    b) Open Process Explorer and keep it ready (Notice, your browser is not yet started, so Process Explorer will not show your browser)
    c) Open HxD viewer and keep it ready.
    d) Keep a notepad window open with sample command already there like this, it will be easy for you replace the command with what you want.

    rtmpdump -r "rtmpe://fms.1B42.edgecastcdn.net/001B42/vault/videoclips/movies/MayaBazaar.mp4?e=1280357960" -W "http://www.mybigflix.com/apache_file/flash/Player.swf" -o xx.flv -V
  2. Step2: Browser activity
    a) Open browser window (Having single tab is better, less confusion, less memory dump)
    b) Navigate to the particular video what you want to download
    c) Sometimes there will be an advertisement for 30 secs, wait until the advertisement is over and movie starts. Once movie starts, goto step 3 immediately.
  3. Step3: Finding Process ID of your flash player (which is currently running the movie)
    For Example, Lets take Chrome as the browser.
    a) In Process Explorer, if you see, Chrome will have many sub processes (one or two), Most probably the second sub-process will have name something related to plugin container (which is nothing but our Adobe flash player plugin). Note down that process id (not the main chrome process id). Also note that particular process id will have huge activity in kB/MB dynamically changing, because your movie is streaming in the browser.
    For Example, we assume process id is 5760.


  4. Step4: Dumping the process data
    a) Immediately, type the following command in cmd window, which is already open in the pmdump folder.
    Code:
    pmdump 5760 example
    The general syntax is
    Code:
    pmdump <processid> <any_file_name>
    Note: There is no need of typing any extension for filename. That file is raw data file.
    Here the name "example" is just an example. The name can be anything.
    b) Close the browser window. There is no need to keep the browser open or streaming as you have already dumped the required url data.


  5. Step5: Finding the rtmpe_url using HxD viewer.
    a) Open example (which we just saved now from pmdump) in HxD viewer.
    b) Press Ctlr+F or Click Search--> Find
    c) Make sure the cursor is somewhere at the start of the file. Type "rtmpe" without quotes and click OK.
    You will get you first search hit. Check out whether it a direct and correct rtmpe url.
    You may find two types of rtmpe in this hex dump file
    one direct like this

    rtmpe://fms.1B42.edgecastcdn.net/001B42/vault/videoclips/movies/MayaBazaar.mp4?e=1280357960

    or one with ascii codes, like this

    rtmpe%3A2F%2Ffms%2E1B42%2Eedgecastcdn%2Enet%2F001B 42%2Fvault%2Fvideoclips%2Fmovies%2FMayaBazaar%2Emp 4%3Fe%3D1280357960&productId=1292

    The second one is not wanted.
    So if your search hit is like second one, then just move the cursor below that rtmpe line and again press Ctrl+F and Ok.
    You will get next search result. Check like this until you get correct rtmpe url. Mostly in first or second hit you will get it.
    Note: If you are not getting any search result
    a) You have noted down the wrong process id and dumped the wrong process. Note down the right process and do it again, if you don't know which process is right, just try trial and error of all processes under Chrome in Process Explorer.
    b) Your cursor is at the end of the file
    c) You have misspelled rtmpe as rmtpe.




    d) Copy the rtmpe url. Select the text using mouse and press Ctrl+C.
    d) Now paste that in the notepad window and replace the sample rtmpe_url from one end of quotes to other end of quotes.
    e) Since we are done with the full command now (as rtmpe_url is the only unknown which is replaced in notepad now) copy the entire command, by selecting and pressing Ctrl+C.
Reply With Quote
  #18  
Old 07-30-2010, 05:58 PM
thefan thefan is offline
Junior Member
 
Join Date: Jul 2010
Posts: 22
thefan is on a distinguished road
Default

Re: How to find RTMPE stream URLs


Excellent guide fraekz. Appreciate this !. However one major newbie question.

The swf url like:"http://www.mybigflix.com/apache_file/flash/Player.swf" how do i find that url? Thats the url of the "swf" verification part right?

thefan
Reply With Quote
  #19  
Old 07-30-2010, 10:12 PM
noob2001204 noob2001204 is offline
Senior Member
 
Join Date: Dec 2007
Posts: 213
noob2001204 has a spectacular aura aboutnoob2001204 has a spectacular aura about
Default

Re: How to find RTMPE stream URLs


Thanks for the tutorial
Process explorer is not necessary if you know how to find out the correct pid using tasklist command
Reply With Quote
  #20  
Old 07-31-2010, 12:39 AM
Stream Recorder
 
Posts: n/a
Default

Re: How to find RTMPE stream URLs


Quote:
Originally Posted by thefan View Post
The swf url like:"http://www.mybigflix.com/apache_file/flash/Player.swf" how do i find that url? Thats the url of the "swf" verification part right?
http://stream-recorder.com/forum/sho...8&postcount=43
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 01:26 AM.


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