Re: [Savonet-users] Queue starts twice

2016-04-14 Thread Christo Grozev
Dear Romain, I tried to upgrade to 1.2.0 in order to test if the issue goes away – the problem was that in the OPAM-installed version, some plugins are missing – and I cannot install them. For instance, I use the soundtouch plugin, and I can’t seem to add it via OPAM (the usual install-plugin-

Re: [Savonet-users] running liquidsoap

2016-04-14 Thread Sarah Alawami
Any easy way to install all of the encoders then find a way to build a liquidsoap 1.2.0-full? I'm still struggling with that as I want the same setup in regard to encoders as I never know when a client wants everything Lol!I can't remember what's missing still but none of the dependencies can

Re: [Savonet-users] shoutcast.output error

2016-04-14 Thread Romain Beauxis
Hi, Quickly glancing at the code, it looks like you are using an infallible playlist source but the returned playlist is empty. Romain 2016-04-05 11:22 GMT-05:00 Steffen "TechMac" Pfaffinger < steffen.pfaffin...@musiclovers.fm>: > When i start my script i get following error: >

Re: [Savonet-users] How to connect liquidsoap as a ShoutCast 2 source?

2016-04-14 Thread Romain Beauxis
Hi all, I think you guys point out to a missing feature: our implementation of the SID switch for shoutcast v2 servers does not include metadata I believe. I have created an issue for this here: https://github.com/savonet/liquidsoap/issues/320 Romain 2016-04-06 22:10 GMT-05:00 Alex LaBranche :

Re: [Savonet-users] streaming from a browser on liquidsoap 1.2.0

2016-04-14 Thread Romain Beauxis
Yes, support for the websocket input in input.harbor was only added with this version. 2016-04-10 22:43 GMT-05:00 Alex LaBranche : > does this only work in liquidsoap 1.2.0? > > > On Apr 2, 2016, at 9:05 PM, Robert McAuley wrote: > > This is news to me, thanks for correcting me! Now I have a fu

Re: [Savonet-users] running liquidsoap

2016-04-14 Thread Romain Beauxis
Hey y'all, I think the main problem here is that the opam install does not come with a setup for running liquidsoap as daemon. I have created an issue related to this problem here: https://github.com/savonet/liquidsoap/issues/319 and will think about it now. Romain 2016-04-07 15:14 GMT-05:00 La

Re: [Savonet-users] How to start a new song after switch?

2016-04-14 Thread Romain Beauxis
Hi Pad, There is an operator named fallback.skip that can achieve that. If you need something more specific, you can also looks at its implementation to create your own: def fallback.skip(~input,f) def transition(a,b) = source.skip(a) # This eats the last remaining frame from a sequ

Re: [Savonet-users] Queue starts twice

2016-04-14 Thread Romain Beauxis
Hi Christo, First, I would recommend upgrading to 1.2.0, it's quite likely that your issue may be fixed there. Otherwise or if that does not work, if you can provide some extract from your scripts and logs we could try to investigate further.. Romain 2016-04-13 16:43 GMT-05:00 Christo Grozev :