An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![](https://jitpack.io/v/com.kaltura/playkit-dtg-android.svg)](https://jitpack.io/#com.kaltura/playkit-dtg-android)
[![CI Status](https://github.com/kaltura/playkit-dtg-android/actions/workflows/build.yml/badge.svg)](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.