Skip to content

Commit

Permalink
feat(FEC-9109): add DRM Load time metric (#305)
Browse files Browse the repository at this point in the history
to use new licenseTime stats metric from Shaka upgraded Shaka to 2.5.9
  • Loading branch information
RoyBregman authored Mar 1, 2020
1 parent 59dacec commit e0b267e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"js-logger": "^1.3.0",
"playkit-js-providers": "https://github.com/kaltura/playkit-js-providers.git#v2.20.5",
"proxy-polyfill": "^0.3.0",
"shaka-player": "^2.5.5"
"shaka-player": "^2.5.9"
},
"repository": {
"type": "git",
Expand Down
14 changes: 11 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2757,6 +2757,11 @@ elliptic@^6.0.0:
minimalistic-assert "^1.0.0"
minimalistic-crypto-utils "^1.0.0"

eme-encryption-scheme-polyfill@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/eme-encryption-scheme-polyfill/-/eme-encryption-scheme-polyfill-2.0.0.tgz#b44a8fb7d5c7c0be869897be9d77a8cb9c0ba795"
integrity sha512-/zoXuACHLGQ8w5nkJrVr3YI0IGe05ZS8HR1x5uTqiAoHuj5hPzdnoyW9Zom8iPv93arPzwpde93GrKCFKLFK4g==

"emoji-regex@>=6.0.0 <=6.1.1":
version "6.1.1"
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-6.1.1.tgz#c6cd0ec1b0642e2a3c67a1137efc5e796da4f88e"
Expand Down Expand Up @@ -7511,9 +7516,12 @@ sha.js@^2.4.0, sha.js@^2.4.8:
inherits "^2.0.1"
safe-buffer "^5.0.1"

shaka-player@^2.5.5:
version "2.5.5"
resolved "https://registry.yarnpkg.com/shaka-player/-/shaka-player-2.5.5.tgz#81e7265f28f631afd3837c06ec6637824bda71e4"
shaka-player@^2.5.9:
version "2.5.9"
resolved "https://registry.yarnpkg.com/shaka-player/-/shaka-player-2.5.9.tgz#007dc19df2bb5d3d959d278b2d894af05adffe38"
integrity sha512-XavLBqxvIbvLOPfk7VKZu5fbMJyVko9bBfzxmMWdX5bvQwUSjU7ZhV8v2tHqXQYafpHml1hlGHzKkLs7idouNQ==
dependencies:
eme-encryption-scheme-polyfill "^2.0.0"

shebang-command@^1.2.0:
version "1.2.0"
Expand Down

0 comments on commit e0b267e

Please sign in to comment.