From: Guillaume Pellerin Date: Wed, 31 Jan 2024 22:12:53 +0000 (+0100) Subject: bckgd X-Git-Tag: 3.0~29 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7c7968c29f583d7d75cd8ed1ba25f33f4e0084e4;p=telecaster-server.git bckgd --- 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 &