Displaying 2 results from an estimated 2 matches for "shout_metadata_free".
2004 Aug 06
3
perl libshout
Hi,
I've just completed a conversion of the perl Shout-1.0 library
to something that will talk to an icecast2 server. I'll be submitting
the results for inclusion back to the icecast site.
One thing is missing: proper metadata support.
this feature has changed since icecast 1; previously it was a
single string. now, it's a linked list of key/value pairs.
2004 Aug 06
0
perl libshout
...le string on xmms during stream
> playback. (assuming it's still used for the same functionality).
The only defined key is "song".
Usage:
metadata = shout_metadata_new();
shout_metadata_add(metadata, "song", "my song name");
shout_set_metadata(shout, metadata);
shout_metadata_free(metadata);
The interface was changed to allow more types of dynamic metadata
updates, but so far no extensions on the client or server side have
been made.
-b
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this li...