mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Add Japanese subtitle examples to the demo app
These are from https://medium.com/google-exoplayer/improved-japanese-subtitle-support-7598fee12cf4 PiperOrigin-RevId: 333296789
This commit is contained in:
parent
69ca49f939
commit
d3639a2b20
1 changed files with 14 additions and 0 deletions
|
|
@ -527,6 +527,20 @@
|
|||
{
|
||||
"name": "MPEG-4 Timed Text (tx3g, mov_text)",
|
||||
"uri": "https://storage.googleapis.com/exoplayer-test-media-1/mp4/dizzy-with-tx3g.mp4"
|
||||
},
|
||||
{
|
||||
"name": "Japanese features (vertical + rubies) [TTML]",
|
||||
"uri": "https://html5demos.com/assets/dizzy.mp4",
|
||||
"subtitle_uri": "https://storage.googleapis.com/exoplayer-test-media-1/ttml/japanese-ttml.xml",
|
||||
"subtitle_mime_type": "application/ttml+xml",
|
||||
"subtitle_language": "ja"
|
||||
},
|
||||
{
|
||||
"name": "Japanese features (vertical + rubies) [WebVTT]",
|
||||
"uri": "https://html5demos.com/assets/dizzy.mp4",
|
||||
"subtitle_uri": "https://storage.googleapis.com/exoplayer-test-media-1/webvtt/japanese.vtt",
|
||||
"subtitle_mime_type": "text/vtt",
|
||||
"subtitle_language": "ja"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue