Skip to content

imsc1 image subtitle support

Created by: TobbeEdgeware

Implementation of #1418 (closed).

An extension to support image subtitles packaged as ISOBMFF segments with png images in subsamples in the same sample as the TTML document. This required the implementation of a new box subs in the iso parser including codem-isoboxer.

This follows IMSC1 which disallows the base64-encoded embedded images in the TTML documents.

Support was also added to handle the extended codecs value stpp.ttml.im1i which what CMAF DIS lists as the proper value.

A new test asset has been produced and added to the reference player: http://vm2.dashif.org/dash/vod/testpic_2s/img_subs.mpd

Merge request reports