HLS SUBTITLES listed in CODECS not supported #3184
Labels
component: captions/subtitles
The issue involves captions or subtitles
component: HLS
The issue involves Apple's HLS manifest format
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
Have you read the FAQ and checked for duplicate open issues?
Yes
What version of Shaka Player are you using?
v3.0.8
Can you reproduce the issue with our latest release version?
Yes
Can you reproduce the issue with the latest code from
master
?Yes
Are you using the demo app or your own custom app?
Demo
If custom app, can you reproduce the issue using our demo app?
N/A
What browser and OS are you using?
N/A
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
N/A
What are the manifest and license server URIs?
https://storage.googleapis.com/shaka-demo-assets/_bugs/ttml_mp4_hls/foo.m3u8
What did you do?
Try to play asset that has the subtitle codecs listed in the CODECS string for the stream. For example
CODECS="avc1.4d401e,stpp.ttml.im1t"
.What did you expect to happen?
Asset plays.
What actually happened?
CONTENT_NOT_SUPPORTED_BY_BROWSER. What happens is the codec is treated as part of the audio+video and we query MSE for support. We should be stripping this out of the codec list. Additionally, related to #1959, we should be using this info to determine which MP4 parser to use.
FYI, this is related to Shaka Packager live subtitles in shaka-project/shaka-packager#832. I'm not an HLS expert, so this may be bad content too.
The text was updated successfully, but these errors were encountered: