[vorbis-dev] ogg123 HTTP streaming
Anthony Arcieri
bascule at holly.ColoState.EDU
Mon Jul 31 13:11:20 PDT 2000
> What about this :
> % wget -q -O - http://www.vorbis.com/music/blueperiod_itsover.ogg |
> buffer | ogg123 -
Perhaps a more standardized way to do this would be a fifo...
mkfifo /tmp/foo;ogg123 /tmp/foo& wget -q -O -
http://www.vorbis.com/music/blueperiod_itsover.ogg > /tmp/foo
Tony Arcieri
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
More information about the Vorbis-dev
mailing list