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
  #1  
Old 10-01-2009, 06:53 AM
Stream Recorder
 
Posts: n/a
Default

How to download RTMP audio/video streams with freeware CooJah+Blader


Starting with version 6.1.0.4 on, Coojah supports RTMP protocol sniffing. It can sniff for both audio and video RTMP streams.
Blader 4.0 can download these RTMP media streams. Blader and CooJah are integrated together.

How to download RTMP audio/video streams with freeware CooJah + Blader
  1. Run CooJah
  2. Navigate to a web-page with an RTMP audio/video stream or run a streaming player and play an RTMP stream.
  3. CooJah will automatically find RTMP stream URLs.
    On the picture below the the lower part shows that CooJah has found an RTMP stream URL and displays it on the Video page.

  4. Right click on the RTMP URL. Select "Download by Blader" item from the pop-up menu.

  5. Blader will be started and a dialog will pop up for adding task. You can choose location for saving the RTMP resource and rename it.

  6. Click OK to start downloading.

  7. If thr RTMP resource you are downloading requires authorization, Blader will pop up a dialog where you need to enter a secure token. Then the download will continue.
Reply With Quote
  #2  
Old 10-01-2009, 07:04 AM
Stream Recorder
 
Posts: n/a
Default

Re: How to download RTMP audio/video streams with freeware CooJah+Blader


How to get a secure token and How to download RTMP audio/video streams that use secure tokens:

If an RTMP resource you are downloading from requires authorization, Blader will pop up a dialog window shown below where you need to enter the secure token.

Then the download will continue.

How to get a secure RTMP token?
Different policies can be used to authorize RTMP clients. Different analysis is required to find out the tokens depending on the policy used.

The most popular solution is JW player. It supports two kinds of tokens: a dynamic token and a static token. A static token is hard coded into the SWF flash file of the player. Dynamic tokens are sent by server dynamically when playing.

How to get a static secure token for JW Player
To get a secure static token you need to get the .swf file of the player and decompile it. Then you can get the script files of the player and find the keyword "token". For JW Player the static secure token can be found in the RTMPModel.as or player.as.

How to get a dynamic secure token for JW Player
You can get a dynamic secure token by capturing HTTP GET requests coming to the RTMP server. The server returns an XML file like :
Code:
<?xml version="1.0"?>
<config>
<file>mp4:00/00/bb/f6</file>
<autostart>true</autostart>
<type>rtmp</type>
<token>be5a0ccc1fcecc10a6b16a7dbf561c1d8dcd87e9a9c7f6f159de8ec392ebc31b</token>
<streamer>rtmp://206.14.141.94/streamer</streamer>
<fullscreen>true</fullscreen>
<stretching>uniform</stretching>
<quality>true</quality>
<skin>http://www.xxx.com/4skin</skin>
<plugins>http://www.xxx.com/related</plugins>
<related>48118</related>
<bufferlength>10</bufferlength>
<bufferthreshold>15</bufferthreshold>
<maxbuffer>60</maxbuffer>
<keyframeinterval>2</keyframeinterval>
<bitrate>576</bitrate>
<displaybufferthreshold>1</displaybufferthreshold>
</config>
Find the token tag in the XML file and copy the token from it. In the example above the token is
Code:
be5a0ccc1fcecc10a6b16a7dbf561c1d8dcd87e9a9c7f6f159de8ec392ebc31b
To analyze HTTP GET requests you can use CooJah. It allows you to turn on "XML filter" and "Auto File Detect" function. This allows to capture XML HTTP GET requests. Please not that XML files can b compressed using gzip. Rename compressed files adding the gz extension and decompress them. After that open the decompressed file with a text editor or your browser.
Reply With Quote
  #3  
Old 10-02-2009, 06:17 PM
RMC User RMC User is offline
Junior Member
 
Join Date: Oct 2009
Posts: 3
RMC User is on a distinguished road
Default

