Re: [Savonet-users] Create a channel with nothing but silence (infallible )

2012-11-16 Thread Romain Beauxis
Hi Alexander, 2012/11/15 Alexander Dal Farra : > We are having a request from a customer that needs a completely silent > streaming-channel, only interrupted by announcments every now and then. I am > planning to creat an infallible.liq instance for this and I am looking for a > CPU friendly way t

Re: [Savonet-users] Gentoo pro-audio ebuild compile errors

2012-11-16 Thread Romain Beauxis
Hi! 2012/11/15 Audiodef Online : > I've finally gotten around to trying to compile liquidsoap, from the > Gentoo ebuild in the pro-audio overlay, on my production server. It > failed like so: > > OCAMLOPT -c tools/sdl_utils.ml > File "tools/sdl_utils.ml", line 54, characters 14-25: > Error: Unboun

Re: [Savonet-users] Create a channel with nothing but silence (infallible )

2012-11-16 Thread Romain Beauxis
Hi, 2012/11/16 Alexander Dal Farra : >>Creating a blank source which relays another source immediately when > available, however, is quite easy: you only have to use the mksafe() >>operator. For instance, if s if a source that will be available > sometimes, you can do: >># Wrap s with mksafe() to

Re: [Savonet-users] Create a channel with nothing but silence (infallible )

2012-11-16 Thread Alexander Dal Farra
>Creating a blank source which relays another source immediately when available, however, is quite easy: you only have to use the mksafe() >operator. For instance, if s if a source that will be available sometimes, you can do: ># Wrap s with mksafe() to output blank (silence) when it is not availab

Re: [Savonet-users] Create a channel with nothing but silence (infallible )

2012-11-16 Thread Alexander Dal Farra
Salut Romain >You don't need fallible=true here. Since you are wrapping the source in mksafe, it will always be available. Right. Thanks for that clarification! >For instance, if you want a source to which you'd push a file from time to time, you can do: >s = request.queue(id="spare_source") We

Re: [Savonet-users] Gentoo pro-audio ebuild compile errors

2012-11-16 Thread Audiodef Online
Hi Romain, I seem to have found an older thread with this same problem. Indeed there doesn't seem to be a disable-sdl option, so I ended up configuring liquidsoap with truetype, sdl and graphics. I mean, what the hey, I just want it to work and those options don't really take up extra space. :-