Re: [Savonet-users] New features in liquidsoap

2016-05-31 Thread Romain Beauxis
It should be fairly easy to use, for instance: s = pipe(process="ffmpeg -i - -f wav -af aecho -", s) process command should be able to receive WAV data on its standard input and output WAV data on its standard output. liquidsoap -h pipe will give you all the parameters and their documentation. I

Re: [Savonet-users] New features in liquidsoap

2016-05-31 Thread Romain Beauxis
Thanks Gilou! 2016-05-30 10:14 GMT+02:00 Gilou : > Le 25/05/2016 19:17, Romain Beauxis a écrit : > > Hi all, > > > > We have just committed a couple of new stuff in liquidsoap, namely: > > * Support for https connections in icecast > > * pipe operator to pass audio data through any binary of your

Re: [Savonet-users] New features in liquidsoap

2016-05-30 Thread Gilou
Le 25/05/2016 19:17, Romain Beauxis a écrit : > Hi all, > > We have just committed a couple of new stuff in liquidsoap, namely: > * Support for https connections in icecast > * pipe operator to pass audio data through any binary of your choice. > > Also, all the code for external processes (%exte

Re: [Savonet-users] New features in liquidsoap

2016-05-29 Thread tTh
On 05/25/2016 07:17 PM, Romain Beauxis a dit: > * pipe operator to pass audio data through any binary of your choice. Is there any documentation about this feature ? -- -- http://weblog.mixart-myrys.org/?

Re: [Savonet-users] New features in liquidsoap

2016-05-25 Thread Mark Jeghers
How I wish I could get that kind of packaging on CentOS 6… From: Romain Beauxis [mailto:to...@rastageeks.org] Sent: Wednesday, May 25, 2016 11:52 AM To: savonet-users Subject: Re: [Savonet-users] New features in liquidsoap The best way would be, I believe, to fill a bug against the liquidsoap

Re: [Savonet-users] New features in liquidsoap

2016-05-25 Thread Sarah Alawami
Well, I'm just a lowly beginner at linux. Lol! But hopefully someone braver then I can take on the task. Blessings and happy Wednesday > On May 25, 2016, at 11:51 AM, Romain Beauxis wrote: > > The best way would be, I believe, to fill a bug against the liquidsoap > package requesting an updat

Re: [Savonet-users] New features in liquidsoap

2016-05-25 Thread Romain Beauxis
The best way would be, I believe, to fill a bug against the liquidsoap package requesting an update to the latest version. Reporting bugs is documented there: https://www.debian.org/Bugs/Reporting Also, you may want to contact directly the Debian Ocaml Maintainers at this address: debian-ocaml-ma.

Re: [Savonet-users] New features in liquidsoap

2016-05-25 Thread Sarah Alawami
Do you have have a link where those of us with the knowledge can contact Debian t see if someone can convert that liquidsoap to the debian apt-get repository? I would but I have to work and teach and stuff. Lol! Blessings and happy Wednesday > On May 25, 2016, at 10:30 AM, Romain Beauxis wrote

Re: [Savonet-users] New features in liquidsoap

2016-05-25 Thread Romain Beauxis
Hi George, 2016-05-25 12:21 GMT-05:00 durduva...@gmail.com : > Great to hear about the SSL connectivity with Icecast ! > Can this next release make it to the debian jessie repos ? Unfortunately, we are not active anymore with the debian packaging. Stable debian releases usually do not update thei

Re: [Savonet-users] New features in liquidsoap

2016-05-25 Thread durduva...@gmail.com
Hey Romain ! Great to hear about the SSL connectivity with Icecast ! Can this next release make it to the debian jessie repos ? have a great summer ! George On 05/25/2016 08:17 PM, Romain Beauxis wrote: Hi all, We have just committed a couple of new stuff in liquidsoap, namely: * Support for

[Savonet-users] New features in liquidsoap

2016-05-25 Thread Romain Beauxis
Hi all, We have just committed a couple of new stuff in liquidsoap, namely: * Support for https connections in icecast * pipe operator to pass audio data through any binary of your choice. Also, all the code for external processes (%external encoding, external decoder, input.external) has been du