]> git.parisson.com Git - telecaster-server.git/commitdiff
fix
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 8 Dec 2014 14:04:54 +0000 (15:04 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 8 Dec 2014 14:04:54 +0000 (15:04 +0100)
conf/home/telecaster/.fluxbox/scripts/tc_video_simple_webm_stream.sh

index 8009e314c4235103a6f8e90ffd8899a862e1359b..26c28b55e3352e85f3188391246d06e9358e5551 100755 (executable)
@@ -14,7 +14,6 @@ v4l2-ctl -d 0 -c power_line_frequency=1 -c zoom_absolute=140
 # ! queue ! videoflip method=rotate-180 \
 
 gst-launch v4l2src device=/dev/video0 ! video/x-raw-rgb, width=$WIDTH, height=$HEIGHT, framerate={30/1}  \
-
        ! queue ! ffmpegcolorspace \
        ! queue ! vp8enc speed=2 threads=4 quality=10.0 max-latency=25 max-keyframe-distance=30 auto-alt-ref-frames=true  ! queue ! muxout. \
        jackaudiosrc connect=2 ! audio/x-raw-float, channels=2 \