[Savonet-users] pipe() breaking up with switch() ?

2018-07-17 Thread Gilou
Hi there! I wanted to replace a "complicated" setup using named pipes and metadata passthrough with the "new" pipe() operator, but it craps out if I put it next to a switch(). I'm using the well-known StereoTools from https://www.stereotool.com/download/stereo_tool_cmd (version 9.01) with liq

Re: [Savonet-users] [savonet/liquidsoap] GStreamer-CRITICAL **: gst_poll_write_control: assertion 'set != NULL' failed (#580)

2018-07-17 Thread Geoff King
This error ties in with the previous report #579 and most likely #578. The reported error above is related to too many files open, which is also TCP Error 24 in report #579. I believe this is erroneously marked as 'can't reproduce' and should be marked as 'Insufficient Information'. What

Re: [Savonet-users] [savonet/liquidsoap] Could not find the .cmi file for interface tools/rqueue.mli (compile/source) (#576)

2018-07-17 Thread Romain Beauxis
Hi, Sorry that you're having troubles. We always and strongly recommend using `opam` but let's try to debug your issue. What steps have you followed when installing from source? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [Savonet-users] [savonet/liquidsoap] Unable to decode (#578)

2018-07-17 Thread Romain Beauxis
Hi, What is the format of your video? Liquidsoap is expecting a video file with one video track and one stereo audio track. You should try: ``` ffprobe /home/video1.mp4 ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] [URGENT] ERROR: RTMP_Connect0, failed to create socket. Error: 24 (#579)

2018-07-17 Thread Romain Beauxis
Hi, Could you share more details: - Liquidsoap version and how you installed it - Script extract - Log extract Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] GStreamer-CRITICAL **: gst_poll_write_control: assertion 'set != NULL' failed (#580)

2018-07-17 Thread Romain Beauxis
Hi, Could you share more details: - Liquidsoap version and how you installed it - Script extract - Log extract Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] problem with single image

2018-07-17 Thread Romain Beauxis
Hi, You should try to install the `sdl` support. See for instance: https://github.com/savonet/liquidsoap/issues/575 Romain 2018-07-14 21:55 GMT+02:00 Per Gunnarsson via Savonet-users < savonet-users@lists.sourceforge.net>: > Hello! > > I am trying to mix an audio file and a image file and

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-17 Thread Romain Beauxis
Hi @Niall7459, Couple of additional questions: - How did you install liquidsoap? If through opam or compiled yourself, what version of the OCaml compiler are you using? - Are you in a position to deploy a test script and try to remove some of the operators? Half a day seems short enough to do