
I created this by: 1. Downloading https://storage.googleapis.com/exoplayer-test-media-1/mkv/android-screens-lavf-56.36.100-aac-avc-main-1280x720.mkv 2. Crafting a `test.srt` file with a text editor 3. Muxing them together: ``` $ mkvmerge -o android-screens-with-subrip.mkv \ android-screens-lavf-56.36.100-aac-avc-main-1280x720.mkv \ test.srt ``` Tested in the demo app, the subtitle track is selected by default (default behaviour for Matroska spec afaict). PiperOrigin-RevId: 540577912
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.