Skip to content

Commit

Permalink
fix(FEC-10053): Subtitle issue for Player with TTML in MP4 container (#…
Browse files Browse the repository at this point in the history
…316)

TTML was broken in shaka 2.5.9, fixed and upgraded to shaka player 2.5.12
  • Loading branch information
Yuvalke authored Jun 7, 2020
1 parent a9ac053 commit c053ac2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 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.21.1",
"proxy-polyfill": "^0.3.0",
"shaka-player": "^2.5.9"
"shaka-player": "^2.5.12"
},
"repository": {
"type": "git",
Expand Down
16 changes: 9 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2764,9 +2764,10 @@ 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"
eme-encryption-scheme-polyfill@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/eme-encryption-scheme-polyfill/-/eme-encryption-scheme-polyfill-2.0.1.tgz#b080b01bffd74c75c9cf8044c1cabedf3b83954f"
integrity sha512-Wz+Ro1c0/2Wsx2RLFvTOO0m4LvYn+7cSnq3XOvRvLLBq8jbvUACH/zpU9s0/5+mQa5oaelkU69x+q0z/iWYrFA==

"emoji-regex@>=6.0.0 <=6.1.1":
version "6.1.1"
Expand Down Expand Up @@ -7546,11 +7547,12 @@ sha.js@^2.4.0, sha.js@^2.4.8:
inherits "^2.0.1"
safe-buffer "^5.0.1"

shaka-player@^2.5.9:
version "2.5.9"
resolved "https://registry.yarnpkg.com/shaka-player/-/shaka-player-2.5.9.tgz#007dc19df2bb5d3d959d278b2d894af05adffe38"
shaka-player@^2.5.12:
version "2.5.12"
resolved "https://registry.yarnpkg.com/shaka-player/-/shaka-player-2.5.12.tgz#4e8d9b2ab4147368b2a32f537ffed5e884301729"
integrity sha512-mnoMzE5iLnj6HYrovcnd55Lvd8bwV8712Inq3ECMJmBl2nYi7GXDRwYd3fLk6T0EfOsXwSELuHRQ1iyzk4NVNg==
dependencies:
eme-encryption-scheme-polyfill "^2.0.0"
eme-encryption-scheme-polyfill "^2.0.1"

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

0 comments on commit c053ac2

Please sign in to comment.