mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +00:00
- Added support for ID3 frames of types GEOB and PRIV. - GEOB type is commonly used by dynamic ads provider to include in the stream information about the ads to be played. - PRIV type is commonly used for time synchronization (example: synchronizing playback of a live stream and its webvtt captions) and also by analytics companies to include tracking information in the stream. - Added a sample stream from Apple that contains ID3 metadata. |
||
|---|---|---|
| .. | ||
| assets | ||
| src/main | ||
| build.gradle | ||
| README.md | ||
Demo application
This folder contains a demo application that uses ExoPlayer to play a number of test streams. It can be used as a starting point or reference project when developing other applications that make use of the ExoPlayer library.