Vito
Vito
I use `output.file` to create archive of live streams. For me this means that the main consumer of the source is *icecast*. I would rather ignore the error here than...
I'm preparing another config and will post it later. Here's some measurements from local environment with my production config. ``` 828001 891184 120872 08:21 00:00:40 8.0 0.3 liquidsoap /var/liquidsoap/default_1.4.liq 828013...
I've created a sample branch with more complex configs [here](https://gitlab.com/vito-containers/liquidsoap/-/tree/upstream_issue_2146). ### 2.0 For version 2.0.2 config looks like this ``` settings.log.stdout.set(true) default_harbor_mount = getenv(default = "radio", "LIQUIDSOAP_DEFAULT_HARBOR_MOUNT") default_harbor_port = int_of_string(getenv(default...
I think this is still an issue. Simple #### 1.4.4 ``` set("log.stdout", true) security = single("/var/liquidsoap/sample.ogg") output.dummy(security) ``` #### 2.0.3 ``` settings.log.stdout.set(true) security = single("/var/liquidsoap/sample.ogg") output.dummy(security) ``` #### Result ```...
Note, cpu and memory are different on local environment and on remote server.
Just done some testing. I used [artifacts](https://github.com/savonet/liquidsoap/actions/runs/1941849806) from latest successful build of `v2.0.4-preview`. It looks like the cpu usage decreased, but yet it's higher than `1.4`. ``` 17523 1034672 286264...
Thank you for your attention to this problem. Though I'm looking for `liquidsoap#back-to-float-array` build artifacts with `ocaml-mm#float-array`.
@toots I've revisited this issue and maybe it's broken because of #2524. That issue is not backported to `2.1.x` yet. ``` a = playlist("/a") ``` `a` has `remaining()` of type...
> Enable [renovate bot](https://github.com/renovatebot/renovate#readme) to provide dependencies upgrade through pull requests (this will mainly help with Github action, and maybe docker images and other dependency manager) (on all the repositories...
Hi @codeurimpulsif, This issue is a bit old. Would you mind creating a new report using the template? I guess the issue may be related to OS or limits. I...