]> git.parisson.com Git - telecaster-server.git/commitdiff
bckgd
authorGuillaume Pellerin <guillaume.pellerin@free.fr>
Wed, 31 Jan 2024 22:12:53 +0000 (23:12 +0100)
committerGuillaume Pellerin <guillaume.pellerin@free.fr>
Wed, 31 Jan 2024 22:12:53 +0000 (23:12 +0100)
bin/streaming/tc_video_simple_webm_stream-gst1-double.sh

index 7f1a8d08f390796b0ac9c537e958ffba10b752d5..478423b01e9e96007533b68a0570f312a7308634 100755 (executable)
@@ -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 &