Skip to content

Commit

Permalink
Add demo app test stream with overlapping SSA subtitles muxed in MKV
Browse files Browse the repository at this point in the history
This doesn't currently work by default, but upcoming changes in
`TextRenderer` will make it work as expected.

Issue: #10295
PiperOrigin-RevId: 553161628
  • Loading branch information
icbaker authored and tianyif committed Aug 7, 2023
1 parent 0040856 commit 0fc7cc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demos/main/src/main/assets/media.exolist.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand Down

0 comments on commit 0fc7cc1

Please sign in to comment.