From 133bf296686b2ac4b7ccec8d650b0311349ffd7a Mon Sep 17 00:00:00 2001 From: ibaker Date: Wed, 2 Aug 2023 16:02:15 +0000 Subject: [PATCH] Add demo app test stream with overlapping SSA subtitles muxed in MKV This doesn't currently work by default, but upcoming changes in `TextRenderer` will make it work as expected. Issue: google/ExoPlayer#10295 PiperOrigin-RevId: 553161628 --- demos/main/src/main/assets/media.exolist.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/demos/main/src/main/assets/media.exolist.json b/demos/main/src/main/assets/media.exolist.json index 117ebd346e..d7e216f2b9 100644 --- a/demos/main/src/main/assets/media.exolist.json +++ b/demos/main/src/main/assets/media.exolist.json @@ -642,6 +642,10 @@ { "name": "SubRip muxed into MKV", "uri": "https://storage.googleapis.com/exoplayer-test-media-1/mkv/android-screens-with-subrip.mkv" + }, + { + "name": "Overlapping SSA muxed into MKV", + "uri": "https://storage.googleapis.com/exoplayer-test-media-1/mkv/android-screens-with-overlapping-ssa.mkv" } ] },