mirror of
https://github.com/samsonjs/media.git
synced 2026-04-02 10:45:51 +00:00
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
This commit is contained in:
parent
876b767356
commit
133bf29668
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue