diff options
author | Laptander <dev-laptander@yandex.ru> | 2016-06-19 14:07:50 +0300 |
---|---|---|
committer | Laptander <dev-laptander@yandex.ru> | 2016-06-19 14:07:50 +0300 |
commit | b2e8dca73be9b59e3461455ffe3e586f43a620cb (patch) | |
tree | f59f5b7f7866d0772cea90a5c370be8679fb1fff /prepare-videochat.sh | |
parent | c44d2c7d3695350a0d89fbff50114b4f5e8ed965 (diff) |
add troubleshooting for Arch Linux
Diffstat (limited to 'prepare-videochat.sh')
-rw-r--r-- | prepare-videochat.sh | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/prepare-videochat.sh b/prepare-videochat.sh index 9a057d9..51013d4 100644 --- a/prepare-videochat.sh +++ b/prepare-videochat.sh @@ -32,7 +32,7 @@ # INSTALLATION # # In Arch Linux -# install ipwebcam-gst package from AUR +# install ipwebcam-gst-git package from AUR # # TROUBLESHOOTING # @@ -59,12 +59,19 @@ # # To make sure the video from IP Webcam works for you (except for # v4l2loopback and your video conference software), try this command -# with a simplified pipeline: +# with a simplified pipeline (do not forget to replace $IP and $PORT +# with your values): # +# on Debian: # gst-launch souphttpsrc location="http://$IP:$PORT/videofeed" \ # do-timestamp=true is-live=true \ # ! multipartdemux ! jpegdec ! ffmpegcolorspace ! ximagesink # +# on Arch Linux: +# gst-launch-1.0 souphttpsrc location="http://$IP:$PORT/videofeed" \ +# do-timestamp=true is-live=true \ +# ! multipartdemux ! jpegdec ! videoconvert ! ximagesink +# # You should be able to see the picture from your webcam on a new window. # If that doesn't work, there's something wrong with your connection to # the phone. |