Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
32b4b1da
Unverified
Commit
32b4b1da
authored
Mar 19, 2018
by
Don Gagne
Committed by
GitHub
Mar 19, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6205 from DonLakeFlyer/LinuxGStreamerInstall
Update gstreamer Linux install instructions
parents
4c03e810
3ffbd980
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
19 deletions
+5
-19
README.md
README.md
+1
-1
README.md
src/VideoStreaming/README.md
+3
-0
VideoStreaming.pri
src/VideoStreaming/VideoStreaming.pri
+1
-18
No files found.
README.md
View file @
32b4b1da
...
...
@@ -41,7 +41,7 @@ You **need to install Qt as described below** instead of using pre-built package
*
Windows: Make sure to install VS 2015 32 bit package.
###### Install additional packages:
*
Ubuntu: sudo apt-get install speech-dispatcher libudev-dev libsdl2-dev
libgstreamer1.0-0 gstreamer1.0-plugins-base libgstreamer-plugins-base1.0-dev gstreamer1.0
*
*
Ubuntu: sudo apt-get install speech-dispatcher libudev-dev libsdl2-dev
*
Fedora: sudo dnf install speech-dispatcher SDL2-devel SDL2 systemd-devel
*
Arch Linux: pacman -Sy speech-dispatcher
*
Windows:
[
USB Driver
](
http://www.pixhawk.org/firmware/downloads
)
to connect to Pixhawk/PX4Flow/3DR Radio
...
...
src/VideoStreaming/README.md
View file @
32b4b1da
...
...
@@ -40,6 +40,9 @@ list=$(apt-cache --names-only search ^gstreamer1.0-* | awk '{ print $1 }' | grep
```
sudo apt-get install $list
```
```
sudo apt-get install libgstreamer-plugins-base1.0-dev
```
The build system is setup to use pkgconfig and it will find the necessary headers and libraries automatically.
...
...
src/VideoStreaming/VideoStreaming.pri
View file @
32b4b1da
...
...
@@ -181,24 +181,7 @@ VideoEnabled {
} else {
LinuxBuild|MacBuild|iOSBuild|WindowsBuild|AndroidBuild {
message("Skipping support for video streaming (GStreamer libraries not installed)")
MacBuild {
message(" You can download it from http://gstreamer.freedesktop.org/data/pkg/osx/")
message(" Select the devel package and install it (gstreamer-1.0-devel-1.x.x-x86_64.pkg)")
message(" It will be installed in /Libraries/Frameworks")
}
LinuxBuild {
message(" You can install it using apt-get")
message(" sudo apt-get install gstreamer1.0*")
}
WindowsBuild {
message(" You can download it from http://gstreamer.freedesktop.org/data/pkg/windows/")
message(" Select the devel AND runtime packages and install them (x86, not the 64-Bit)")
message(" It will be installed in C:/gstreamer. You need to update you PATH to point to the bin directory.")
}
AndroidBuild {
message(" You can download it from http://gstreamer.freedesktop.org/data/pkg/android/")
message(" Uncompress the archive into the qgc root source directory (same directory where qgroundcontrol.pro is found.")
}
message("Installation instructions here: https://github.com/mavlink/qgroundcontrol/blob/master/src/VideoStreaming/README.md")
} else {
message("Skipping support for video streaming (Unsupported platform)")
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment