search for: shout_update_metadata

Displaying 3 results from an estimated 3 matches for "shout_update_metadata".

2004 Aug 06
3
metadata update in the stream
This has come up earlier, but I don't remember a solution. How do I update the metadata of the stream 'on the fly'? I'm thinking of having a live stream (through darkice), with the title, author, etc. metadata changed every once in a while to reflect the actual program. How would I do that? Should I insert such data into the mp3 / ogg voribs data somehow by calling some
2004 Aug 06
0
metadata update in the stream
See the libshout function shout_update_metadata (also see metadata.c in the ices src). This function just calls up the icecast/shoutcast server and issues a GET request in a particular format. It can be called any time. On Wednesday, 13 March 2002 at 09:36, Akos Maroy wrote: > This has come up earlier, but I don't remember a solution. &g...
2004 Aug 06
0
metadata streaming
...being played. Sounds easy according to the docs and all other postings I've found in the archive, but I'm apparently missing something, because I simply cannot seem to get the title to change. I started off working directly with libshout, but when that didn't work (even though calling shout_update_metadata() returned success), I moved on to ices 0.2.3, which also silently failed to update the metadata. Because my mp3 player can update its streaming metadata from other stream sources, I can only assume at this point my icecast server is misconfigured. What config options have to be set how for icecas...