DASH hard of hearing subtitle distinction #5211
Labels
component: DASH
The issue involves the MPEG DASH manifest format
status: archived
Archived and locked; will not be updated
type: accessibility
An accessibility issue
type: enhancement
New feature or request
Milestone
Have you read the FAQ and checked for duplicate open issues?
Closed issue 2734 seems partially similar
What version of Shaka Player are you using?
4.3.6 (Not the UI version)
Can you reproduce the issue with our latest release version?
Yes
Can you reproduce the issue with the latest code from
main
?Not tested
Are you using the demo app or your own custom app?
Custom app
If custom app, can you reproduce the issue using our demo app?
Yes
What browser and OS are you using?
MacOS Ventura 13.3 / Chrome 113.0.5672.63
What did you do?
When loading a manifest with the following text adaptation set:
What did you expect to happen?
As per https://dvb.org/wp-content/uploads/2022/07/A168r6_MPEG-DASH-Profile-for-Transport-of-ISO-BMFF-Based-DVB-Services_Interim-Draft-ts_103-285-v141_October_2022.pdf (page 57, table 19),
<Accessibility schemeIdUri="urn:tva:metadata:cs:AudioPurposeCS:2007" value="2"/>
allows to identify hard of hearing subtitle tracks.What actually happened?
Text tracks returned by shaka provide no means to distinguish the hard of hearing track from the basic track of the same language.
I'm willing to send a PR, I suppose it would be by handling
urn:tva:metadata:cs:AudioPurposeCS:2007
in dash_parser.parseAdaptationSet_ but I don't know how it would be convenient to map the value in shaka.extern.TrackThe text was updated successfully, but these errors were encountered: