liquidsoap icon indicating copy to clipboard operation
liquidsoap copied to clipboard

Liquidsoap is a statically typed scripting general-purpose language with dedicated operators and backend for all thing media, streaming, file generation, automation, HTTP backend and more.

Results 213 liquidsoap issues
Sort by recently updated
recently updated
newest added

Hi there. We have been running a web radio station for many years. We run our live broadcasts via radio software under windows. Liquidsoap is used as a backup and...

usage

I have a fairly simple setup. I want Liquidsoap to run a pythonscript to get what file to play, then when that song is over, execute the script again and...

usage

Some of them have triggered segfault in the past and they slow down start time in some cases.

enhancement

I'm not sure if this is the right place. But I'll have a go. I am currently setting up a radio station on a raspberry pi using liquidsoap. Most of...

usage

This is missing in the doc at the moment.

enhancement

Doc: https://ffmpeg.org/doxygen/trunk/bsf_8h.html

enhancement

**Is your feature request related to a problem? Please describe.** I would like to be able to define Stream IDs for access control on SRT inputs and outputs. **Describe the...

enhancement

Hello, maybe it's a silly question.. but has liquidsoap Metadata injection for AAC HTTP Livestreaming Output ? If so, how ? I've tried to find a workaround by using on_file_change...

usage

While looking in to ways to send audio from a MCU(ESP8266) to liquidsoap I tried UDP for speed. The liquidsoap line ``` liquidsoap output.prefered(mksafe(input.udp(buffer=1.,host='192.168.1.4',port=8266,'audio/wave'))) ``` results in ``` [udp://192(dot)168(dot)1(dot)4:8266:2] Feeding...

usage

I've been wondering about this recently. I think it would improve the (smart) crossfade in some cases if it was possible to do the RMS level detection based on a...

enhancement