Vito
Vito
Hi @funkyfuture, Log ``` 2023-04-12 15:40:53,457|DEBUG |Config: {'assert_hostname': False, 'client_timeout': 60, 'default_flags': ('image', 'service'), 'docker_host': 'unix://var/run/docker.sock', 'debug': True, 'default_max': 1, 'job_executor_pool_size': 10, 'job_name_regex': '[a-z0-9-]+', 'label_ns': 'deck-chores.', 'logformat': '{asctime}|{levelname:8}|{message}', 'service_identifiers': ('com.docker.compose.project',...
I'm not sure if this behavior is expected, because in my test case the result can vary from *10.2s* to an unknown amount of time, which in both cases is...
f7b34139 works for me.
Hi @voipster, I'm interested to see if this is caused by the buffer running out. Maybe you could log the buffer length of live like this ```ruby live = input.harbor(...)...
I don't know what's causing your problem yet, but in an ideal world the streaming client should produce 1 second of content per 1 second. I like to call it...
> So it's some setting in ST I guess? I think so. If you're a paid customer of Stereo Tool, it's probably a good idea to contact their support.
Hi @Tieske, The problem is somehow related to the libc of the linux distribution, so to test this problem I used VMs. In debian, ubuntu, fedora and archlinux I got...
But how to do this properly, without relying on a side effect of glibc? Does lua documentation explains this behavior? Should I ask in the lua bugtracker? > a small...
Hi @ohrstrom, Looks like a memory leak indeed. Build config ``` * Liquidsoap version : 2.2.4-1+dev * Compilation options - Release build : false - Git SHA : (none) -...
Hi @tabedzki, Your crash looks like a race condition. I think two concurrent jobs are outputting JSON to a single file without locking.