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 213 liquidsoap issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The alpine-based docker image spits out the following error when run on a Raspberry Pi 3b+: In comparison, this is the output when run on a Macbook...

**Describe the bug** I tried to do some experiments with `output.srt`. I think it has problems. 1. Opam versions of `conf-srt` and `srt` are not maintained. They will fail to...

This PR improves the SRT operators: * Create ground set socket type * Add methods on sockets to: * Get some relevant options * Get stats * Close socket *...

**Describe the bug** If I run liquidsoap as root, then I'll see ``` init: security exit, root euid & guid (user & group). Override with set("init.allow_root",true) ``` This suggestion comes...

**Describe the bug** When upgrading from `v2.0.7` to `v2.1.0` loading mp3 urls from a `https://.../something.m3u` playlist (`audio/x-mpegurl`) no longer works and results in a loop of revolving assets / `[procol.external:3]...

I am running version 2.0.4 installed on Debian Buster via opam. Since upgrading to this version I have noticed some errors related to ID3 tags. One of the errors states...

**Describe the bug** When you use a harbor register in the same script with the same port as a harbor input or output, the script exits with an error: `Address...

I have a simple script like this ``` def get_time() t= time.local() "#{pad(t.hour)}\:#{pad(t.min)}\:#{pad(t.sec)}" end s = blank() s = video.add_image(file="/home/ubuntu/logo.png",x=1155,y=15,width=100,height=100,s) s = video.add_image(file="/home/ubuntu/row.png",x=1,y=663,width=1280,height=57,s) s = video.add_text( "some text.",font="/home/ubuntu/bankgothic.ttf",cycle=true,color=0x000000,size=15,y=663, s) s...

video

It would be a good thing to indicate in the doc whether sources are - fallible or not - active or not - self-syncing or not I propose that we...