]> git.parisson.com Git - telecaster-server.git/commitdiff
add queue for tcp
authoryomguy <yomguy@parisson.com>
Sat, 7 Jun 2014 22:51:36 +0000 (00:51 +0200)
committeryomguy <yomguy@parisson.com>
Sat, 7 Jun 2014 22:51:36 +0000 (00:51 +0200)
tcserver/conf/usr/local/share/telecaster/scripts/tc_video_simple_webm_stream.sh

index 02543fbe29c99cd69a62cea2d662a18a2fc35571..8b10fe3bca6a5086271512e0d8a33c268c716d24 100755 (executable)
@@ -18,5 +18,5 @@ gst-launch v4l2src device=/dev/video0 ! video/x-raw-rgb, width=$WIDTH, height=$H
        jackaudiosrc connect=2 ! audio/x-raw-float, channels=2 \
        ! queue ! audioconvert ! queue ! vorbisenc quality=0.4 ! queue ! muxout.  \
        webmmux streamable=true name=muxout \
-       ! tcpserversink host=127.0.0.1 port=9000 protocol=none blocksize=65536 sync-method=1 \
+       ! queue ! tcpserversink host=127.0.0.1 port=9000 protocol=none blocksize=65536 sync-method=1 \
        > /dev/null