Browse Source

Merge pull request #8880 from AJRepo/linux_doc_updates

Doc: Linux gstreamer install, exclude doc packages
QGC4.4
Don Gagne 5 years ago committed by GitHub
parent
commit
0a41a0e678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/VideoReceiver/README.md

2
src/VideoReceiver/README.md

@ -50,7 +50,7 @@ QGC also supports RTSP, TCP-MPEG2 and MPEG-TS (h.264) pipelines. @@ -50,7 +50,7 @@ QGC also supports RTSP, TCP-MPEG2 and MPEG-TS (h.264) pipelines.
Use apt-get to install GStreamer 1.0
```
list=$(apt-cache --names-only search ^gstreamer1.0-* | awk '{ print $1 }' | grep -v gstreamer1.0-hybris)
list=$(apt-cache --names-only search ^gstreamer1.0-* | awk '{ print $1 }' | sed -e /-doc/d | grep -v gstreamer1.0-hybris)
```
```
sudo apt-get install $list

Loading…
Cancel
Save