We have encoded a video assest (using DRM, playread and widevine), the video and audio work fine, but the azure media player (amp) is throwing console errors when it comes to the captions/subtitles:
azuremediaplayer.min.js:13 [14:44:34.651] error: azureHtml5JS: manifestParser: Stream type not supported: text
The following: AdaptationSet
<AdaptationSet id="3" group="3" profiles="ccff" bitstreamSwitching="false" segmentAlignment="true" contentType="text" mimeType="application/mp4" codecs="stpp.ttml.im1t" lang="en-us"><SegmentTemplate timescale="10000000" media="QualityLevels($Bandwidth$)/Fragments(subt_en-us=$Time$,format=mpd-time-csf)" initialization="QualityLevels($Bandwidth$)/Fragments(subt_en-us=i,format=mpd-time-csf)"><SegmentTimeline>
The contentType looks correct, however; the mimeType appears to be wrong.
Is this a bug with azure media services?