Browse Source

Merge pull request #4010 from jaxxzer/master

Add video streaming dependency
QGC4.4
Gus Grubba 9 years ago committed by GitHub
parent
commit
9c771d6c5a
  1. 2
      src/VideoStreaming/README.md

2
src/VideoStreaming/README.md

@ -31,7 +31,7 @@ gst-launch-1.0 udpsrc port=5600 caps='application/x-rtp, media=(string)video, cl
Use apt-get to install GStreamer 1.0 Use apt-get to install GStreamer 1.0
``` ```
sudo apt-get install libgstreamer-plugins-base1.0-dev libgstreamer1.0-0:amd64 libgstreamer1.0-dev sudo apt-get install libgstreamer-plugins-base1.0-dev libgstreamer1.0-0:amd64 libgstreamer1.0-dev libgstreamer-plugins-bad1.0
``` ```
The build system is setup to use pkgconfig and it will find the necessary headers and libraries automatically. The build system is setup to use pkgconfig and it will find the necessary headers and libraries automatically.

Loading…
Cancel
Save