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

When crossfading two videos with transparent regions the fade function is causing transparent portions to render black.

video
stale

With `1.5.0+git@82acd8f0` and this script, the scrolling text from the all `add_text` sources is quite jumpy. I used `native` here to illustrate with the simplest possible text generation A speed...

video
stale

These effects were lost during the YUV420 change. https://github.com/savonet/liquidsoap/blob/dece14d0cec8b4eaf821daaca307954fc3fe0756/src/operators/video_effects.ml#L82-L229

video
stale

This could be a nice additional language feature.

stale

Hi, I have a problem with a fresh centovacast installation, after run the install script I get: | Post-installation Errors | | Note - the following problems occurred during post-installation:...

I'm seeing this: ``` % ./liquidsoap 'output.ao(fallible=true,playlist("...")) log.level.set(4)' Unknown position: Error -1: Exception raised: File "src/core/stream/frame_settings.ml", line 123, characters 6-12: Assertion failed Raised at Frame_settings.delayed_conf.(fun) in file "src/core/stream/frame_settings.ml", line 123,...

The following code ``` def f(x) x = x.{a = 3} let json.stringify s = x print("JSON: #{s}") end f({s="xx"}) f({u=2}) ``` prints ``` JSON: { "a": 3 } JSON:...

**Describe the bug** I got an error if I apply a function that modifies *source*, pass modified *source* into the `output.file` and then try to create a list from unmodified...

Hi, how are you guys? I'm testing the range lists, managed by azuracast and another by advanced mode managed by LS itself. Well, I realize that when it's by the...

This PR extracts the operational logic required when working with types to allow modular type definition. This makes it possible to implement new types in isolation from the main operational...