I need to add additional metadata to an Icecast stream (beyond Artist and Song Title). I've tried a number of ideas but none seems to yield anything. The situation is made more complicated in that the metadata also passes through Wowza, which is re-streaming the Icecast stream. Is there a canonical list of metadata fields supported by Icecast, and does anyone have experience passing custom metadata as part of an Icecast stream and on to Wowza?
|
feedback
|
|
My Do note though that the "metadata" format is a semicolon-delimited String of key-value pairs, but Icecast clients only react to the
I've done things like send a metadata event every second to keep a track position counter (though that may have been a little network-heavy):
Good luck! | |||
|
feedback
|
|
Though it's a bit complicated, the Savonet/Liquidsoap scripting language has facilities to modify/set stream metadata. There's a couple examples in the Liquidsoap wiki at https://wiki.sourcefabric.org/display/LS/UserScripts | |||
|
feedback
|