Browse Source

Add video streaming dependency

libgstreamer-plugins-bad1.0 is not installed if 3rd party plugins are opted-out during OS install
QGC4.4
jaxxzer 9 years ago committed by GitHub
parent
commit
8308ac0092
  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 @@ -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
```
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.

Loading…
Cancel
Save