Re: How to download RTMP audio/video streams with freeware CooJah+Blader


Will this method work for downloading any flash file, even those that cannot be downloaded with Replay Media Catcher (RMC) or GetFLV?
Reply With Quote
  #4  
Old 10-05-2009, 03:48 AM
Stream Recorder
 
Posts: n/a
Default

Re: How to download RTMP audio/video streams with freeware CooJah+Blader


Quote:
Originally Posted by RMC User View Post
Will this method work for downloading any flash file, even those that cannot be downloaded with Replay Media Catcher (RMC) or GetFLV?
Any software that can capture packets from flash player like Jaksta should be able to record streams protected with secure token.

RMC 3.11 can capture HTTP packets from flash player, but not RTMP packets. Replay Media Catcher 4 can download as well as capture HTTP and RTMP packets from flash player.
Reply With Quote
  #5  
Old 10-07-2009, 09:32 AM
smn9 smn9 is offline
Junior Member
 
Join Date: Sep 2009
Posts: 4
smn9 is on a distinguished road
Default

Re: How to download RTMP audio/video streams with freeware CooJah+Blader


So does this program work with Vista x64? When I try to run it, all I get is a message that I need Windows 2000 or something newer.
Reply With Quote
  #6  
Old 10-07-2009, 10:11 AM
Stream Recorder
 
Posts: n/a
Default

Re: How to download RTMP audio/video streams with freeware CooJah+Blader


Quote:
Originally Posted by smn9 View Post
So does this program work with Vista x64?
I can only test it on Windows Vista x32 and Windows 7 x64.
Reply With Quote
  #7  
Old 10-07-2009, 08:58 PM
smn9 smn9 is offline
Junior Member
 
Join Date: Sep 2009
Posts: 4
smn9 is on a distinguished road
Default

Re: How to download RTMP audio/video streams with freeware CooJah+Blader


Quote:
Originally Posted by Stream Recorder View Post
I can only test it on Windows Vista x32 and Windows 7 x64.
Can anyone confirm that Vista is the problem? Sounds like this could be a useful program and it'd be nice to try it.
Reply With Quote
  #8  
Old 12-11-2010, 03:03 AM
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 download RTMP audio/video streams with freeware CooJah+Blader


Hi..

do you have links for the CooJah + Blader you were referring to? I tried to download from the original website but it always downloads @ 10kbs then it stops (timesout)
Reply With Quote
  #9  
Old 12-11-2010, 03:13 AM
Stream Recorder
 
Posts: n/a
Default

Re: How to download RTMP audio/video streams with freeware CooJah+Blader


Quote:
Originally Posted by any ANONYMOUS forum user View Post
do you have links for the CooJah + Blader you were referring to? I tried to download from the original website but it always downloads @ 10kbs then it stops (timesout)
CooJah + Blader should be downloaded from the official web-site only. If you have problem with these programs, try to contact the developer.
Reply With Quote
  #10  
Old 12-12-2010, 06:20 AM
placebo placebo is offline
Moderator - exTerminator
 
Join Date: Aug 2010
Posts: 477
placebo is on a distinguished road
Default

Re: How to download RTMP audio/video streams with freeware CooJah+Blader


hi, lemme quote you:
Quote:
Originally Posted by any ANONYMOUS forum user View Post
I tried to download from the original website but it always downloads @ 10kbs then it stops (timesout)
and lemme quote myself:
Quote:
Originally Posted by placebo View Post
i download CooJah from here
Code:
http://www.hensence.com/en/coojah/download.htm
and the About-box says "CooJah English 6.8.193.0614 Final".
my download speed is @ 7-8kilobytes/sec for the 8.7MB installation package: this results in a 25mins download. that's the perfect time to bake a pizza and go to the john to finish my reading of Dr. Alan Francis' groundbreaking book Everything Men Know About Women. Good luck on the john!!
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 08:49 AM.


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