From daccbf9e21afd4836be65cdbb744a2153abd04d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Fran=C4=8De=C5=A1kin?= Date: Fri, 28 Dec 2018 19:09:51 +0100 Subject: [PATCH] Update VideoStreaming Readme to reflect upgrade of GStreamer to 1.14.4 --- src/VideoStreaming/README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/VideoStreaming/README.md b/src/VideoStreaming/README.md index eb8d8f45c..6d1451645 100644 --- a/src/VideoStreaming/README.md +++ b/src/VideoStreaming/README.md @@ -70,16 +70,19 @@ The installer places them under ~/Library/Developer/GStreamer/iPhone.sdk/GStream ### Android Binaries found in http://gstreamer.freedesktop.org/data/pkg/android -Download the [gstreamer-1.0-android-armv7-1.5.2.tar.bz2](http://gstreamer.freedesktop.org/data/pkg/android/1.5.2/gstreamer-1.0-android-armv7-1.5.2.tar.bz2) archive (assuming you want the ARM V7 platform. For x86, replace `armv7` with `x86` accordingly). +Download the [gstreamer-1.0-android-universal-1.14.4.tar.bz2](https://gstreamer.freedesktop.org/data/pkg/android/1.14.4/gstreamer-1.0-android-universal-1.14.4.tar.bz2) archive. -Create a directory named "gstreamer-1.0-android-armv7-1.5.2" under the root qgroundcontrol directory (the same directory qgroundcontrol.pro is located). Extract the gstreamer tar file under this directory. That's where the build system will look for it. Make sure your archive tool doesn't create any additional top level directories. The structure after extracting the archive should look like this: +Create a directory named "gstreamer-1.0-android-universal-1.14.4" under the root qgroundcontrol directory (the same directory qgroundcontrol.pro is located). Extract the downloaded archive under this directory. That's where the build system will look for it. Make sure your archive tool doesn't create any additional top level directories. The structure after extracting the archive should look like this: ``` qgroundcontrol -├── gstreamer-1.0-android-armv7-1.5.2 -│   ├── etc -│   ├── include -│   ├── lib -│   └── share +├── gstreamer-1.0-android-universal-1.14.4 +│ │ +│   ├──armv7 +│   │   ├── etc +│   │   ├── include +│   │   ├── lib +│   │   └── share +│   ├──x86 ``` ### Windows -- 2.22.0