ant-media / Ant-Media-Server

Ant Media Server is a live streaming engine software that provides adaptive, ultra low latency streaming by using WebRTC technology with ~0.5 seconds latency. Ant Media Server is auto-scalable and it can run on-premise or on-cloud.
https://antmedia.io
Other
4.25k stars 625 forks source link

Publish Android SDK to the public repo - part 2 #4536

Open mekya opened 1 year ago

USAMAWIZARD commented 1 year ago

These are the steps to include the AMS SDK public repository in your android application 1 . In you project's gradle file add maven repository like this
maven { url 'https://jitpack.io' }
image

2 . add implementation of the library in your application's gradle file under dependencies implementation 'com.github.USAMAWIZARD:ams-webrtc-sdk:1.0' image

3 . Sync Gradle changes.

image

4 . build and run the project.

mekya commented 1 year ago

Reminder -> https://github.com/ant-media/LibRtmp-Client-for-Android/blob/master/rtmp-client/build.gradle

USAMAWIZARD commented 1 year ago
  1. Add Maven Central in your repository in project gradle file mavenCentral() image

  2. library as dependency in the application gradle file implementation 'io.github.usamawizard:webrtc-android-framework:1.0.0'

image

  1. Sync the project.
  2. Build and run the project

https://ossindex.sonatype.org/component/pkg:maven/io.github.usamawizard/webrtc-android-framework@1.0.0?utm_source=ossindex-client&utm_medium=integration&utm_content=1.7.0

USAMAWIZARD commented 1 year ago

Had a Meeting with for this with burak abi tested the uploaded repo its working fine.

USAMAWIZARD commented 1 year ago

https://github.com/ant-media/WebRTC-Android-SDK/pull/20