Skip to content

Releases: radiofrance/rf-liquidsoap

v2.0.2

12 Mar 14:33
fb3f640
Compare
Choose a tag to compare

2.0.2 (2024-03-12)

Features:

  • upgrade liquidsoap to v2.2.4. Includes a memory leak fix on srt sources by @elythh in #11

Breaking changes:

  • rename fdkaac profile to libfkd_aac to match real codec names by @uZer in #12

Bugfix :

  • replace aac_he profile with aac_low for default aac codec since he_aac isn't supported @uZer in #12
  • fix fdkaac profiles names to match real codec names @uZer in #12

v2.0.1

12 Mar 14:55
853bb45
Compare
Choose a tag to compare

2.0.1 (2024-01-08)

Features:

  • upgrade liquidsoap to v2.2.3 by @elythh in #9
  • support metadata and track skip with http API by @uZer in #8

Full Changelog: v2.0.0...v2.0.1

v2.0.0

12 Mar 14:57
bc39945
Compare
Choose a tag to compare

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