Discovers sidecar text tracks from a DASH manifest.
Considers an <AdaptationSet> to carry text when one of:
contentType="text"
mimeType starts with text/ (e.g. text/vtt)
mimeType is application/mp4and the codec/role indicates text
Within a text adaptation set, each <Representation> becomes one
TextTrackInfo. The BaseURL chain (MPD → Period → AdaptationSet →
Representation) is resolved against the supplied baseUrl.
Only sidecar (single-file) WebVTT renditions are surfaced. Segmented text
tracks (stpp/wvtt codecs) are ignored - they would require streaming
through MSE which the sidecar pipeline does not support.
Discovers sidecar text tracks from a DASH manifest.
Considers an
<AdaptationSet>to carry text when one of:contentType="text"mimeTypestarts withtext/(e.g.text/vtt)mimeTypeisapplication/mp4and the codec/role indicates textWithin a text adaptation set, each
<Representation>becomes one TextTrackInfo. TheBaseURLchain (MPD → Period → AdaptationSet → Representation) is resolved against the suppliedbaseUrl.Only sidecar (single-file) WebVTT renditions are surfaced. Segmented text tracks (
stpp/wvttcodecs) are ignored - they would require streaming through MSE which the sidecar pipeline does not support.