From c8f08b64956bd14022479b674490a18648ab8caa Mon Sep 17 00:00:00 2001 From: Antonio Garcia-Dominguez Date: Fri, 27 Jan 2012 11:08:28 +0100 Subject: Switch from YUY2 to YV12 for ffmpegcolorspace in order to support Ubuntu 11.04 again --- prepare-videochat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare-videochat.sh b/prepare-videochat.sh index 3d94c2e..4644853 100755 --- a/prepare-videochat.sh +++ b/prepare-videochat.sh @@ -190,7 +190,7 @@ set +e info "Using IP Webcam as webcam/microphone. You can now open your videochat app." "$GSTLAUNCH" -v \ souphttpsrc location="http://$IP:$PORT/videofeed" do-timestamp=true is_live=true \ - ! multipartdemux ! jpegdec ! ffmpegcolorspace ! "video/x-raw-yuv, format=(fourcc){YUY2}" ! videoflip method="$FLIP_METHOD" ! v4l2sink device=/dev/video0 \ + ! multipartdemux ! jpegdec ! ffmpegcolorspace ! "video/x-raw-yuv, format=(fourcc){YV12}" ! videoflip method="$FLIP_METHOD" ! v4l2sink device=/dev/video0 \ souphttpsrc location="http://$IP:$PORT/audio.wav" do-timestamp=true is_live=true \ ! wavparse ! audioconvert ! volume volume=3 ! rglimiter ! pulsesink device=null sync=false \ 2>&1 | tee feed.log -- cgit v1.2.3