Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 720 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 720 Bytes

CI Status

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.