Skip to content

Instantly share code, notes, and snippets.

View allancmello's full-sized avatar
💭
Working...

Alan Claudio Melo allancmello

💭
Working...
View GitHub Profile
@allancmello
allancmello / video_stream.liq
Created April 29, 2024 10:43 — forked from BusterNeece/video_stream.liq
Liquidsoap 2.1 Video Stream with HLS
# What is This Script?
# This script allows you to broadcast your AzuraCast radio signal to a remote video stream, using a
# static video file that loops in the background and dynamically writing the currently playing track
# on top of that video file.
#
# This script replaces the previous "radio-video-stream" project, allowing you to manage files directly from
# within AzuraCast and not requiring any changes to your Docker configuration at all.
#
# To use this script, you must be running at least AzuraCast 0.19.0 or a later Rolling Release version.
#