Skip to content
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

Add support for SMPTE-TT base64-encoded subtitles images. #1932

Merged
merged 1 commit into from
May 16, 2017

Conversation

TobbeEdgeware
Copy link

@TobbeEdgeware TobbeEdgeware commented May 15, 2017

Added support for embedded base64-encoded SMPTE-TT image element.

Tested with http://vm2.dashif.org/dash/vod/testpic_2s/img_subs.mpd

Compared to before imscJS integration, I saw the following differences:

The name space xmlns:tts="http://www.w3.org/ns/ttml#styling" needed to be corrected (was #style#).

Of the three variants on using tts:extent and tts:origin:
http://vm2.dashif.org/dash/vod/testpic_2s/img_subs_px.xml
http://vm2.dashif.org/dash/vod/testpic_2s/img_subs_percent.xml
http://vm2.dashif.org/dash/vod/testpic_2s/img_subs_div.xml
the two first still work, but the third does not since it specifies tts:extent and tts:origin in the divelement, and this is not allowed by TTML.

@palemieux
Copy link

but the third does not since it specifies tts:extent and tts:origin in the divelement, and this is not allowed by TTML.

Will this test be updated or removed?

@TobbeEdgeware
Copy link
Author

@palemieux I commented out the the failing case from the MPD, so it is essentially removed.

@TobbeEdgeware TobbeEdgeware merged commit 52469e0 into imscJS-integration May 16, 2017
@TobbeEdgeware TobbeEdgeware deleted the added-smpte-tt-image-support branch May 16, 2017 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants