mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
send StreamTitle in the initial metadata block, if not real/helix has
trouble with playback svn path=/icecast/trunk/icecast/; revision=9376
This commit is contained in:
parent
2896db1f3c
commit
b8f6429198
@ -104,9 +104,8 @@ int format_mp3_get_plugin (source_t *source)
|
||||
|
||||
/* initial metadata needs to be blank for sending to clients and for
|
||||
comparing with new metadata */
|
||||
meta = refbuf_new (2);
|
||||
memcpy (meta->data, "\0\0", 2);
|
||||
meta->len = 1;
|
||||
meta = refbuf_new (17);
|
||||
memcpy (meta->data, "\001StreamTitle='';", 17);
|
||||
state->metadata = meta;
|
||||
state->interval = -1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user