summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Garcia-Dominguez <nyoescape@gmail.com>2013-08-06 18:42:14 +0200
committerAntonio Garcia-Dominguez <nyoescape@gmail.com>2013-08-06 18:42:14 +0200
commitfa6a63a344f3c1dc78d427d1a7eb4d506983083a (patch)
treeb414b9f3def33995f0e0d7c2561fd14af78a2d04
parentf8b6131f9e9577d006cea4d52618f02538af99f1 (diff)
more troubleshooting tips
-rwxr-xr-xprepare-videochat.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/prepare-videochat.sh b/prepare-videochat.sh
index ddea822..fa38adc 100755
--- a/prepare-videochat.sh
+++ b/prepare-videochat.sh
@@ -47,6 +47,13 @@
# like a TV test card. Otherwise, there's an issue in your v4l2loopback
# installation that you should address before using this script.
#
+# MORE TROUBLESHOOTING: to make sure video works for you (except for
+# v4l2loopback and your video conference software), try this pipeline:
+#
+# souphttpsrc location="http://$IP:$PORT/videofeed" \
+# do-timestamp=true is-live=true \
+# ! multipartdemux ! jpegdec ! ffmpegcolorspace ! ximagesink
+#
# Last tested with:
# - souphttpsrc version 0.10.31
# - v4l2sink version 0.10.31