1
0
Fork 0
Commit Graph

22 Commits (7b4908eb159b4aa6141812eea7f1304888c3d7fa)

Author SHA1 Message Date
Icedream 7b4908eb15
Enable 96k mp3 output by default.
For some reason, just having the FLAC endpoint enabled causes the audio
to get into an endless stutter loop on the second metadata change (that
is the initial metadata was set already and a second change was
requested via the metadata API). Enabling an MP3 output works around
this.
2025-04-28 18:19:51 +02:00
Icedream 0cc13cc0e3
Disable automatic streaming to SI. 2025-04-28 14:56:03 +02:00
Icedream 39b22a7492
Bump liquidsoap to current unreleased 2.3.3.
This is basically right now just 2.3.2 (which has a lot of desired
clock/timing changes) plus another reversal of a bad default to
reduce breakages.
2025-04-20 16:34:19 +02:00
Icedream a0b814a9a8
Revert to using OGG/FLAC for streaminginternet. 2023-11-15 10:33:58 +01:00
Icedream 4dcf60e624
Use lame-encoded freeform 640k MP3 stream for rekt. 2023-11-15 10:33:06 +01:00
Icedream c0e84f1460
Add streaminginternet output. 2023-05-20 18:29:42 +02:00
Icedream ee5fb8fd2f
Switch to bare flac streaming.
OGG causes issues due to its logical streams getting misinterpreted: liquidsoap
will skip the first bit of a new logical stream after metadata change leading to
stutters and skips in the final audio output.
2023-05-20 18:29:14 +02:00
Icedream ebaaffbe9c
Work around savonet/liquidsoap#2996. 2023-05-19 12:31:29 +02:00
Icedream 3d61e99d06
Use bool for sandbox setting. 2023-03-21 04:19:50 +01:00
Icedream ebf3d74b88
Use new settings syntax. 2023-03-21 04:18:53 +01:00
Icedream 54841eea75
Use default encoding (now utf-8) for MP3 stream. 2023-03-18 04:10:00 +01:00
Icedream 130c33799b
Rewrite liq scripts for liquidsoap 2.2. 2023-03-17 04:47:33 +01:00
Icedream 23bd9c12ad
Use encoding="ISO-8859-1" for MP3 outputs. 2023-03-02 10:23:10 +01:00
Icedream 22e981d374
Convert partial function application to full function.
Liquidsoap 2.1.x no longer supports this.
2022-09-11 14:34:41 +02:00
Icedream cf7f4f642c
Add stream name and description to fixed encoder metadata. 2022-04-01 08:10:29 +02:00
Icedream 08e5d8ce96
Rewrite code.
- Rewrite metadata API and tunaposter to transmit cover art
- Use liquidsoap harbor API to fetch metadata for nowplaying_overlay.html
- Implement support for Spotify covers
2022-03-13 06:53:21 +01:00
Icedream 2c9f589895
Implement stream description. 2022-03-09 13:50:04 +01:00
Icedream 6a5403b772
Use correct port for REKT.fm streaming. 2022-03-09 13:26:10 +01:00
Icedream 4fe49d8921
Use environment variables for feeding in settings. 2022-03-09 10:03:16 +01:00
Icedream b6473d1c1d
Fix audio setup.
- Use Icecast for transmitting NDI audio to Liquidsoap.
- Update liquidsoap to 2.0.4-preview (mem optims)
- Add new API endpoints for starting/stopping outputs.
2022-03-09 10:03:14 +01:00
Icedream 88bd48b2ea
Change output flow. 2022-03-09 10:03:02 +01:00
Icedream dfd0ba2091
Initial commit. 2022-03-09 10:02:59 +01:00