[Savonet-users] Dockerfile for LS - next question

2022-02-16 Thread Mark Jeghers
Ok I got LS 1.4 running in docker! Very pleased with that. However, the docker image is really large because I've included *many* files found under the /home/liquidsoap/.opam subdirectories. I'd like to remove the files not needed at runtime, but I'm not sure which ones they are. Can someone

[Savonet-users] scheduling different webstream radio

2022-02-16 Thread Pascal Delbruyere
hi all I try « simply » to re-broadcast different web radio depending on time and day. Following is the code I’m using. It works but : 1. I get error message « buffer overrun » (trying to increase max buffer but no luck).. what to do ? 2. I think the script is always listening to all

Re: [Savonet-users] Dockerfile for LS - next question

2022-02-16 Thread Romain Chambe
Hi Mark, thanks for that ! I'd be really interested to see the dockerfile you used to make it work. I also struggle with it. Thank you very much, Romain Chambe Le mer. 16 févr. 2022 à 09:58, Mark Jeghers a écrit : > Ok I got LS 1.4 running in docker! Very pleased with that. > > However, the

Re: [Savonet-users] scheduling different webstream radio

2022-02-16 Thread Pascal Delbruyere
hi Romain I'm using version 1.3.7 Pascal De : Romain Beauxis Envoyé : mercredi 16 février 2022 18:33 À : savonet-users Objet : Re: [Savonet-users] scheduling different webstream radio Hi! What version of liquidsoap are you using? Romain Le mer. 16 févr.

Re: [Savonet-users] scheduling different webstream radio

2022-02-16 Thread Romain Beauxis
Hi! What version of liquidsoap are you using? Romain Le mer. 16 févr. 2022 à 02:54, Pascal Delbruyere a écrit : > hi all > > > I try « simply » to re-broadcast different web radio depending on time and > day. > > Following is the code I’m using. > > > It works but : > >1. I get error

Re: [Savonet-users] Dockerfile for LS - next question

2022-02-16 Thread Romain Beauxis
Hi all, With liquidsoap 2.0.3, we introduced an operator named `liquidsoap.chroot.make`. This operator copies all the required files from an existing liquidsoap install (don't run it from the source directory!), excluding the dynamic libraries required for the liquidsoap binary. You can use it to