-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subtitle asset loading problem #207
Comments
Hi @JamesTharakan, livesim2 does not yet support wvtt subtitles. Issue #46 is about adding support for sources with wvtt segments. However, your content is not VTT but STPP (TTML) according to the manifest.
|
$ MP4Box -info 1.m4s $ MP4Box -info text_init.mp4 Movie Meta type: "ID32" - 0 resource item(s) Track 1 Info - ID 1 - TimeScale 1000 $ mp4dump 1.m4s $ mp4info 1.m4s |
I looked at the file with mp4ff-info and it works fine. The root problem with stpp size mismatch goes back to Eyevinn/mp4ff#228 It was solved in v0.43 of mp4ff which was included in livesim2 v1.3.0. Which version of livesim2 do you use? |
Thanks, once I took the latest version, problem is solved. |
The subtitle in vtt format is packaged with shakaPackager, below is the generated mpd segment. When loading in livesim2 we are getting the below error message.
The text was updated successfully, but these errors were encountered: