Liquidsoap is a tool for controlling the source end of internet radio and video streams. Its scripting is based in Ocaml.
Questions tagged [liquidsoap]
87 questions
1
vote
0 answers
How to install Liquidsoap & Airtime on CentOS 6.5?
That's the question, i already try some tutorials but i don't get any one to works
What repositorys are needed? Is there any repo than i can add than have it to install it directly? Is there any way to avoid using Debian Box?
I wanna keep the server…

user57129
- 309
- 1
- 6
- 17
1
vote
1 answer
Liquidsoap Replay-Gain lowers bass sound-level
I noticed that when using Replay-Gain in liquidsoap in order for all the tracks to be played at roughly the same volume that it adjusts the actual volume levels of the track itself and the bass becomes very flat.
I've been searching for some…

xorinzor
- 6,140
- 10
- 40
- 70
1
vote
0 answers
Liquidsoap - Use PulseAudio With Static Image
I am using liquidsoap to stream audio from my murmur server, as well as a static image, to icecast. However, I can't seem to get liquidsoap to use my JPEG file
Failed to register plugin /usr/lib/frei0r-1/facebl0r.so: Frei0r.Not_a_plugin
Failed to…

Igor
- 548
- 3
- 7
- 24
1
vote
1 answer
Failed when resolving playlist URI in liquidsoap using rss playlist
I've got this an rss xml feed which has mp3's wrapped like this;
I am trying to use this feed as a playlist within Liquidsoap:…

Meggy
- 1,491
- 3
- 28
- 63
1
vote
0 answers
Client Connect/Disconnect Issue - Liquidsoap
Today, I tried to install Liquidsoap on Windows Server.
I installed a Windows Version of Liquidsoap and everything works (reading playlist, mp3s, ...) but I have a problem.
When someone tries to connect to my audio stream, it works but he gets…

Champi Ardon
- 79
- 1
- 2
- 10
0
votes
1 answer
Environment variables don't work in Liquidsoap
I've spent all night trying to get environment variables to take their value in Liquidsoap.
The result they return is always empty.
log("Variable SOURCE_PASSW: " ^ getenv("SOURCE_PASSW"))
log("Variable PASSWORD_DJ: " ^…

Juan
- 195
- 9
0
votes
0 answers
Hardware required for installing liquidsoap and its dependencies with opam
I'm testing a small AWS t2.micro machine, 1vCPU, 1GiB RAM, 10GB GP3 SSD running Ubuntu 22.04 (x64).
I want to know if installing for some dependencies using opam requires more powerful hardware or if there is another problem.
I have already tried…

Juan
- 195
- 9
0
votes
0 answers
icecast server for icecast-metadata-player
I have an icecast2 server running on a vps with a mount point connected to a liquidsoap source.
Everything is fine, i can access my stream from the browser at the address: http://IP:PORT/mount and I can see the Currenty Playing song's name and…
0
votes
0 answers
Liquidsoap not calling function when using switch clause even though a function is being passed
I am trying to use Liquidsoap and adding time announcements to my station.
Every time this code runs, it correctly adds an announcement every hour, but it adds the same file every time e.g. If I run the script at 19:50, it will play 08.mp3 for 20:00…

Oriol Gomez
- 189
- 1
- 14
0
votes
0 answers
Switching on time intervals in liquidsoap
I want to schedule sources based on weekday and time.
What I've working is this
programme = switch([({10h-12h}, source1),
({12h-18h}, source2)])
What I want and tried is this
programme = switch([({(1w-5w) and (10h-12h)},…

branch14
- 1,253
- 11
- 24
0
votes
1 answer
interrupt stream and play single file on certain time (liquidsoap + icecast2)
i have successfully set up liquidsoap with icecast2 and everything is working fine
in my configuration at 12.00 I want to play "minute of silence" and national anthem (they are both combined in single file)
the matter is if song is playing while…

Felix Abdullayev
- 23
- 4
0
votes
1 answer
Icecast and Liquidsoap - No such file or directory
My internet radio doesn't work.
I use Debian 9, Icecast 2.4.2 and Liquidsoap 1.1.1
I started internet radio with commands:
/etc/init.d/icecast2 restart
service liquidsoap restart
I opened address: http://MY_IP:8000/autodj
I got error in browser: 404…

Ikenitenine
- 63
- 2
- 2
- 17
0
votes
1 answer
Liquidsoap with live ALSA audio in Docker not working (Stuttering and buffer underruns)
While simple audio playback in Docker using Liquidsoap's output.alsa(..) is working fine, I cannot get live audio to work. Basically I want to route the analog audio input to the analog audio output, like output.alsa(input.alsa()). Following three…

david
- 2,529
- 1
- 34
- 50
0
votes
1 answer
How to Load Only One Track at a Time in Liquidsoap
I have a MySQL database that stores all my tracks and their associated information. One of the tables in the database is a queue table from which I pull a track for Liquidsoap to play. I am providing those tracks to play with Liquidsoap by using the…

user5919866
- 69
- 1
- 8
0
votes
1 answer
Problem Trying to Process Audio in Liquidsoap with StereoTool
I am attempting to process audio in Liquidsoap using StereoTool, but the following code does not appear to be working. The connection to Icecast never works. It only does if I remove the two lines piping audio to StereoTool.
#!/usr/bin/liquidsoap
#…

user5919866
- 69
- 1
- 8