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
0
votes
0 answers
How to broadcast the audio of a web page to an Icecast server?
I'd like to broadcast the audio provided by a web page which, in my case, contains YouTube videos synced with all the other people on this page at the same time.
I'd like to do that with a Debian 8 server without any graphical interface or sound…

Bokopi
- 1
- 2
0
votes
1 answer
Liquidsoap + gstream with restream
I try to restream my channel to another one with liquidsoap and gstream. I want do that becouse of fallback and use another source if first one it's not used. I got:
set("frame.video.width", 1920)
set("frame.video.height",…

Dominik Traskowski
- 1,109
- 1
- 7
- 11
0
votes
1 answer
Liquidsoap, how to pause?
How do I pause and play from the previous location in Liquidsoap?
I enabled the telnet port with:
set("server.telnet", true)
set("server.telnet.port", 1234)
When I connect to the instance I can't find any commands that allows me to pause the…

danielz
- 1,767
- 14
- 20
0
votes
0 answers
Compiling liquidsoap 1.1.1 on debian jessie
I am trying to compile liquidsoap latest version (1.1.1) on debian latest version (jessy).
I have installed the full package. While running make I get the below error related to shine:
I have already tried compiling shine API1 and API3 as…

techexpert
- 1
- 1
0
votes
1 answer
Liquidsoap + mpeg4 audio how?
How to create an audio stream using mpeg4 liquidsoap + icecast?
We do not want to use a third-party utility such as ffmpeg, can we do it only on liquidsoap?
Thank you!

Denis Pro
- 3
- 2
0
votes
2 answers
How to optimize liquidsoap?
I want to relay ~40 radio with Icecast and transcode them to 3 bitrates(32,64,128)
Relay all radio and transcoding them to 32 bitrate working good, but on 64, 128 doesn't work
Liquidsoap logs:
2015/07/24 11:36:56 [:3] Buffer overrun: Dropping…

Suleiman
- 1,003
- 2
- 15
- 29
0
votes
2 answers
Liquidsoap tag encoding
Good afternoon.
I have a problem with Liquidsoap. It sends cyrillic metadata to Icecast like:
Ария - Штиль
Please help me how I can change this encoding?
Best Regards,
Danila.

KovMus
- 31
- 8
0
votes
0 answers
Silence in liquidsoap audio stream on Windows Server (Hyper-V)
I have this liquidsoap script thath streaming an audio to icecast server
out = output.icecast(
host = "127.0.0.1",
port = 8000,
user = "dj",
password = "test",
name = "Test name",
encoding = "UTF-8"
)
wd = "C:/Users/Administrator/Desktop"
pl =…

k.makarov
- 854
- 1
- 12
- 28
0
votes
1 answer
Multiple sound card output under Windows with Liquidsoap
Is it possible to output to multiple sound cards under Windows?
It seems that portaudio is the only way to play back through a sound card with Windows, but portaudio offers no mechanism for choosing which device to output to. Even if it did, it…

Brad
- 159,648
- 54
- 349
- 530
-1
votes
1 answer
How to handle 20k concurrent listeners on an Icecast server
I want to know how to handle more than 20k listeners concurrently on an Icecast server. I am using liquidsoap as the audio stream generator (Only one audio stream is distributed through the Icecast server ). The server is configured on AWS. Further,…

Dasith U Edirisinghe
- 41
- 4
-1
votes
1 answer
liquid soap backup playlist
I am using liquidspoap for a community radio station. when silence is detected, liquidsoap starts playing a playlist.
My issue is that, if liquid soap detects silence then it starts the backup pls, then goes back to normal once sound comes back,…

Ossama
- 2,401
- 7
- 46
- 83
-3
votes
1 answer
Liquidsoap Load Track Returned by Python Script
I have a python script that makes a database call to get a music track. The script returns the path of that music file. How can I get Liquidsoap to call the python script and load the music file that the script returns?
I also need to know date/time…

user5919866
- 69
- 1
- 8