From 3428c00ff213d7d06a15b5b04bb0efd80df55aea Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 6 Oct 2024 16:01:18 +0200 Subject: [PATCH] indent --- tests/pipewire/tc_pw_video.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/pipewire/tc_pw_video.sh b/tests/pipewire/tc_pw_video.sh index 1ac5fb8..94c19f9 100755 --- a/tests/pipewire/tc_pw_video.sh +++ b/tests/pipewire/tc_pw_video.sh @@ -7,10 +7,10 @@ set -e source /etc/telecaster/telecaster.conf gst-launch-1.0 pipewiresrc client-name="video_streaming" \ - ! queue ! $VIDEO_DECODER \ - ! queue ! videoconvert \ - ! queue ! vp8enc threads=4 deadline=2 target-bitrate=2000000 \ - ! queue ! muxout. \ + ! queue ! $VIDEO_DECODER \ + ! queue ! videoconvert \ + ! queue ! vp8enc threads=4 deadline=2 target-bitrate=2000000 \ + ! queue ! muxout. \ pipewiresrc client-name="video_streaming" ! audio/x-raw, format=F32LE, channels=$AUDIO_CHANNELS \ ! queue ! audioconvert \ ! queue ! audiocheblimit mode=high-pass cutoff=120 poles=4 \ @@ -18,9 +18,9 @@ gst-launch-1.0 pipewiresrc client-name="video_streaming" \ ! queue ! audiodynamic characteristics=soft-knee mode=compressor threshold=0.125 ratio=0.125 \ ! queue ! volume volume=$AUDIO_GAIN_POST \ ! queue ! audiodynamic characteristics=hard-knee mode=compressor threshold=0.95 ratio=0.001 \ - ! queue ! audioconvert \ - ! queue ! opusenc bitrate=$AUDIO_OPUS_BITRATE \ - ! queue ! muxout. \ + ! queue ! audioconvert \ + ! queue ! opusenc bitrate=$AUDIO_OPUS_BITRATE \ + ! queue ! muxout. \ webmmux streamable=true name=muxout \ - ! queue ! shout2send ip=127.0.0.1 port=8000 password=source2parisson mount=telecaster_live.webm + ! queue ! shout2send ip=127.0.0.1 port=8000 password=source2parisson mount=telecaster_live.webm -- 2.39.5