Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(HLS): IMSC1 subtitles not working in a HLS stream (#4942)
Fixes #4350 The current code initially parses the subtitle track as text/vtt (mimetype) since it has no codec. Subsequently, the stpp.ttml.im1t codec is assigned but the mimetype of text/vtt is not changed to application/mp4. This PR changes this so that once the codec is assigned, the mimetype is recalculated.
- Loading branch information