https://github.com/kaltura/kexoplayer-android
https://github.com/kaltura/kexoplayer-android
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kaltura/kexoplayer-android
- Owner: kaltura
- License: apache-2.0
- Created: 2019-07-13T18:50:07.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T09:55:18.000Z (about 1 year ago)
- Last Synced: 2025-06-08T15:07:42.767Z (4 months ago)
- Language: Shell
- Size: 5.72 MB
- Stars: 2
- Watchers: 10
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ExoPlayer in com.kaltura namespace
# Build Steps
## Step 1: Download and unpack Media3 ExoPlayer
$ curl -L https://github.com/androidx/media/archive/$VERSION.tar.gz | tar -xz
This will create a directory media-rVERSION.## Step 2: Prepare the sources
$ ./prepare.sh EXOPLAYER_INPUT_DIR OUTPUT_DIR
## Step 3: Build$ ./gradlew publishToMavenLocal
## Step 4: Push to Bintray
$ ./gradlew bintrayUpload -PbintrayUser=BINTRAY_USER -PbintrayKey=BINTRAY_KEY -PdryRun=false
# All Together NowMake sure BINTRAY_USER and BINTRAY_KEY are exported, then:
$ ./dist.sh $VERSION