ibaker ae7d7dc7e8 Enable scrubbing for local files in the demo app
Scrubbing mode doesn't really work for assets loaded over the network.

This also assumes `asset://`, `data://` and `android.resource://` URIs
are 'local' but not `content://` - because these can be loaded by any
arbitrary `ContentResolver` which may do higher latency/lower bandwidth
remote loading.

PiperOrigin-RevId: 751389438
2025-04-25 06:19:16 -07:00
..
2021-10-12 19:40:44 +01:00

ExoPlayer main demo

This is the main ExoPlayer demo app. It 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.

See the demos README for instructions on how to build and run this demo.