tomsun / bambuser-exampleplayer-android

Example code for using the Bambuser video player SDK for Android

Home Page:https://bambuser.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool





Bambuser player SDK for Android sample code

Sample code for video playback using the Bambuser player SDK for Android.

The sample code in this project will load the latest video found in your Bambuser environment and start playing it.

Getting started

  1. Install Android Studio.
  2. Clone the sample code from this repository, so you have a local directory named i.e. Sampleplayer.
  3. Sign up for an account on https://bambuser.com/ if you don't already have one, and make sure you have some videos.
  4. Download the Android SDK zip from https://dashboard.bambuser.com/developer and open the zip file.
  5. Copy the libbambuser-x.x.x.aar file to the Sampleplayer/libbambuser folder.
  6. Import the Sampleplayer project in Android Studio.
  7. Edit Sampleplayer/libbambuser/build.gradle and point it to the version of the .aar file.
  8. Generate an applicationId and an API key at https://dashboard.bambuser.com/developer
  9. Open the PlayerActivity.java file in Android Studio and insert the applicationId and an API key generated above.
  10. Run the sample code on your device

More information

About

Example code for using the Bambuser video player SDK for Android

https://bambuser.com


Languages

Language:Java 100.0%