-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdemo_app_Instructions.README
23 lines (15 loc) · 1.14 KB
/
demo_app_Instructions.README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
IMPORTANT:
BEFORE YOU FOLLOW THE STEPS BELOW, BE SURE THAT YOU HAVE INSTALLED ECLIPSE AND THE ADT PLUGIN + ANDROID SDKS AND THE APPROPRIATE NDK.
-----------------
Compiling and Building the Demo Application for the mobile DASH Encoder and running it. (using Eclipse)
-----------------
1. Copy the source code located at src/ and the includes located at include/ to demo_app/jni/mobileDASHEncoder/
2. Start Eclipse and import the project located in the folder demp_app into your workspace.
3. Make sure you have downloaded and installed the appropriate NDK for Android.
4. Configure the project for the NDK builder. (by adding a new Builder in the section "Builders", you will have to point it to the directory: YOUR/NDK/PATH/NDK_VERSION/ndk-build)
5. Build the application!
6. In order to play the stream that is recorded with the mobile device use one of the existing DASH capable players. We refer here to http://dash.itec.aau.at
If there are any question regarding the software, please contact us at: dash@itec.uni-klu.ac.at
-----------------
APK_demo_app provides a run-able version of the demo application using the mobile DASH Encoder.
-----------------