资 源 简 介
VorbisStreamer
lightweight livestreaming server. Streams oggvorbis files via http on port 8888.
Vorbisstreamer - by Lukas Pfahler
INSTALLATION:
Make sure you have
-libvorbis
-libvorbisenc
-libvorbisfile
-libogg
installed including their headers.
Then just type
make
USAGE:
./vorbisstreamer command parameters
Then checkout http://localhost:8888/stream.ogg for your Stream.
List of commands:
start - start vorbisstreamer in terminal
daemon - starts vorbisstreamer in daemon mode
add file#1 .. file#n - enqueues files into the playback queue
push file#1 .. file#n - inserts files in front of the playback queue
play file#1 .. file#n - starts playing the files
skip - plays the next track
loop {0,1} - enables/disables looping
queue - displays the playback queue
he