android-deepar-amazon-ivs-sample-integration
To run the example
- Go to https://developer.deepar.ai, sign up, create the project and the Android app, copy the license key and paste it to MainActivity.java (instead of your_license_key_goes_here string)
- Follow the Amazon IVS User Guide at https://docs.aws.amazon.com/ivs/latest/userguide/getting-started.html and create a channel.
- Copy Ingest server and Stream key into MainActivity.java to
INGEST_SERVER
andSTREAM_KEY
variables from the created channel in the Amazon IVS console. - Run the app. Watch the live stream in the Amazon IVS console.