Vito

Results 50 comments of Vito

Thank you. I've created a feature request in the renovate repository at https://github.com/renovatebot/renovate/discussions/27481. You can upvote it if you'd like. Since the answer has been provided, I will close this...

Hi @KevanGP, I have to ask you some questions. - Are you using liquidsoap 2.1.4? Run `liquidsoap --version` in the terminal. - Is your linux distribution ubuntu 22.10? Run `cat...

I haven't tested this for a while, but here's an update for *2.2.2*. ```ruby def a(_, res) res.json({a=null()}) end def b(_, res) res.json({b=null()}) end harbor.http.register("/a", a) harbor.http.register("/b", b) ``` Log...

Reproduced in *2.2.4-1*. 1. `main.liq` ```ruby settings.log.level := 1 s = playlist("/tmp/test/playlist.m3u", mode="normal", prefetch=4, reload_mode="watch") s.on_track(fun(l) -> print(l["filename"])) output.dummy(s, fallible=true) ``` 1. `compose.yaml` ```yaml services: liquidsoap: image: savonet/liquidsoap:v2.2.4 command: -...

Hi @toots, I've tested and found that switching source urls like this can sometimes not be reliable. Version: *2.3+git@485d746* ``` enc = %ffmpeg(format="mp3", %audio(codec="libmp3lame")) output.icecast(enc, sine(220.), mount="m1", host="icecast") output.icecast(enc, sine(880.),...

Hi @oskarburman, Maybe you should define all sources and `switch` between them? This change will make the result somewhat infallible. ```ruby s1 = input.http("http://icecast/m1") s2 = input.http("http://icecast/m2") # t =...

@toots, It seems like there's no need for stop-start anymore, but reliability looks the same. ``` 2024/04/29 17:36:59 [m3:2] Metadata update may have failed with error: 400, Bad Requ est...

@oskarburman, Could you revisit this issue and verify if the changes are sufficient, or you have any additional problems. @toots, > add a `buffer` Nah, that didn't work. ``` 2024/05/01...

I'd like to revisit this issue. According to my observations, `/proc/1/cgroup` doesn't have `docker` or `lxc` in it. They say the cause is *cgroup v2*.