Excited to have submitted a tech talk proposal to Liquidshop 6. 🤩 For those who don’t know it, it's is the online workshop around #Liquidsoap and related #streaming technologies, with people sharing real-world work on #radio, media streaming and more: https://www.liquidsoap.info/liquidshop/6
Liquidshop — the Liquidsoap workshop

The workshop about Liquidsoap and related technologies.

Liquidshop — the Liquidsoap workshop

Do you know what your #radio station actually plays? The #liquidsoap webhooks said the DJ was live, the metadata agreed but the listeners heard the wrong track bleed through for half a second during a live set.

So I captured the #Icecast stream like a real listener and used #ffmpeg and spectral analysis to test the whole pipeline end to end and fix my #audio pipeline.

Then the audio compressor generated harmonics that broke my tests in an unexpected way.

https://www.attilagyorffy.com/blog/do-you-know-whats-actually-on-air

Do you know what's actually on air?

How to test a Liquidsoap streaming pipeline by recording the Icecast output, fingerprinting each source with a distinct frequency, and using ffmpeg bandpass filters to verify what a listener actually hears.

Attila Györffy

Sometimes all it takes is making something easy for others. Now that #liquidsoap supports configurable build paths, a proper Homebrew formula is within reach — meaning `brew install liquidsoap` could soon be all it takes to get started.

Hopefully this lowers the barrier for anyone curious about setting up their own internet #radio station. 📻

My PR is now merged: https://github.com/savonet/liquidsoap/pull/5045

Make posix build target paths configurable via env vars by attilagyorffy · Pull Request #5045 · savonet/liquidsoap

Summary Packagers (e.g. Homebrew) currently need to patch the source with inreplace to override the hardcoded paths in liquidsoap_paths.posix.ml. For example, the proposed Homebrew formula does: in...

GitHub

Поднимаем интернет-радио на AzuraCast

Интернет-радио никуда не исчезло, оно просто ушло в сеть. В этом руководстве показываем, как за 15 минут поднять собственную радиостанцию на VPS с AzuraCast: загрузить музыку, настроить эфир, подключить домен и получить API для интеграций.

https://habr.com/ru/companies/hostkey/articles/1011424/

#hostkey #AzuraCast #интернетрадио #Docker #Icecast #Liquidsoap #VPS #REST_API #HTTPS #плейлисты

Поднимаем интернет-радио на AzuraCast

Автор: Иван Богданов, Технический писатель  Радио не умерло. Оно просто переехало в интернет и чувствует себя там неплохо. По данным Mediascope, радио слушают около 86% россиян . Причем интернет...

Хабр

A question for the #streaming & #SelfHosting community...

I want to feed an #Icecast instance on a remote VPS from a local #raspberrypi and avoid spending too much on storage and keep my audio library at home.

I could have a machine at home streaming but the internet is not vary reliable...
Instead, I thought about having some sort of cronjob uploading new audio files on the remote server every 3 to 6 hours and letting the remote VPS playing directly from this temp folder?

Any drawback or issue you could think of? Or a better (cheaper and less ressources consuming) ideas for this setup?

#liquidsoap #server #vps #permacomputing #webradio

If you want to use #liquidsoap to build a 24/7 streaming video channel, we've tried to be as open as possible over on #codeberg explaining how we created #TIBtv ...

https://codeberg.org/limebar/TheIndieBeatTelevision

The output can be #Owncast, #Peertube, or any rtmp: target like Twitch (or all at once, you just need the bandwidth and cpu).

TheIndieBeatTelevision

A repo for the LiquidSoap script, directory structure, and other files driving The Indie Beat Television

Codeberg.org
Na super, man kann nichts machen gerade. Wollte gerade mit #Liquidsoap etwas bauen und dann funktioniert @claudeai nicht, die sich mal den Code anschaut um da ggf. den Fehler zu finden. #ClaudeAI

A weekend in camargues with #feminist_sever [tribidou] to install a radio management software for https://radiorageuses.net

Ports are open, vpn set + reverse proxy set, webinterface accessible, backup copied,

Ping us if you have #Libretine + Debian Trixie + docker container experience. Still have some #liquidsoap issues and need to debug.

@merlek

https://streamsafe.cc is back online again after an unattended #ffmpeg upgrade broke the binary package of #liquidsoap, the station's backend. Running on an artisanally hand-compiled #ocaml + liquidsoap stack now. #creativecommons #radio
Streamsafe Radio

This radio station plays stream-safe electronic music.

As I was playing with the #Liquidsoap #docker image (without #podman, though), I was surprised how hard it is (and few documented) to play on the host's #pulseaudio from the #container. So here is the trick : https://mkir.ch/2025-11-18/play-sound-from-container-to-host-pulseaudio.html
Playing on host's pulseaudio from a container