Vito
Vito
### Description I'd like to see support for the proxy protocol in liquidsoap for various inputs and harbors. It preserves client IP when working behind the reverse proxy. It's possible...
## Summary I discovered that in alpine linux, lua behaves a bit differently when `io.write` is followed by `io.read`, as in the example. https://github.com/lunarmodules/luasystem/blob/23a9b345172da87e701a1569547cea0767ea9d93/examples/password_input.lua#L41-L43 [The discussion on the alpine bugtracker](https://gitlab.alpinelinux.org/alpine/aports/-/issues/16964)...
**Is your feature request related to a problem? Please describe.** I'd like Thorium to follow the main theme in incognito mode. In particular, I'd like to use the light theme...
### Actual behaviour Each http header has ability to disable some security headers by config options. ```php // Enable or disable "Strict-Transport-Security" HTTP header define('ENABLE_HSTS', true); // Enable or disable...
## Summary This pull request updates the infrastructure used for building container images. 1. The Dockerfile has been moved to the containers directory, and the CI workflow file has been...
### Description I'm experimenting with relaying to multiple Icecast instances while only encoding the stream once. While doing that, the memory footprint of the Liquidsoap increases significantly. ![The screenshot shows...
### Description I am trying to use Liquidsoap as a relay service to push SRT/RTMP input to multiple services. To reduce the CPU load, I use `%ffmpeg(format="flv", %audio.copy, %video.copy)` as...
### Description I'm trying to dynamically create and destroy outputs such as `output.url` and `output.icecast`. However, the `output.icecast` instantly disappears after creation, which breaks the function flow. ### Steps to...
### Description Liquidsoap v2.3.3 cannot be built with ffmpeg because errors occur during the build process. ### Steps to reproduce 1. `alpine.containerfile` ```containerfile FROM alpine:3.21 ARG OCAML_VERSION=4.14.2 RUN apk add...
## Summary Could you explain why the domain expiration is exported as a delta days instead of a timestamp until the domain is valid? ## Details I think it's recommended...