CC-2215: Add ability to enable metadata for ogg streams
-done
This commit is contained in:
parent
48af794cfa
commit
3eafdeef5d
2 changed files with 34 additions and 22 deletions
|
@ -36,3 +36,11 @@ icecast_genre = "genre"
|
|||
output_sound_device = false
|
||||
output_icecast_vorbis = true
|
||||
output_icecast_mp3 = false
|
||||
|
||||
|
||||
#audio stream metadata for vorbis/ogg is disabled by default
|
||||
#due to a large number of client media players that disconnect
|
||||
#when the metadata changes to that of a new track. Some versions of
|
||||
#mplayer and VLC have this problem. Enable this option at your
|
||||
#own risk!
|
||||
output_icecast_vorbis_metadata = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue