Add a feature to blacklist/disable certain audio or video tracks based on mime type or bitrate
Created by: krackjack234
Is your feature request related to a problem? Please describe. We want disable certain audio or video tracks based on the device capability. For example, for devices which does not support dolby audio, we want to blacklist/disable that particular audio track so that only non-dolby audio track is selected. Similarly for video, we may want to disable all Full HD tracks
Describe the solution you'd like We wanted to check if dash library provides a way to disable certain tracks in the manifest based on different parameters like mime type (e.g. audio/ac4) or bitrate (say 1080p) or even language id
Is there any existing api available in dash library to implement this feature so that player automatically blacklist certain tracks and never switches to them during playback?