-
`systemctl status` seems not completely happy about the Liquidsoap daemonization :
```
Dec 10 22:00:58 liquidsoap systemd[1079]: rcg_soap.service: Supervising process 14459 which is not our child. W…
-
I am using Liquidsoap 1.4.3 (installed with OPAM) on my Ubuntu 18.04 webserver to receive a livestream and provide it to my Icecast2-Server. I am starting Liquidsoap as a service (systemd) and it work…
-
```
Hi !
For our project (liquidsoap), we have tested ocaml-bitstring, and we find
it really really good !
However, in order to use it in our project, we would like to be able to
treat streamed…
-
```
Hi !
For our project (liquidsoap), we have tested ocaml-bitstring, and we find
it really really good !
However, in order to use it in our project, we would like to be able to
treat streamed…
-
Hello,
I'm currently trying to update metadata as described in the documentation.
I passed the following url :
```
http://10.118.0.241:8000/admin/metadata?mount=/dir/mymount.mp3&mode=updinfo&song='…
Smana updated
10 years ago
-
### Installation Method
Docker Installation
### AzuraCast Release Channel
Rolling Release Channel
### Current AzuraCast Version
v0.20.2 Stable • Docker • PHP 8.3
### What happened?
Probably th…
-
Hi!
Thanks for the work on this, it's fantastic!
I'm writing a grammar for [liquidsoap](https://github.com/savonet/liquidsoap) and I need to implement an external scanner that matches variable n…
toots updated
6 months ago
-
### Describe the bug
- Webstreams does not support https icecast links, only http links. This might be related to https://github.com/libretime/libretime/issues/763 however that issues is about stre…
-
**Describe the bug**
`smooth_add` triggers `on_track` event only once - at startup.
So I can't monitor metadata changes without this event.
Also it seems this operator has no information about trac…
-
I am trying to use the (deprecated) `drop_audio`.
The script
```
s = video.color(0xff0000)
s = add([s,s])
s = drop_audio(s)
output.sdl(s)
```
results in
```
At ./bug.liq, line 4, char 11:
…