LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-15-2002, 02:48 PM   #1
arktype
LQ Newbie
 
Registered: Aug 2002
Location: madison, ms
Distribution: red hat 9.0
Posts: 16

Rep: Reputation: 0
Question record audio streams


what in linux is the equivalent for rip cast in windows ?

xmms works fine with mandrake 9.0 for listening to internet radio but i would like a way to record and keep the tagged mp3's .

thanks,

ark
 
Old 12-15-2002, 05:49 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
i'd say the easiest way would be to use mplayer's mencoder to record to mp3. alternatively you can use mplayer with the -dumpaudio option to just save it all directly to a file in whatever format it recieves.
 
Old 12-15-2002, 08:02 PM   #3
arktype
LQ Newbie
 
Registered: Aug 2002
Location: madison, ms
Distribution: red hat 9.0
Posts: 16

Original Poster
Rep: Reputation: 0
hadn't thought about using mplayer.......... i'll give it a try.

ark
 
Old 09-11-2011, 01:57 AM   #4
Geremia
Member
 
Registered: Apr 2011
Distribution: slackware64-current
Posts: 571

Rep: Reputation: 58
WMV/WMA stream recording with VLC 1.1.11

Quote:
Originally Posted by acid_kewpie View Post
i'd say the easiest way would be to use mplayer's mencoder to record to mp3. alternatively you can use mplayer with the -dumpaudio option to just save it all directly to a file in whatever format it recieves.
I am trying to record a WMV/WMA stream, and mplayer doesn't even play it. VLC 1.1.11 does, but I cannot find out how to save the stream with VLC. Do you know? Thanks
 
Old 09-11-2011, 11:48 AM   #5
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,473
Blog Entries: 7

Rep: Reputation: 1986Reputation: 1986Reputation: 1986Reputation: 1986Reputation: 1986Reputation: 1986Reputation: 1986Reputation: 1986Reputation: 1986Reputation: 1986Reputation: 1986
If mplayer won't play it then you need to install/update your codecs. Mplayer will have to be able to play it before it'll dump or mencoder will be able to encode the media. Once you have the current codecs working then mplayer will play it.
Code:
mplayer http://www.blah/blah/media.wmv
Code:
mplayer http://www.blah/blah/media.wmv -dumpstreram -dumpfile outputfile.wmv
Another option if you want to use VLC would be to use ffmpeg to capture the output of your sound card.
This example uses oss and makes a .mp3 file.
Code:
ffmpeg -f oss -i /dev/dsp0.0 -vn -acodec libmp3lame -ab 128k capture.mp3
This uses alsa
Code:
ffmpeg -f alsa -i hw:0,0 -vn -acodec libmp3lame -ab 128k capture.mp3
Mplayer will dump any stream to file that it can play.
Quote:
I am trying to record a WMV/WMA stream, and mplayer doesn't even play it
Or do you mean that you can't find the actual location of the media file? If so then look at rtmpdump, curl, wget
 
Old 09-15-2011, 03:06 AM   #6
Whitney3
LQ Newbie
 
Registered: Sep 2011
Posts: 3

Rep: Reputation: Disabled
Quote:
Originally Posted by Geremia View Post
I am trying to record a WMV/WMA stream, and mplayer doesn't even play it. VLC 1.1.11 does, but I cannot find out how to save the stream with VLC. Do you know? Thanks
Hi, if you could play audio streams on your computer, perhaps you could try to use a recorder to record streaming audio and save it as WMA or WMV files.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Recording RealMedia Audio Streams remyfenn Linux - Software 2 10-02-2005 09:32 AM
mencoder/mplayer and splitting both audio and video streams from source... bai_design Linux - Software 0 02-06-2005 04:52 PM
How to record online A/V streams? moiaussi Linux - Newbie 2 01-26-2005 09:27 PM
mplayer streams audio but not video Chuck23 Fedora 2 09-20-2004 12:53 PM
How to record audio AndreTapxure Linux - General 1 08-10-2004 02:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration