From 2ddbe5e06544be0a457bde9ff9b17582496af6f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Garc=C3=ADa-Dom=C3=ADnguez?= Date: Thu, 15 Feb 2018 14:19:32 +0100 Subject: Minor touch up on troubleshooting instructions --- prepare-videochat.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'prepare-videochat.sh') diff --git a/prepare-videochat.sh b/prepare-videochat.sh index 55d28c7..13e1af9 100755 --- a/prepare-videochat.sh +++ b/prepare-videochat.sh @@ -69,7 +69,7 @@ # ls /dev/video* # (Note down the new devices: let X be the number of the first new device.) # v4l2-ctl -D -d /dev/videoX -# gst-launch videotestsrc ! v4l2sink device=/dev/videoX & mplayer -tv device=/dev/videoX tv:// +# gst-launch-1.0 videotestsrc ! v4l2sink device=/dev/videoX & mplayer -tv device=/dev/videoX tv:// # # # You should be able to see the GStreamer test video source, which is @@ -84,7 +84,7 @@ # with your values): # # on Debian: -# gst-launch souphttpsrc location="http://$IP:$PORT/videofeed" \ +# gst-launch-1.0 souphttpsrc location="http://$IP:$PORT/videofeed" \ # do-timestamp=true is-live=true \ # ! multipartdemux ! jpegdec ! ffmpegcolorspace ! ximagesink # -- cgit v1.2.3