Re: [Savonet-users] [savonet/liquidsoap] Process hangs while decoding (#611)

2018-08-26 Thread Romain Beauxis
Closed #611 via e10e04767c7741b5271967e9dec37b4e8294d8d8. -- 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] is pipe() broken in master? (#607)

2018-08-26 Thread griffon56
Great news ! Just to be complete about the bug and not miss anything in the upcoming fix : I also found out that the audio of the file preceding the audio glitch (= end of previous track) was missing for 0,5sec or so -- You are receiving this because you are subscribed to this thread. Reply

Re: [Savonet-users] [savonet/liquidsoap] pipe operator doesn't read initial WAV header (#614)

2018-08-26 Thread Romain Beauxis
Closed #614 via f9970afe6a89a38924084b1439c65685b6a65062. -- 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] is pipe() broken in master? (#607)

2018-08-26 Thread Romain Beauxis
I'll look at it. However, I'm pretty strict on reading all the data returned by the piping process (which is why it is being stopped on each metadata/track mark) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Savonet-users] [savonet/liquidsoap] pipe operator doesn't read initial WAV header (#614)

2018-08-26 Thread Romain Beauxis
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/savonet/liquidsoap/issues/614-- Check out the vibrant tech community on one of

Re: [Savonet-users] [savonet/liquidsoap] is pipe() broken in master? (#607)

2018-08-26 Thread Romain Beauxis
I found the source of your issue. The process restart is part of the design of `pipe()`. The audio glitches are because I forgot to consume the initial WAV header.. Will push a fix soon. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view

Re: [Savonet-users] [savonet/liquidsoap] Process hangs while decoding (#611)

2018-08-26 Thread Romain Beauxis
I found the issue but it's a tricky one. Will see what I can do. -- 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] Liquidsoap freezes on a complex script (#609)

2018-08-26 Thread Gilou
I'm back on sox for testing... If I only use output.external, it lasted for more than 4 hours which was a first... so I added pipe_metadata from https://gist.github.com/gilou/43133d2619202791e153211471aff6a1#file-functions-liq-L115 but it failed after 10+ hours... Code was: ``` s =

Re: [Savonet-users] [savonet/liquidsoap] How to stream desktop (#613)

2018-08-26 Thread Niall Lindsay
I mean like a direct show device, or anyway to record the desktop -- 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] How to stream desktop (#613)

2018-08-26 Thread Niall Lindsay
@toots Just need to know if this is possible. How do I open an video device on windows. Like i know theres input.pulseaudio etc but what about just for a device name (windows) -- 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] Empty output comes after few minutes of encoding (#339)

2018-08-26 Thread mylselgan
Thanks Toots for taking this issue for To Do list of 1.3.4 release. I am still eagerly waiting for the solution. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: