Skip to content

Commit

Permalink
New Livestream Example app for Android studio
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdiestro committed Mar 29, 2016
1 parent bedb44d commit 1cdbb66
Show file tree
Hide file tree
Showing 187 changed files with 1,004 additions and 324 deletions.
10 changes: 0 additions & 10 deletions 900SecondsSDK/.classpath

This file was deleted.

34 changes: 0 additions & 34 deletions 900SecondsSDK/.project

This file was deleted.

4 changes: 0 additions & 4 deletions 900SecondsSDK/.settings/org.eclipse.jdt.core.prefs

This file was deleted.

17 changes: 0 additions & 17 deletions 900SecondsSDK/AndroidManifest.xml

This file was deleted.

Binary file removed 900SecondsSDK/libs/900secondssdkcore.jar
Binary file not shown.
Binary file removed 900SecondsSDK/libs/Simpl3r-1.0.2.jar
Binary file not shown.
Binary file removed 900SecondsSDK/libs/android-support-v4.jar
Binary file not shown.
3 changes: 0 additions & 3 deletions 900SecondsSDK/libs/armeabi/gdb.setup

This file was deleted.

Binary file removed 900SecondsSDK/libs/armeabi/gdbserver
Binary file not shown.
Binary file removed 900SecondsSDK/libs/armeabi/libFFmpegWrapper.so
Binary file not shown.
Binary file removed 900SecondsSDK/libs/armeabi/libavcodec-56.so
Binary file not shown.
Binary file removed 900SecondsSDK/libs/armeabi/libavdevice-56.so
Binary file not shown.
Binary file removed 900SecondsSDK/libs/armeabi/libavfilter-5.so
Binary file not shown.
Binary file removed 900SecondsSDK/libs/armeabi/libavformat-56.so
Binary file not shown.
Binary file removed 900SecondsSDK/libs/armeabi/libavutil-54.so
Binary file not shown.
Binary file removed 900SecondsSDK/libs/armeabi/libswresample-1.so
Binary file not shown.
Binary file removed 900SecondsSDK/libs/armeabi/libswscale-3.so
Binary file not shown.
Binary file removed 900SecondsSDK/libs/aws-android-sdk-core-2.2.5.jar
Binary file not shown.
Binary file removed 900SecondsSDK/libs/aws-android-sdk-s3-2.2.5.jar
Binary file not shown.
Binary file removed 900SecondsSDK/libs/ffmpegwrapperlib.jar
Binary file not shown.
Binary file removed 900SecondsSDK/libs/guava-18.0.jar
Binary file not shown.
3 changes: 0 additions & 3 deletions 900SecondsSDK/libs/x86/gdb.setup

This file was deleted.

Binary file removed 900SecondsSDK/libs/x86/gdbserver
Binary file not shown.
Binary file removed 900SecondsSDK/libs/x86/libFFmpegWrapper.so
Binary file not shown.
Binary file removed 900SecondsSDK/libs/x86/libavcodec-56.so
Binary file not shown.
Binary file removed 900SecondsSDK/libs/x86/libavdevice-56.so
Binary file not shown.
Binary file removed 900SecondsSDK/libs/x86/libavfilter-5.so
Binary file not shown.
Binary file removed 900SecondsSDK/libs/x86/libavformat-56.so
Binary file not shown.
Binary file removed 900SecondsSDK/libs/x86/libavutil-54.so
Binary file not shown.
Binary file removed 900SecondsSDK/libs/x86/libswresample-1.so
Binary file not shown.
Binary file removed 900SecondsSDK/libs/x86/libswscale-3.so
Binary file not shown.
3 changes: 0 additions & 3 deletions 900SecondsSDK/lint.xml

This file was deleted.

15 changes: 0 additions & 15 deletions 900SecondsSDK/project.properties

This file was deleted.

Binary file removed 900SecondsSDK/res/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed 900SecondsSDK/res/drawable-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed 900SecondsSDK/res/drawable-xhdpi/ic_launcher.png
Binary file not shown.
12 changes: 0 additions & 12 deletions 900SecondsSDK/res/layout/camera_fragment.xml

This file was deleted.

11 changes: 0 additions & 11 deletions 900SecondsSDK/res/values-v11/styles.xml

This file was deleted.

12 changes: 0 additions & 12 deletions 900SecondsSDK/res/values-v14/styles.xml

This file was deleted.

4 changes: 0 additions & 4 deletions 900SecondsSDK/res/values/strings.xml

This file was deleted.

20 changes: 0 additions & 20 deletions 900SecondsSDK/res/values/styles.xml

This file was deleted.

9 changes: 0 additions & 9 deletions 900SecondsSDKExample/.classpath

This file was deleted.

33 changes: 0 additions & 33 deletions 900SecondsSDKExample/.project

This file was deleted.

Binary file removed 900SecondsSDKExample/ic_launcher-web.png
Binary file not shown.
Binary file removed 900SecondsSDKExample/libs/android-support-v4.jar
Binary file not shown.
16 changes: 0 additions & 16 deletions 900SecondsSDKExample/project.properties

This file was deleted.

11 changes: 0 additions & 11 deletions 900SecondsSDKExample/res/values-v11/styles.xml

This file was deleted.

12 changes: 0 additions & 12 deletions 900SecondsSDKExample/res/values-v14/styles.xml

This file was deleted.

20 changes: 0 additions & 20 deletions 900SecondsSDKExample/res/values/styles.xml

This file was deleted.

This file was deleted.

40 changes: 40 additions & 0 deletions LivestreamExample/.gitignore
@@ -0,0 +1,40 @@
# Built application files
build
/*/build
/*/*/build

# Crashlytics configuations
com_crashlytics_export_strings.xml

# Local configuration file (sdk path, etc)
local.properties

# Gradle generated files
.gradle/
gradle

# Signing files
.signing/

# User-specific configurations
.idea/libraries/
.idea/workspace.xml
.idea/tasks.xml
.idea/.name
.idea/compiler.xml
.idea/copyright/profiles_settings.xml
.idea/encodings.xml
.idea/misc.xml
.idea/modules.xml
.idea/scopes/scope_settings.xml
.idea/vcs.xml
*.iml

# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
18 changes: 18 additions & 0 deletions LivestreamExample/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions LivestreamExample/.idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions LivestreamExample/app/.gitignore
@@ -0,0 +1 @@
/build

0 comments on commit 1cdbb66

Please sign in to comment.