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** Official liquidsoap container image can't execute the `ffmpeg.filter` because of an error: > 'aresample' filter not present, cannot convert formats. I've built it from opam, and everything...

Hello, I'm setting up a new debian icecast stream server in Proxmox with Liquidsoap as the source. My current streaming server uses Liquidsoap 1.3.3. In the output.icecast mp3 settings I...

usage

**Describe the bug** The `` WARNING: "set" is deprecated and will be removed in future version. Please use `settings.path.to.key := value` `` message doesn't display when running liquidsoap in containers....

Using Liquidsoap in docker via official savonet/liquidsoap:b9b936d image from docker http://hub.docker.com, when connecting directly to `output.harbor`, ICY metadata is not sent (though metadata seems to be read from files). Listening...

**Describe the bug** Thank you for looking at this. When making two separate streams using two different FFmpeg chains for audio processing, both streams exhibit severe jumping in the audio...

**Describe the bug** `playlist` could break the order of files if files are updated using non-atomic writes. - 1.mp3 - 2.mp3 - 3.mp3 - 4.mp3 Reload - **2.mp3** - **1.mp3**...

Hi, I try to have 2 or more stream sources as backup. I need to have 2 or more sources (as backup) and retreive via a socket the current input...

usage

### Discussed in https://github.com/savonet/liquidsoap/discussions/3307 Originally posted by **Rafi594** August 8, 2023 Hello, I'm currently trying to use output.external for using custom ffmpeg command but the output have a blinking green...

The script ``` output(video.testsrc()) ``` fails at *runtime* with ``` 2023/08/23 17:38:01 [clock.pulseaudio:2] Source pulse_out(liquidsoap:) failed while streaming: Invalid_argument("option is None")! 2023/08/23 17:38:01 [clock.pulseaudio:2] Raised at Stdlib.invalid_arg in file "stdlib.ml",...

**Describe the bug** I've been trying to make video from an audio stream which adds now playing text, cover image and a waveform extracted from the audio (using ffmpeg filter...