v2.0.0
2.0.0 (2023-11-06)
Features:
- split scripts for different liquidsoap usages, transcoder (to produce a radio stream) and streamer (to send audio to a transcoder with SRT, and serve playlists or network sources - WIP).
- add surround profiles for 5.1 streaming by @toots in #5
- add insane AAC quality profile (aac/fdk_aac lc 320kbps).
- support disabling HLS or Icecast outputs completely (removing all qualities).
- remove test file and use example configs by default for tests.
- upgrade liquidsoap to v2.2.2
- add new srtcaller containers in docker-compose.yml, one to stream local files with ffmpeg, another one to stream a local playlist with liquidsoap and a m3u file.
Breaking changes:
- some variables have been renamed in the configuration file.
- a new function must be declared in the configuration file to select a channel layout (stereo or surround).
- scripts paths have changed, be careful if you use the scripts folder directly.
Full Changelog: v1.2.1...v2.0.0