summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Garcia-Dominguez <antonio.garciadominguez@uca.es>2012-04-16 18:07:44 +0200
committerAntonio Garcia-Dominguez <antonio.garciadominguez@uca.es>2012-04-16 18:07:44 +0200
commit76fee1f7baeee9d226c77402b45310caae873ffe (patch)
treeb537023773c6beffbefac1790804880b11211cf1
parent063d0f0a17da74cc175cb25985667f7498815944 (diff)
Produce more debugging output
-rwxr-xr-xprepare-videochat.sh2
1 files changed, 1 insertions, 1 deletions
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 \