https://github.com/kaltura/playkit-dtg-android
DTG - Download To Go
https://github.com/kaltura/playkit-dtg-android
download download-manager download-videos dtg kaltura offline video
Last synced: 4 months ago
JSON representation
DTG - Download To Go
- Host: GitHub
- URL: https://github.com/kaltura/playkit-dtg-android
- Owner: kaltura
- License: agpl-3.0
- Created: 2016-08-25T13:55:17.000Z (about 9 years ago)
- Default Branch: current
- Last Pushed: 2024-10-01T16:26:00.000Z (about 1 year ago)
- Last Synced: 2025-06-08T15:07:49.621Z (5 months ago)
- Topics: download, download-manager, download-videos, dtg, kaltura, offline, video
- Language: Java
- Homepage: https://kaltura.github.io/playkit/guide/android/dtg/
- Size: 2.97 MB
- Stars: 18
- Watchers: 29
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://jitpack.io/#com.kaltura/playkit-dtg-android)
[](https://github.com/kaltura/playkit-dtg-android/actions/workflows/build.yml)
# PlayKit DTG - Download To Go
Kaltura PlayKit DTG is an Android library that enables downloading MPEG-DASH and HLS streams for offline viewing.
* Track selection for video/audio/captions
* Widevine modular DRM
Documentation: https://kaltura.github.io/playkit/guide/android/dtg/
## Setup
Add build.gradle dependency:
dependencies {
compile 'com.kaltura.dtg:dtglib:2.1.0'
}
Replace `2.1.0` with the latest release.