On Tue, 30 Oct 2007 13:19:17 +1100, "Alex Samad" <[EMAIL PROTECTED]>
said:
> > The machine I'm working on is short of space - anyone know of a way
> > (using mplayer or another tool) to record a Windoze media stream
> > directly to mp3/ogg, rather than creating a large intermediate raw file
> > and then converting to mp3/ogg? 
> what about setting the file up as a pipe !

Is this what you mean?

% mkfifo pipe1
% toolame -m s pipe1 foo.mp3 &
% mplayer -cache 512 -vc null -vo null -ao pcm:file=pipe1
http://138.25.162.211:8080

It's crashing and burning:

...
Connecting to server 138.25.162.211[138.25.162.211]: 8080...
...
Starting playback...
...
Could not seek to PCM sound data in "pipe1".
...
MPlayer interrupted by signal 13 in module: play_audio
- MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
  gcc version. If you think it's MPlayer's fault, please read
  DOCS/HTML/en/bugreports.html and follow the instructions there. We
  can't and
  won't help unless you provide this information when reporting a
  possible bug.

Any ideas?
-- 
Sonia Hamilton

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to