From 3c0f48904b69ceb238839f081888636260f9b46c Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 9 Jun 2025 01:31:07 +0200 Subject: [PATCH] re-add audio client name --- bin/streaming/telecaster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/streaming/telecaster.py b/bin/streaming/telecaster.py index 25b4f6b..6e90017 100755 --- a/bin/streaming/telecaster.py +++ b/bin/streaming/telecaster.py @@ -30,7 +30,7 @@ VIDEO_PIPELINE_BASE="""{video_source} {video_options} \ ! queue ! shout2send ip={ip} port={port} password={password} mount=telecaster_live_{id}.webm > /dev/null """ -AUDIO_PIPELINE_BASE="""{audio_source} {audio_options} \ +AUDIO_PIPELINE_BASE="""{audio_source} {audio_options} client-name="mp3_streaming_audio" \ ! audio/x-raw, format=F32LE, channels={channels} \ ! queue ! audiocheblimit mode=high-pass cutoff=120 poles=4 \ ! queue ! volume volume={gain_pre} \ -- 2.39.5