[Savonet-users] [savonet/liquidsoap] Trying to get harbor username and timestamp for dump filename (#661)

2018-11-17 Thread PB-SF
I set up a liquidsoap script for our radio station. Most things work really fine. We use a input.harbor with authentication for our moderators #Moderatoren Authentifizierung def harbor_auth(port,user,password) = (port == 8080 and user == "user1" and password == "pass1") or

[Savonet-users] [savonet/liquidsoap] Please learn me why add ssl sertificates to harbor.output.ssl (#660)

2018-11-17 Thread MisTERR0000
My site works on https Protocol. But the stream plays on https. explain how to create a link to play a stream over https. My config: `output.harbor.ssl( %mp3(bitrate=128), port = 8000, encoding = "UTF-8", mount = "live", radio)` -- You are receiving this because you are

Re: [Savonet-users] source mixing

2018-11-17 Thread Romain Beauxis
Hey there! Le sam. 17 nov. 2018 à 09:35, Bernhard Schmidt a écrit : > I'm trying to use liquidsoap for merging multiple input files into a > single stream, which then goes out to icecast. This raises a couple of > questions: (hope you don't mind I list them here all at once) Of course not! >

[Savonet-users] source mixing

2018-11-17 Thread Bernhard Schmidt
Hi, I'm trying to use liquidsoap for merging multiple input files into a single stream, which then goes out to icecast. This raises a couple of questions: (hope you don't mind I list them here all at once) 1) So far mixing/merging seems to work with add(), although I'm not sure if this is

Re: [Savonet-users] [savonet/liquidsoap] [Suggestion] RTMP Input / Server (#634)

2018-11-17 Thread Romain Beauxis
@smimram is right but it would also be nice to have native capacities in that department. Do y'all know if a good open source library? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: