Skip to content

Commit

Permalink
fix(HLS): Fix bad warning when playing HLS-AES128 (#6434)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed Apr 11, 2024
1 parent d2c462e commit 17df192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/hls/hls_parser.js
Expand Up @@ -2855,6 +2855,7 @@ shaka.hls.HlsParser = class {
if (this.isAesMethod_(method)) {
// These keys are handled separately.
aesEncrypted = true;
continue;
} else if (keyFormat == 'identity') {
// eslint-disable-next-line no-await-in-loop
drmInfo = await this.identityDrmParser_(
Expand Down

0 comments on commit 17df192

Please sign in to comment.