Sponsored in part by... Smith Micro StuffIt Deluxe 12: breakthrough compression of MP3 files, PDFs,
iWork and MS Office files! Reduce JPEG file sizes with no loss in
quality, burn to CD/DVD, back up archives to iDisk and more. Buy
today for only $59.99! <http://www.stuffit.com/mac/deluxe/tb/>

 [F] TidBITS  / TidBITS  / TidBITS Talk  /

Recording Streaming Video-Audio

[dave28c]dave28c (apparently) - 12:54pm May 22, 2007 PST
via email - Dave Clark

A class I'm taking does not offer a permanent written syllabus or
treatise to retain for reference, only a streaming video-audio. Is
there any way to record or capture the show on either my iMac 20"
Intel or MacBookPro Intel?

[To record streaming audio, look for Audio Hijack Pro or WireTap Pro. Don't know about video, but it might be too disk space intensive to bother. -Adam]

<http://www.rogueamoeba.com/audiohijackpro/>
<http://www.ambrosiasw.com/utilities/wiretap/>

Thanks.

Dave
Dave Clark
http://home.earthlink.net/~dc1999/
http://web.mac.com/dave28c
http://www.clarklawfirm.com



Mark as Read
  OutlineAll MessagesOlder MessagesOldest MessagesNewest MessagesNewer Messages

1idontcare (apparently) - May 23, 2007 6:56 am (#1 Total: 5)  

Reply to this message
via email  

Photo of Author
Posts: 30
Re: Recording Streaming Video-Audio

You may want to look at Snapz Pro X from Ambrosia Software at www.ambrosiasw.com/utilities/snapzprox/

I use it and you will need to buy the $69 Package.

Anyse


Steve McCabe (apparently) - May 23, 2007 6:56 am (#2 Total: 5)  

Reply to this message
via email  

Photo of Author
Posts: 29
Re: Recording Streaming Video-Audio

> [To record streaming audio, look for Audio Hijack Pro or WireTap Pro. Don't
> know about video, but it might be too disk space intensive to bother. -Adam]
>
> <http://www.rogueamoeba.com/audiohijackpro/>
> <http://www.ambrosiasw.com/utilities/wiretap/>

I'll second Adam's recommendation of Audio Hijack Pro. I have found it to be
a very useful and easy-to-use programme.

Steve



JolinWarren - May 23, 2007 12:32 pm (#3 Total: 5)  

Reply to this message
 

Photo of Author
Posts: 151
Re: Recording Streaming Video-Audio

At 12:54 on 22-05-2007, David Clark wrote:
Is there any way to record or capture the show on either my iMac 20" Intel or MacBookPro Intel?


If the streaming video is in RealPlayer format, it is possible to use the Terminal and MPlayer to save the stream to a local file. I've attached some instructions on how to do this that a friend of mine wrote. They should provide enough information to get you started (see section 2.1). Note that this document concentrates on capturing audio streams. However, the method works just the same for capturing video streams. The only difference is that the 'rtsp' address will point to a file called something like 'filename.rm' instead of 'filename.ra'.

As a further note, there is an easier way to discover the stream's URL address than the one outlined in the document (steps 2 & 3 in section 2.1.2) -- simply ctrl-click (right-click) on the RealPlayer control area (where the play/pause button is) and there is an option to 'Copy stream URL' or somesuch.

Finally, to save me needing to remember the mplayer command, I created a short script (below) and called it 'dumprm'. Now whenever I want to capture a stream, I go to the terminal and type in:

dumprm RealMedia_stream_URL local_file_to_save_to

Hopefully this makes some sort of sense.

- - - - Start Script - - - - #!/bin/sh if [ $# != 2 ]; then echo 1>&2 "Grabs a RealMedia stream (audio and/or video) from the \ internet and saves it as a local file." echo 1>&2 echo 1>&2 "Usage: $0 RealMedia_Stream_URL Output_File" exit 1 else mplayer -prefer-ipv4 -dumpstream "$1" -dumpfile "$2" exit 0 fi

- - - - End Script - - - -

_________________ => Jolin

Lewis Butler (apparently) - May 23, 2007 12:32 pm (#4 Total: 5)  

Reply to this message
via email  

Photo of Author
Posts: 1048
Re: Recording Streaming Video-Audio

On 22-May-2007, at 13:54, David Clark wrote:
> [To record streaming audio, look for Audio Hijack Pro or WireTap
> Pro. Don't know about video, but it might be too disk space
> intensive to bother. -Adam]

Firefox with appropriate plugins can save practically any stream.

DownloadHelper: <https://addons.mozilla.org/en-US/firefox/addon/3006>
Ook: <https://addons.mozilla.org/en-US/firefox/addon/2584>
VideoDownload: <https://addons.mozilla.org/en-US/firefox/addon/3242>
VideoDownloader: <https://addons.mozilla.org/en-US/firefox/addon/2390>
downIT: <https://addons.mozilla.org/en-US/firefox/addon/3355>
KeepVid: <https://addons.mozilla.org/en-US/firefox/addon/2658>
GetVideo: <https://addons.mozilla.org/en-US/firefox/addon/3516>

:) There are more.

I use the first, myself, but have no allegiance to it; it's merely
the one I installed and it seems to work.

Chris Pepper - May 28, 2007 3:43 pm (#5 Total: 5)  

Reply to this message
 

Photo of Author
Posts: 843
Re: Recording Streaming Video-Audio

At 12:54 PM -0700 2007/05/22, David Clark wrote:
A class I'm taking does not offer a permanent written syllabus or treatise to retain for reference, only a streaming video-audio. Is there any way to record or capture the show on either my iMac 20" Intel or MacBookPro Intel?


That depends entirely on the format. You *could* buy Snapz Pro X and record a video of the video playing in a browser window, but that would probably not be helpful.

What's the video format? If you can figure out the URL of the content, and it's a downloadable file (even if they don't offer an explicit download option, you might be able to grab it (I use "curl -O http://whatevertheurlis" for this purpose frequently). To look for the URL, try View Source in your browser, and look for the text of the link to locate it.

If it's FLV (Flash, like YouTube), apparently MPEG Streamclip can do it. There are other tools for other formats.

-- Chris Pepper: <http://www.reppep.com/~pepper/> The Rockefeller University: <http://www.rockefeller.edu/>
  • * I am out of the office May 25-June 1, returning June 4. Please call the Help Desk at x8940 if you need assistance.



  •   OutlineAll MessagesOlder MessagesOldest MessagesNewest MessagesNewer Messages


     [F] TidBITS  / TidBITS  / TidBITS Talk  / Recording Streaming Video-Audio




    Add a message

    To add a message to this discussion, you must be a registered user. Enter your email address below. If you have an account associated with the email address you enter, you will be prompted for your password. If not, you'll be able to create a new account with no fuss.

    Enter your email address:

    Submit