Skip to content

Commit 248de07

Browse files
Merge pull request #268998 from cmcclister/Broken-link-fix-eric-urban
Broken Links Fixed
2 parents c4991b5 + bd7aa88 commit 248de07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/speech-service/includes/how-to/compressed-audio-input/gstreamer-android.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ APP_PLATFORM = android-21
7373
APP_BUILD_SCRIPT = Android.mk
7474
```
7575

76-
You can build `libgstreamer_android.so` by using the following command on Ubuntu 18.04 or 20.04. The following command lines have been tested for [GStreamer Android version 1.14.4](https://gstreamer.freedesktop.org/data/pkg/android/1.14.4/gstreamer-1.0-android-universal-1.14.4.tar.bz2) with [Android NDK b16b.](https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip)
76+
You can build `libgstreamer_android.so` by using the following command on Ubuntu 18.04 or 20.04. The following command lines have been tested for [GStreamer Android version 1.14.4](https://gstreamer.freedesktop.org/download/) with [Android NDK b16b.](https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip)
7777

7878
```sh
7979
# Assuming wget and unzip are already installed on the system
@@ -83,7 +83,7 @@ wget https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip
8383
unzip -q -o android-ndk-r16b-linux-x86_64.zip
8484
export PATH=$PATH:$(pwd)/android-ndk-r16b
8585
export NDK_PROJECT_PATH=$(pwd)/android-ndk-r16b
86-
wget https://gstreamer.freedesktop.org/data/pkg/android/1.14.4/gstreamer-1.0-android-universal-1.14.4.tar.bz2
86+
wget https://gstreamer.freedesktop.org/download/
8787
mkdir gstreamer_android
8888
tar -xjf gstreamer-1.0-android-universal-1.14.4.tar.bz2 -C $(pwd)/gstreamer_android/
8989
export GSTREAMER_ROOT_ANDROID=$(pwd)/gstreamer_android

0 commit comments

Comments
 (0)