Re: recording streams with OpenBSD

2006-06-15 Thread Will Maier
On Wed, Jun 14, 2006 at 03:01:58PM -0700, Bryan wrote: > Will Maier wrote: > >$ mplayer -dumpstream http://your.stream.com/stream.mp3 -dumpfile > >stream.mp3 > > I did find that, but the stream is not an .mp3 file. So? Mplayer will dump an ASF stream. In fact, I tried that with your stre

Re: recording streams with OpenBSD

2006-06-14 Thread Chris Cappuccio
Check out http://www.nmedia.net/~chris/mp3ivo/ I did this a while ago when I got tired of missing my favorite radio shows. There's also a web front end there for easily playing stuff that you record. It's all driven by cron and very, very basic. Bryan [EMAIL PROTECTED] wrote: > Does anyone ha

Re: recording streams with OpenBSD

2006-06-14 Thread Paul de Weerd
On Wed, Jun 14, 2006 at 03:01:58PM -0700, Bryan wrote: | >$ man mplayer | >[...] | >$ mplayer -dumpstream http://your.stream.com/stream.mp3 -dumpfile | >stream.mp3 | > | | | I did find that, but the stream is not an .mp3 file. | | here is one of links that I connect to... San Diego

Re: recording streams with OpenBSD

2006-06-14 Thread Bryan
Sam Chill wrote: On 6/14/06, Bryan <[EMAIL PROTECTED]> wrote: Does anyone have a good way of taking streams from the web (like music streams) and record them to whatever format, specifically .ogg or .mp3? Try using audio/streamripper from ports. It worked quite well for me. -Sam I would u

Re: recording streams with OpenBSD

2006-06-14 Thread Bryan
Will Maier wrote: On Wed, Jun 14, 2006 at 12:57:48PM -0700, Bryan wrote: Does anyone have a good way of taking streams from the web (like music streams) and record them to whatever format, specifically .ogg or .mp3? I first tried to use Mplayer and "dd if=/dev/sound of=/var/audio.raw" like in

Re: recording streams with OpenBSD

2006-06-14 Thread Will Maier
On Wed, Jun 14, 2006 at 12:57:48PM -0700, Bryan wrote: > Does anyone have a good way of taking streams from the web (like music > streams) and record them to whatever format, specifically .ogg or > .mp3? I first tried to use Mplayer and "dd if=/dev/sound > of=/var/audio.raw" like in the FAQ, but

recording streams with OpenBSD

2006-06-14 Thread Bryan
Does anyone have a good way of taking streams from the web (like music streams) and record them to whatever format, specifically .ogg or .mp3? I first tried to use Mplayer and "dd if=/dev/sound of=/var/audio.raw" like in the FAQ, but it kept saying that the audio device was busy. I then looke