From b437a2968b0c40fdd05d6bccce9f0825209154c3 Mon Sep 17 00:00:00 2001 From: yomguy Date: Tue, 10 Jan 2012 16:55:29 +0100 Subject: [PATCH] fix video start --- .../fluxbox/telecaster/tc_video_simple_webm_stream.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 6656775..d006917 100755 --- a/conf/home/fluxbox/telecaster/tc_video_simple_webm_stream.sh +++ b/conf/home/fluxbox/telecaster/tc_video_simple_webm_stream.sh @@ -10,15 +10,15 @@ HEIGHT=360 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=5 ! queue ! muxout. \ + ! queue ! vp8enc speed=2 threads=2 quality=9.0 ! queue ! muxout. \ jackaudiosrc connect=1 \ - ! queue ! audioconvert ! queue ! vorbisenc quality=3 ! queue ! muxout. \ + ! queue ! audioconvert ! queue ! vorbisenc quality=0.3 ! queue ! muxout. \ webmmux streamable=true name=muxout \ - ! tee name=t ! queue ! tcpserversink host=127.0.0.1 port=9000 \ + ! tee name=t ! queue ! tcpserversink host=127.0.0.1 port=9000 protocol=none \ t. ! queue ! filesink location=/home/telecaster/trash/test.webm \ > /dev/null & -sleep 2 +sleep 4 jack_disconnect system:capture_1 gst-launch-0.10:in_jackaudiosrc0_1 jack_connect jack_rack:out_1 gst-launch-0.10:in_jackaudiosrc0_1 -- 2.39.5