encoder/opus: add optional stream chaining support

support for chaining ogg opus streams to enable changing stream' metadata on the fly.
currently support is opt-in (enabled by additional option) because lots of clients can't handle this properly yet.
This commit is contained in:
cathugger
2018-01-26 15:34:44 +00:00
parent 1628d801f9
commit 47d1d3c855
3 changed files with 105 additions and 32 deletions

2
NEWS
View File

@@ -26,6 +26,8 @@ ver 0.21 (not yet released)
- sndio: remove support for the broken RoarAudio sndio emulation
* mixer
- sndio: new mixer plugin
* encoder
- opus: support for sending metadata using ogg stream chaining
* require GCC 5.0
ver 0.20.18 (2018/02/24)