Application to record NPR stream?

Hello!
I love NPR - particularly the news shows like All Things Considered. Unfortunately, this show (and several others I like) come on when I can rarely listen to it, and NPR does not provide a podcast for All Things Considered. Thus, I need an application that I can use to schedule a recording from a live internet stream. My local station only provides Real and Windows Media streams, unfortunately, but a nearby station provides a MP3 stream - so if I can't play the local stream then I can still hear it.
One problem with this setup is that I must I have a Mac running for the recording to start, since my Primary Mac (my MacBook Pro) is usually being toted around - I can use my old Powerbook for this purpose. However, I do not want to turn sleep off - is there an application that can wake the Powerbook in time to record the audio, then let it sleep afterwards?
Finally, I believe that I can use Audio Hijack for this purpose, but it's somewhat overkill for this purpose, and I'd prefer something cheaper for the sole purpose of recording audio streams.
Thanks a bunch,
-Dan

Well, there are probably a lot out there. I like Rogue Amoeba's software generally so this might be worth looking at:
http://rogueamoeba.com/radioshift/
This also looked like a possibity:
http://www.bitcartel.com/radiolover/

Similar Messages

  • Time shifting and record live stream

    Hellow everyone,
    I would like to stream videos for my viewers and them have a abiliti to timeshifting live stream.
    Can I use live application for timeshifting? Or I should use livepkgr to do that.
    For archive and play on the VOD mode I like to stream live and record at same time. in the livepkgr I see in the stream folder create a stream file with the f4f extention automaticaly whoever in the live application I should call application.record on the FMS to save live stream on the server.
    Please advise me the better solution to archive and time shifting.
    Many Thanks.

    livepkgr application for for HTTP streaming...
    f youjust want to stream over rtmp use live application and code to record the stream...recording is pretty simple in AMS just call Stream.get() s.record(...) s.play() where s is the stream which you are recording...
    application.onPublish = function(clientObj, streamObj) {      trace("recording started...");       var strName = "recorded_" + streamObj.name;      var s = Stream.get(strName);      if (s == undefined )           return;         s.onStatus = function(info)      {           trace(info.code);      }           if (!s.record("record"))      {           s.trace("record failed.");      }            s.play(streamObj.name, -1, -1, true); }

  • Record Live Streaming Video

    Does iMovie allow me to play and simultaneously record live streaming video?

    I did not make myself clear. I want to capture the live streaming video from a local television station web feed. It seems iMovie does not do that or I don't know how to make it record. What application allows me to record the streaming feed? Thanks again.

  • How to copy recorded live stream to new drive

    I was wondering if anyone out there knows how to copy a recorded live stream to a new drive on the server?  I can copy the file within the virtual app directory but not to another drive.
    The only solution i found was to edit the application.xml:
    <StreamManager>
            <StorageDir>e:\Sync\</StorageDir>
        </StreamManager>
    But unfortunately i need to rename the file once its recorded, and i'm having a hard time accessing that drive/directory where the file is located.
    Any help is greatly appreciated.
    thanks

    Hi,
    What I understood from your query I am providing you a solution:
    1. You can use the below to copy recorded live stream to new drive/directory in Application.xml
    <StreamManager>
            <StorageDir>e:\Sync\</StorageDir>
    </StreamManager>
    2. By default, a script can access files and directories only within the application directory of the hosting application. A server administrator can grant access to additional directories by specifying virtual directory mappings for File object paths. This is done in the FileObject tag in the Application.xml file, as shown in the following example:
    <FileObject>
          <VirtualDirectory>/_definst_;e:\Sync\_definst_\</VirtualDirectory>
    </FileObject>
    3. Create one application folder suppose test and then create main.asc file inside that which will have the below code
    application.onConnect = function(client) {
    application.acceptConnection(client);
    var fileObj = new File("_definst_");
    var fl = new Array();
    trace("File name : " + fileObj.toString());
    if (fileObj != null)
      if (fileObj.isDirectory)
       fl = fileObj.list();
       for (i in fl)
        trace("Directory : " + fl[i].name);
        if (fl[i].isFile)
         trace("File : " + fl[i].name);
         trace(fl[i].renameTo("dvrstream"+i));
        }//if closes
       }// for closes
      }//if closes
    }//if closes
    }// application closes
    This server side application rename files but since the folder which we had to access was outside application directory of the hosting application we had to map it using step 2.
    If this solution does not answer your query please be more ellaborative on what exactly are you trying to achieve. That will help me to answer your query correctly.
    Regards,
    Amit

  • Record video streams as MPEG file

    Hi all,  
    I am writing a Kinect WPF application,
    Can anyone recommend a best method of how to record video streams (color/depth/IR) as MPEG file?
    Is there any microsoft library that can enable that?
    Preferably I would like to control compression ratio.
    Thanks!

    the only Microsoft media libraries that support recording video is DirectShow/Media Foundation. Both of which are only supported in c++. You will be able to find sample code for these on the MSDN website and Windows 8 SDK.
    https://code.msdn.microsoft.com/windowsdesktop/Media-Foundation-Capture-78504c83
    Carmine Sirignano - MSFT

  • Sound Blaster not listed in control panel, No Audio Device Listed, Another application is record

    [size="3" face="Times New Roman">Sound Recorder can not record sound because another application is recording, stop recording on this application and try again. <
    [size="3" face="Times New Roman">Sound device installed ok in device manager but when I go to sounds in Control Panel it reports that there is no audio device it only list a modem device line?<
    [size="3" face="Times New Roman">?<p class="MsoNormal">[size="3" face="Times New Roman">I have tried everything that I can think of (uninstalling and reinstalling in normal windows and safe windows mode, even after doing a full clean of the registry).
    <p class="MsoNormal">[size="3" face="Times New Roman">I thought that the sound card must have developed a fault so bought a new one - but alas the same problem!
    [size="3" face="Times New Roman">?<p class="MsoNormal">[size="3" face="Times New Roman">I even tried uninstalling and reinstalling windows component software for the multimedia but still the same problems.
    [size="3" face="Times New Roman">?<p class="MsoNormal">[size="3" face="Times New Roman">A question that I have thought of ?pertains to the relationship of the applications involved along with the relationship between the kernel , the CPU memory , and the sound devices.
    [size="3" face="Times New Roman">?<p class="MsoNormal">[size="3" face="Times New Roman">Can you clear the memory or perform a memory dump along with a kernel clear or refresh? to free up any potential hangs?
    <p class="MsoNormal">[size="3" face="Times New Roman">Also is there a way to manually point the sounds & audio app. in the Control Panel to the proper sound device in the device manager?
    [size="3" face="Times New Roman">?see my posts and replies on here
    http://forums.creative.com/creativel....id=5683#M5683
    http://forums.creative.com/creativel....id=5682#M5682
    http://forums.creative.com/creativel....id=5684#M5684
    http://forums.creative.com/creativel....id=5680#M5680

    Wow,
    Talk about picking the hardest solution to an easy problem.  You guys were right, it wasn't driver related at all.  It simply wasn't enabled in the system BIOS.  I never imagined that it would be disabled as a default.  I conceptualized this is Plug and Play (Which was wrong).  
    Thanks for the hand.  BTW, MSI help desk was clueless about this (which was surprising).  
    Now where was I (Starting Warcraft III),
    Scott

  • How do I make a quality recording of streaming music (and get into iTunes)?

    I'd like to make a recording of some streaming music.  I called Apple Care and the agent suggested using Quick Time.  Yes, I can make an audio recording, but it included a lot of background noise. (I could even hear myself tapping on my computer when I listened to the playback.)  Next, I tried using Soundflower because in the "Internal Audio"section of this page, I got the impression that I wouldn't be using my "live" mic on my MacBook Air, but it did.  Again, I could hear background noise.
    Is there a way to make a better recording of streamed music from the internet...without being a technical wiz?  I am not.  Thanks for your help!

    If you do a general web search you will find multiple answers.  iTunes does not do what you want to do, nor any Apple software as far as I am aware.  Possibly what you are doing is strictly speaking skirting legality (if the stream producer doesn't simply make a simple way to download) which makes providing  an answer on Apple's forum (where according to terms of use we have to remain legal) complicated.

  • How to publish and record video stream in h.264 format

    I'm a fresher. I want to publish and record video stream in h.264 and audio stream in AAC format .
    Does flash player support to publish video stream in h.264 format ?
    And which version of flash player and FMS could implement this function ?
    Thank you very much.

    The Flashplayer does not support h264 or AAC publishing. The Flashplayer supports only h.263 (sorenson spark) video, and Nellymoser Asao and Speex audio.
    If you want to publish h.264 you'll need to use Flash Media Live Encoder, or a third party encoder.

  • Record rtsp streams with azure media services

    Hello.
     I see that Azure media service now has rtsp streaming support, but, as I understand, it can stream videos from azure, but what about recording of incoming rtsp streams? Is it possible to record rtsp streams with Azure media Service?
    Andrey

    Quick correction for you... We support RTMP.  Not RTSP.
    You can send a live RTMP stream to us and we will record it.  You just need to enable a live Channel and start a Program on it.  It will archive the live stream to storage so that you can play it back as VOD.

  • Does Premier Elements allow me to record video streaming from the internet?

    Does Premier Elements allow me to record video streaming from the internet?  If so which version and how?

    kc42k
    Although Premiere Elements is not going to record streaming video from the Internet but there are other programs that can, you should consider the terms of service for the web site that is the source for the streaming video.
    Online, there are very comprehensive articles on numerous programs that will do the recording.
    But, even those articles point out that many of the Internet web sites that you target for their videos have terms of service that would legally prohibit the recording of streaming video from the named web sites, one example, YouTube, if no download button and depending on the terms of service.
    Please consider. Any questions about the above, I can point you to the appropriate documentation on the matter.
    Thank you.
    ATR

  • Recording Live Streams on FMS remotely

    Hi,
    We're using FMSS 3 to stream live feeds from cameras.
    However, we'd also like to have the ability to (via an
    administration site) record these live streams and allow the user
    to view pre-recorded streams instead of the live ones.
    Does anyone know of an example of how I can tell FMS to start
    recording a stream (via a web service or AS), and then how to stop
    it? Just for clarification - we don't want FMS to record a stream
    from the user's own camera. We want to record the live streams that
    are already streaming on FMS.
    Thanks,
    Filip Stanek
    bloodforge.com

    you can creat an app folder in fms folder which is inside of
    ur setup folder,
    for details u can mail at [email protected]

  • How can I publish and record video stream in h.264 format

    I'm a fresher. I want to publish and record video stream in h.264 and audio stream in AAC format .
    Does flash player support to publish video stream in h.264 format ?
    And which version of flash player and FMS could implement this function ?
    Thank you very much.

    The Flashplayer does not support h264 or AAC publishing. The Flashplayer supports only h.263 (sorenson spark) video, and Nellymoser Asao and Speex audio.
    If you want to publish h.264 you'll need to use Flash Media Live Encoder, or a third party encoder.

  • How to record/save streaming radio

    Is it possible to record a streaming broadcast in iTunes? Thanks.

    Roger Wilmut1 provides the simplest answer. There may be other free possibilities using VLC or Soundflower + Audacity but these would involve more detailed user interface.

  • Lag When Recording Live Stream

    I am experiencing a very strange behavior from FMS
    I am conducting a live conversation between 2 people using
    their webcams. One of the participants have a relatively slow
    computer (we think its the anti-virus). When conducting the live
    session everything seems to be fine... Still a bit slower than fast
    computers but still pretty good.
    We are doing the following test:
    We do a combined count from 1 to 20.
    participant-1 counts "1" (this is the slow computer)
    Only after hearing his count participant-2 counts "2"
    Again, only after hearing his "2" participant-1 counts "3"
    and so on...
    so the count goes from participant-1 to the server and from
    there to participant-2 only then the "2" count leaves participant-2
    to the server and so on...
    This session is being recorded. What I am getting in the
    recored video is very strange...
    I am getting participant-2 count before participant-1. So the
    count goes:
    2,1,4,3,6,5 and so on
    How is this possible to have the order correct on the live
    and not on the recorded?

    Hi,
    As it is , in the current form, both the applications cannot make VOD files directly. The live sample application can be modified to have a server side recording of the incoming live stream that can then be played as vod stream.

  • Recorded video stream with h264 video codec is Blocky/Blurry

    In my application I am using H.264 with setting h264Settings.setProfileLevel(H264Profile.BASELINE, H264Level.LEVEL_1); and  record stream in f4v format
    publish("mp4:"+streamName+".f4v", "record");
    Now In the live session stream in fine at receiver end but When I watch recorded file Its quality was very poor. It looks very Blocky and blurry. I am using Flash Media Server 3.5.7
    Anyone having solution  then please let me know.

    Hello,
         When  I play recorded video file through RTMP connection then it playing good and no Blurry and blocky streaming. Can anyone solve this issue.

Maybe you are looking for

  • How can I get the songs from my iPod on to my new iTunes library?!! Help!!

    So I've looked on all the support pages but I've got a feeling there is nothing that can be done with this, hopefully someone can help! We moved to the US and while our computer was being sent over it got water damaged so I lost all of my itunes libr

  • How to delete a query from transport.

    I have created 5 queries and added to a transport request, now I don't want to transport one query, how to delete it from transport request? Thanks

  • Exception Clarification

    HI all I , am getting following error javax.microedition.io.ConnectionNotFoundException: The requested protocol does not exist comm:com2 What may be the cause in raising this exception. try {                            /************Establishing seria

  • How to use TIME=NEXT

    Hi Experts In BPC 7.0 NW I am trying to transfer closing balance of a month as opening balance of next month As like MS system doesnot accept TIME=NEXT So with Record statement how should I increase my month number counter so that system will store t

  • How to run Discoverer reports from Compensation Workbench?

    Has anyone been able to successfully add a Discoverer report that can be run run from Compensation Workbench? If so can you share the steps? I followed the steps described in the following Oracle note, but no luck. Adding Discoverer Reports to the Co