]> git.parisson.com Git - telecaster-server.git/commitdiff
re-add audio client name
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Sun, 8 Jun 2025 23:31:07 +0000 (01:31 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Sun, 8 Jun 2025 23:31:07 +0000 (01:31 +0200)
bin/streaming/telecaster.py

index 25b4f6b5f3f3b799fddb1a9cf2b89f74393b2e10..6e90017dda5a2b6cb622674954f775c7291e73e0 100755 (executable)
@@ -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} \