mirror of
https://github.com/samsonjs/media.git
synced 2026-04-22 14:05:55 +00:00
ProgressiveDownloader never implemented this properly, and we don't use it in DownloadManager/DownloadService, both of which use a polling model. A polling model is also what's used elsewhere, for example to query the current playback position. This is effectively doing the TODO in ProgressiveDownloader. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=194214579 |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle | ||
| README.md | ||
ExoPlayer SmoothStreaming library module
Provides support for Smooth Streaming content. To play Smooth Streaming content,
instantiate a SsMediaSource and pass it to ExoPlayer.prepare.
Links
- Javadoc: Classes matching
com.google.android.exoplayer2.source.smoothstreaming.*belong to this module.