From: yomguy Date: Fri, 20 Jan 2012 14:56:09 +0000 (+0100) Subject: default jack on hw:0, default webcam low res X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=58588e608145257835d3d1d27fdf6d5a1df9d451;p=telecaster-cgi.git default jack on hw:0, default webcam low res --- diff --git a/conf/home/fluxbox/telecaster/tc_video_simple_webm_stream.sh b/conf/home/fluxbox/telecaster/tc_video_simple_webm_stream.sh index 9cb1afb..17bb6ea 100755 --- a/conf/home/fluxbox/telecaster/tc_video_simple_webm_stream.sh +++ b/conf/home/fluxbox/telecaster/tc_video_simple_webm_stream.sh @@ -2,13 +2,12 @@ # Start TeleCaster video channel -WIDTH=640 -HEIGHT=360 +WIDTH=320 +HEIGHT=240 #WIDTH=1024 #HEIGHT=576 gst-launch v4l2src device=/dev/video0 ! video/x-raw-yuv, width=$WIDTH, height=$HEIGHT \ - ! queue ! videoflip method=rotate-180 \ ! queue ! ffmpegcolorspace \ ! queue ! vp8enc speed=2 threads=2 quality=9.0 ! queue ! muxout. \ jackaudiosrc connect=1 \