From 76fee1f7baeee9d226c77402b45310caae873ffe Mon Sep 17 00:00:00 2001 From: Antonio Garcia-Dominguez Date: Mon, 16 Apr 2012 18:07:44 +0200 Subject: Produce more debugging output --- prepare-videochat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare-videochat.sh b/prepare-videochat.sh index bd6db84..a7b5420 100755 --- a/prepare-videochat.sh +++ b/prepare-videochat.sh @@ -194,7 +194,7 @@ fi # Start the GStreamer graph needed to grab the video and audio set +e info "Using IP Webcam as webcam/microphone. You can now open your videochat app." -"$GSTLAUNCH" -v \ +"$GSTLAUNCH" -evt --gst-plugin-spew \ souphttpsrc location="http://$IP:$PORT/videofeed" do-timestamp=true is_live=true \ ! multipartdemux ! jpegdec ! ffmpegcolorspace ! "video/x-raw-yuv, format=(fourcc){YV12}" ! videoflip method="$FLIP_METHOD" ! v4l2sink device="$DEVICE" \ souphttpsrc location="http://$IP:$PORT/audio.wav" do-timestamp=true is_live=true \ -- cgit v1.2.3