]> git.parisson.com Git - telecaster-server.git/commitdiff
indent
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Sun, 6 Oct 2024 14:01:18 +0000 (16:01 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 12 Mar 2025 15:09:08 +0000 (16:09 +0100)
tests/pipewire/tc_pw_video.sh

index 1ac5fb8089552fc9f2153001a1a0eae979cf8f9a..94c19f9d22d036cfaf5601a9c5af8cc9c4aee2a9 100755 (executable)
@@ -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