GitXplorerGitXplorer
s

gst-launch-remote

public
27 stars
10 forks
2 issues

Commits

List of commits on branch master.
Unverified
d6913e74dc7c8c8979113cd11111c554e91455c1

added gstreamer-net-1.0 in Android.mk as extra deps

committed 5 years ago
Unverified
f4a3337f11c910145dd2107d53300b7997e415fd

gradle: Set the correct assets directory

fford-prefect committed 8 years ago
Unverified
890eddcd52503a7c8ccafcbd7994c1d865916fbb

gradle: Make Java compilation task depend on native build task

fford-prefect committed 8 years ago
Unverified
a5194346ffec72513d1a9adceb63a531ed69df97

gst-launch-remote: Add +BENCH command to know speed of last run

oocrete committed 8 years ago
Unverified
80ac4c31c56686ab759098c6c43445ab89c6daaa

gradle: Add dep on ndk build to generate GStreamer.java

oocrete committed 8 years ago
Unverified
35e5185cd8550bf5a5b627bbffe11a0c6b9664f9

gradle: Remove unneeded parameter

oocrete committed 8 years ago

README

The README file for this repository.

Remote-control test app for GStreamer on Android and iOS

About

To learn more about this application, see https://coaxion.net/blog/2014/10/gstreamer-remote-controlled-testing-application-for-android-ios-and-more/

Building on Android

  • Open the android-launch/ directory in Android Studio
    • If you downloaded the GStreamer for Android binary, set gstAndroidRoot = /path/to/gst-android-binaries in ~/.gradle/gradle.properties -- this must be an absolute path
    • If you built GStreamer for Android using Cerbero, you're good to go
  • Set up the NDK in Android Studio (under Project Structure, or set ANDROID_NDK_HOME in the environment, or ndk.dir in local.properties
  • Build the project in Android Studio like any other project