Skip to content

Commit

Permalink
fix(FEC-12779): upgrade shaka v4.3.0 (#594)
Browse files Browse the repository at this point in the history
* feat(FEC-12779): upgrade shaka v4.3.0
  • Loading branch information
giladna authored Dec 11, 2022
1 parent 96d40a2 commit 3f42b6c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"intersection-observer": "^0.12.0",
"playkit-js-providers": "https://github.com/kaltura/playkit-js-providers.git#v2.37.0",
"proxy-polyfill": "^0.3.0",
"shaka-player": "4.2.1"
"shaka-player": "4.3.0"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
Expand Down
22 changes: 22 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,28 @@
<script>
var config = {
targetId: 'player-placeholder',
"playback": {
"options": {
"html5": {
"hls": {},
"dash": {}
}
},
"streamPriority": [
{
"engine": "html5",
"format": "hls"
},
{
"engine": "html5",
"format": "dash"
},
{
"engine": "html5",
"format": "progressive"
}
]
},
provider: {
partnerId: 1091,
env: {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8840,10 +8840,10 @@ sha.js@^2.4.0, sha.js@^2.4.8:
inherits "^2.0.1"
safe-buffer "^5.0.1"

shaka-player@4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/shaka-player/-/shaka-player-4.2.1.tgz#21c406af91103f018c6b85af604b6dd1a4d603df"
integrity sha512-CCgvXpb+7eUpNXx/MKsqkpaWAlsDnTKvvKxAy1tNQEE6JxgVzQ6Ye5yOq3IvC/fo+6PgSXczm9z7tiz/HUL68Q==
shaka-player@4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/shaka-player/-/shaka-player-4.3.0.tgz#1508e1949232b2a47718ce69524b63c777e69f1e"
integrity sha512-3obEhekQc6UZJFKWWlPkF6AHO4uA7vQpYDm23LXwuau3+UVlulkYyoZLbAvs1/WJ89h/PA0wk5W97FYPTzgNAw==
dependencies:
eme-encryption-scheme-polyfill "^2.1.1"

Expand Down

0 comments on commit 3f42b6c

Please sign in to comment.