output/shout: declare metadata as UTF-8

Apparently, Icecast defaults to ISO-8859-1 for MP3:

 http://icecast.org/docs/icecast-2.4.0/config-file.html#mountsettings

This change forces Icecast to UTF-8 without having to configure it in
Icecast's configuration file.
This commit is contained in:
Max Kellermann
2019-11-06 16:05:22 +01:00
parent d659c7df19
commit 13ce07d181
2 changed files with 2 additions and 0 deletions

1
NEWS
View File

@@ -1,6 +1,7 @@
ver 0.21.17 (not yet released)
* outputs
- jack: mark ports as terminal
- shout: declare metadata as UTF-8
* fix build failure with -Ddatabase=false
ver 0.21.16 (2019/10/16)