Skip to content

Instantly share code, notes, and snippets.

View wegGehamstert's full-sized avatar
🏠
Working from home

Niklas H. wegGehamstert

🏠
Working from home
View GitHub Profile
@wegGehamstert
wegGehamstert / video_stream.liq
Last active November 19, 2023 10:00 — forked from BusterNeece/video_stream.liq
Liquidsoap 2.1 Video Stream to Twitch with HLS
# This Script got edited by Niklas. This only works with twitch. For Youtube, use the official Script from Buster Neece. In the 2.1 Script from Buster was a error, that the title didn't automaticly updated.
# This is now fixed. I even added the option to change the color of the text
#
# 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.