Skip to content

Commit

Permalink
Merge pull request #1171 from king-prawns/patch-1
Browse files Browse the repository at this point in the history
Fix: videoCapabilities
  • Loading branch information
peaBerberian authored Oct 13, 2022
2 parents 3472a61 + a62a9d9 commit a85ee9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/decrypt/find_key_system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function buildKeySystemConfigurations(
// https://www.w3.org/TR/encrypted-media/#get-supported-configuration-and-consent

const videoCapabilities: IMediaCapability[] =
flatMap(audioRobustnesses, (robustness) =>
flatMap(videoRobustnesses, (robustness) =>
["video/mp4;codecs=\"avc1.4d401e\"",
"video/mp4;codecs=\"avc1.42e01e\"",
"video/webm;codecs=\"vp8\""].map(contentType => {
Expand Down

0 comments on commit a85ee9e

Please sign in to comment.