from copy import deepcopy
-VIDEO_PIPELINE_BASE="""{video_source} {video_options}\
+VIDEO_PIPELINE_BASE="""{video_source} {video_options} client-name="video_streaming_{id}" \
! {format}, width={width}, height={height}, framerate={framerate}/1 \
! queue ! {decoder} \
! queue ! videoflip method={flip} \
! queue ! shout2send ip={ip} port={port} password={password} mount=telecaster_live_{id}.webm
"""
-AUDIO_PIPELINE_BASE="""{audio_source} {audio_options} ! audio/x-raw, format=F32LE, channels={channels} \
+AUDIO_PIPELINE_BASE="""{audio_source} {audio_options} client-name="audio_streaming" ! audio/x-raw, format=F32LE, channels={channels} \
! queue ! audiocheblimit mode=high-pass cutoff=120 poles=4 \
! queue ! volume volume={gain_pre} \
! queue ! audiodynamic characteristics=soft-knee mode=compressor threshold=0.125 ratio=0.125 \