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

www.endclub.com: Audio capture from a flash link

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

Garry88 01-25-2009 09:30 AM

www.endclub.com: Audio capture from a flash link


 
I'm trying to capture from
Code:

http://www.endclub.com/music/play?nid=59042&mix=mrc_30-08-08.mp3
the link launches a flashplayer. have tried all manner of recorders but none work. the player seems to download but to memory. I would prefer not record from sound card but actually capture the mp3.:confused:

Stream Recorder 01-25-2009 01:26 PM

Re: www.endclub.com: Audio capture from a flash link


 
The web-site requires registration. What kind of stream recorders have you tried? Did you manage to find the stream URL?

Garry88 01-26-2009 01:02 AM

Re: www.endclub.com: Audio capture from a flash link


 
have registered, tried numerous firefox plugins, Embedded Object, Amazing Media Browser. Standalone one called Replay Media Catcher. The link launches this...

HTML Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <title>The End Music Player</title>
    <script type="text/javascript" src="/themes/end/flashmap/js/flashdetect/swfobject.js"></script>
    <link type="text/css" rel="stylesheet" href="/themes/end/player.css" />
 </head>

  <body>

          <div id="flashcontent">You must have Flash installed to use The End music player. <a target="_blank" href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&promoid=BUIGP">You can download Flash here.</a></div>

          <script type="text/javascript">

          var filename = getUrlParameter("track");

          writePlayer(filename);

          function writePlayer(filename){

                  var so = new SWFObject("http://podcast.endclub.com/musicPlayer.swf", "musicPlayer", "500", "110", "8", "#000000");
                 
                                   
                  so.addVariable("fileurl", "http%3A%2F%2Fpodcast.endclub.com%2Fmp3.php%3Fuser%3D25778%26nid%3D3090");
                  so.addVariable("user", "25778");
                  so.addVariable("nid", "3090");
                  so.addVariable("bw", "low");
                  so.addParam("scale", "noscale");
                  so.write("flashcontent");

          }

          function getUrlParameter(name){

      var regexS = "[\\?&]"+name+"=([^&#]*)";
      var regex = new RegExp( regexS );
      var tmpURL = window.location.href;
      var results = regex.exec( tmpURL );
      if( results == null )
        return "";
      else
        return results[1];

    }

          </script>


Stream Recorder 01-26-2009 12:30 PM

Re: www.endclub.com: Audio capture from a flash link


 
Most probably it is an HTTP .MP3 stream.
FAQ: How to record/download/capture/save Adobe Flash HTTP stream from embedded player

If Replay Media Catcher doesn't work, you may try to use its WebStream dumper.

You may also try to find the stream URL with freeware URL Snooper


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