Re: [Savonet-users] [savonet/liquidsoap] [Question/Need help] exit function (#763)

2019-05-04 Thread Daniel Alexandre Cerqueira Santos
@toots yes, the source is created by receiving one `.m3u8` URL from `youtube-dl`. Can you help me improve this function in case the source cannot be created? If not, what would I need to do? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or vie

Re: [Savonet-users] [savonet/liquidsoap] Gstreamer.hls keeps trying Forbidden HTTP status URLs (#762)

2019-05-04 Thread Daniel Alexandre Cerqueira Santos
@toots I have tried using ``` s = single("youtube-dl:") ``` but it doesn't work. I seems that `youtube-dl:` cannot handle live youtube streams. So, if HLS is the wrong approach, what would be the approach to take to handle with youtube live stream? -- You are receiving this because you are subs

Re: [Savonet-users] [savonet/liquidsoap] Liquidsoap general error - pulseaudio (#764)

2019-05-04 Thread Daniel Alexandre Cerqueira Santos
I have tried adding my liquidsoap user to audio, pulse, pulse-access groups, rebooted and still got this error on my Manjaro Linux Deepin. But I can broadcast to icecast. It would be nice to fix `out()` (to use it in my tests) but broadcasting to icecast is all that I need. -- You are receivin

Re: [Savonet-users] [savonet/liquidsoap] Distortion in ALL Opus streams (#759)

2019-05-04 Thread ivellios1988
Great! Can't wait for the update :) -- 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/759#issuecomment-489369786___ Savonet-users mailing

Re: [Savonet-users] [savonet/liquidsoap] Distortion in ALL Opus streams (#759)

2019-05-04 Thread Romain Beauxis
Closed #759. -- 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/759#event-2319258474___ Savonet-users mailing list Savonet-users@lists.sour

Re: [Savonet-users] [savonet/liquidsoap] Distortion in ALL Opus streams (#759)

2019-05-04 Thread Romain Beauxis
Very happy to hear that! -- 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/759#issuecomment-489367294___ Savonet-users mailing list Savone

[Savonet-users] [savonet/liquidsoap] `compress` RMS default value (#765)

2019-05-04 Thread Yamakaky
`compress` has a default RMS window size of 100ms. Every tutorial I see uses a window size of a few ms. Is there a reason why the default value is so high? Would lowering it impact performances? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

Re: [Savonet-users] [savonet/liquidsoap] Add youtube live streaming. (#498)

2019-05-04 Thread ivellios1988
Actually there's a relatively easy solution that allows to rebroadcast our radio to YouTube. 1) You need a VPS with access to GPU or iGPU (a graphic unit integrated in the processor) 2) On your VPS, you install Ubuntu Server 3) Then you need to install a bunch of packages that will turn Ubuntu

Re: [Savonet-users] [savonet/liquidsoap] Distortion in ALL Opus streams (#759)

2019-05-04 Thread SlvrEagle23
@toots Myself and @Vaalyn played with things a little further and realized that when we originally included `libsamplerate` we didn't also include the corresponding OCaml connector for it. Once that was included as well, it appears the issue has gone away. As soon as we can, we'll get updated Do

Re: [Savonet-users] [savonet/liquidsoap] Liquidsoap general error - pulseaudio (#764)

2019-05-04 Thread Nicholas Vrtis
Not sure which user you are running Liquidsoap under. But that user should be a member of the pusleaudio group. Not sure if you need to add them to the audio group or not with pulse. Nick On Sat, May 4, 2019 at 10:39 AM Daniel Alexandre Cerqueira Santos < notificati...@github.com> wrote: > *De

Re: [Savonet-users] [savonet/liquidsoap] Distortion in ALL Opus streams (#759)

2019-05-04 Thread Romain Beauxis
Hi @SlvrEagle23! I wouldn't recommend doing exactly the same as the `full` image as this image is intended to have every single optional module enabled.. I do believe, however, that `libsamplerate` is the solution to this issue. -- You are receiving this because you are subscribed to this threa

[Savonet-users] [savonet/liquidsoap] Liquidsoap general error - pulseaudio (#764)

2019-05-04 Thread Daniel Alexandre Cerqueira Santos
**Describe the bug** Can't hear sound [pulseaudio] and script exits with error. **To Reproduce** ``` liquidsoap 'out(playlist("playlist.m3u"))' ``` **Output** ``` 2019/05/04 15:32:46 >>> LOG START 2019/05/04 15:32:46 [main:3] Liquidsoap 1.3.7 2019/05/04 15:32:46 [main:3] Using: bytes=[distributed

Re: [Savonet-users] [savonet/liquidsoap] Add a reload command (#49)

2019-05-04 Thread mylselgan
Hi, I want to restart the whole script if the main source failed and mksafe called or static emergency single called could you please give me any example here -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.c

Re: [Savonet-users] [savonet/liquidsoap] Distortion in ALL Opus streams (#759)

2019-05-04 Thread SlvrEagle23
@toots Never mind, I found it: https://github.com/savonet/liquidsoap-full/blob/master/docker/Dockerfile.full We won't be able to update anything today on account of the Docker Hub going "read-only" all day to deal with their little security incident from earlier, but we'll dig into it and do a

Re: [Savonet-users] [savonet/liquidsoap] Distortion in ALL Opus streams (#759)

2019-05-04 Thread SlvrEagle23
@toots Hello! Other AzuraCast dev here. You already have my contact information but I just wanted to drop in and note I'm keeping an eye on this issue as well. Thank you for helping us work out this issue. Is the source `Dockerfile` for the `savonet/liquidsoap-full` image available anywhere tha

[Savonet-users] time-based switch with open end time

2019-05-04 Thread electricpeople
Hi, I have a very functional setup with liquidsoap that I am very happy with but I have a question about a time-based switch I have implemented with playlist.once. I'm sure that my use of playlist.once is legitimate. - It reads tracks from a txt file in sequence. - The playlist is a top 30 coun