liquidsoap icon indicating copy to clipboard operation
liquidsoap copied to clipboard

Liquidsoap is a statically typed scripting general-purpose language with dedicated operators and backend for all thing media, streaming, file generation, automation, HTTP backend and more.

Results 240 liquidsoap issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Requests are being made when they shouldn't need to be during bad / error states. Related to #3026. **To Reproduce** Test script: ``` def get_request() log.important("got request",...

**Is your feature request related to a problem? Please describe.** Currently it is only possible to update prometheus metrics periodically using `thread.run`. ```ruby def prometheus.cpu_metrics() cpu_counter = prometheus.counter( namespace="liquidsoap", subsystem="cpu",...

**Describe the bug** While testing the new `delay` feature for `fade.out` and `fade.in`, I took note of strange cuts at the end the next track but one. **To Reproduce** ```...

This is a follow-up to https://github.com/savonet/liquidsoap/issues/2965 The bug described in above ticket seems to be back in Liquidsoap 2.2.4 on Debian 12. I'm using ogg/flac as input via SRT to...

**Note: This is a Work-in-Progress. This issue will be fleshed-out with more data, proposed solutions, etc. So please don’t _yet_ comment (too much)!** @toots asked me to add this here,...

### Discussed in https://github.com/savonet/liquidsoap/discussions/3759 Originally posted by **gAlleb** February 21, 2024 Hello there, friends! I've got a question regarding the process of cert renewal when it's included into liquidsoap. Here...

**Describe the bug** Liquidsoap cannot be built with *gstreamer* enabled since #3665. Build error ``` #=== ERROR while compiling liquidsoap-core.2.2.4-1 ============================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.4.14.1 | https://opam.ocaml.org#8b5a0a33...

### Discussed in https://github.com/savonet/liquidsoap/discussions/3733 Originally posted by **jrhoward** February 11, 2024 Hi all, I am looking at connecting my liquidsoap service to a privately managed irc server with 2.2.3 or...