Will Harris
Will Harris
This causes an issue when the player tries to switch to variant with a different audio codec. The player freezes and does not resume; cannot seek or pause/play out. No...
@avelad It looks like `preferredAudioChannelCount` was considered in the variant filtering up until Shaka v4.6, and was removed with https://github.com/shaka-project/shaka-player/pull/5859. If this is working as intended, when a manifest has...
@avelad Here is the change where `preferredAudioChannelCount` was removed from variant filtering. https://github.com/shaka-project/shaka-player/pull/5859/files#diff-2e884949ae9f1e9761d33eae703f9ec3795cbe6288c5b79ab2b488daafaaacc2 We previously relied on that filtering to give us a variant track list with only stereo audio....
@avelad That sounds good. A restrictive `minChannelsCount` and `maxChannelsCount` makes sense and is semantically more clear than `preferredAudioChannelCount` for this case. The initial concern was that there did seem to...