Displaying 3 results from an estimated 3 matches for "dsctl".
Did you mean:
vsctl
2007 Jul 15
2
Writing Alpha Tags into the comments of an ogg stream
...#39;ll need to bring in the vorbis/ogg headers/libs and use
the lib to write the alpha tag info to the ogg stream. But one question
remains, where is the stream I need to write the comments too? Or,
should i just write the comments to localhost:8000/mystream.ogg ?
Screenshot of what I've got dsctl doing now:
http://sourceforge.net/projects/dsctl/
https://sourceforge.net/project/screenshots.php?group_id=198579
(bottom line -- reception status -- is an example of what I'll be
incorporating into the comment fields of the ogg stream.)
--
Roger
http://www.eskimo.com/~roger/index.html
Key fin...
2007 Jul 16
3
Writing Alpha Tags into the comments of an ogg stream
...data or having to login with
user/pass.)
I would imagine using stdin, and as long as I'm on the host, I should be
able to do something like:
$cat metadata >
http://localhost:8000/admin/updatemetadata.xsl?mount=/stream.ogg
Probably the best solution for now:
My thoughts are to write a ~/.dsctl/metadata and have the *dsctl program
output metadata there and the user specify the location of the metadata
file. If I can do this without much interruption of streaming with
using the kill SIGUSR1, metatags will probably have a change interval of
around 1 second. (right?)
(*Dsctl is a program...
2007 Jul 20
1
Writing Alpha Tags into the comments of an ogg stream
You should look at the source code for oddcast. it has a neat way of adding
metadata to the ogg stream. It uses libogg (which is it using to encode the
vorbis stream) and sort of creates a new beginning of stream packet with the
new metadata, so that icecast knows to pick up the change.
If you aren't using ices to encode the audio, only to send it, I would
suggest posting the metadata to