diff options
author | Antonio García-Domínguez <nyoescape@gmail.com> | 2018-02-15 14:19:32 +0100 |
---|---|---|
committer | Antonio García-Domínguez <nyoescape@gmail.com> | 2018-02-15 14:19:32 +0100 |
commit | 2ddbe5e06544be0a457bde9ff9b17582496af6f0 (patch) | |
tree | 9117fe215c2cdddba2349d9ef2cca17d2ff507f4 | |
parent | c5cc2c77b6d4c1af14c05a1b5fc04cf414c4b8a7 (diff) |
Minor touch up on troubleshooting instructions
-rwxr-xr-x | prepare-videochat.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 # |