From: Guillaume Pellerin Date: Sun, 8 Jun 2025 23:31:07 +0000 (+0200) Subject: re-add audio client name X-Git-Tag: 4.1.0~4 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3c0f48904b69ceb238839f081888636260f9b46c;p=telecaster-server.git re-add audio client name --- 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} \