From: Guillaume Pellerin Date: Mon, 8 Dec 2014 14:04:54 +0000 (+0100) Subject: fix X-Git-Tag: 1.0~2^2~4 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4fc580411115c86195489c708379110935abf533;p=telecaster-server.git fix --- diff --git a/conf/home/telecaster/.fluxbox/scripts/tc_video_simple_webm_stream.sh b/conf/home/telecaster/.fluxbox/scripts/tc_video_simple_webm_stream.sh index 8009e31..26c28b5 100755 --- a/conf/home/telecaster/.fluxbox/scripts/tc_video_simple_webm_stream.sh +++ b/conf/home/telecaster/.fluxbox/scripts/tc_video_simple_webm_stream.sh @@ -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 \