From 7c7968c29f583d7d75cd8ed1ba25f33f4e0084e4 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 31 Jan 2024 23:12:53 +0100 Subject: [PATCH] bckgd --- bin/streaming/tc_video_simple_webm_stream-gst1-double.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/streaming/tc_video_simple_webm_stream-gst1-double.sh b/bin/streaming/tc_video_simple_webm_stream-gst1-double.sh index 7f1a8d0..478423b 100755 --- a/bin/streaming/tc_video_simple_webm_stream-gst1-double.sh +++ b/bin/streaming/tc_video_simple_webm_stream-gst1-double.sh @@ -32,7 +32,7 @@ gst-launch-1.0 v4l2src device=/dev/video$VIDEO_ID_1 ! $VIDEO_FORMAT_1, width=$VI ! queue ! muxout. \ webmmux streamable=true name=muxout \ ! queue ! shout2send ip=127.0.0.1 port=8000 password=source2parisson mount=telecaster_live_$VIDEO_ID_1.webm - > /dev/null + > /dev/null & # VIDEO setup @@ -62,5 +62,5 @@ gst-launch-1.0 v4l2src device=/dev/video$VIDEO_ID_2 ! $VIDEO_FORMAT_2, width=$VI ! queue ! muxout. \ webmmux streamable=true name=muxout \ ! queue ! shout2send ip=127.0.0.1 port=8000 password=source2parisson mount=telecaster_live_$VIDEO_ID_2.webm - > /dev/null + > /dev/null & -- 2.39.5