Skip to content

Commit 3d71a55

Browse files
committed
fix(npm): drm playback on safari
Updating the `videojs-contrib-eme` package to the latest version fixes the playback issue on Safari for Macintosh devices. This commit is marked as a fix and not as a chore in order to generate a new version of pillarbox. It’s important to note that this commit does not fix the playback issue in Safari when switching from one DRM source to another on the same player instance. To fix that behavior, it will be necessary to upgrade to version v3.11.2. If that happens, the methods used to detect supported CDMs will no longer be available. - update `videojs-contrib-eme` dependency
1 parent d876541 commit 3d71a55

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"vite": "^5.4.10"
9696
},
9797
"dependencies": {
98-
"videojs-contrib-eme": "5.5.1"
98+
"videojs-contrib-eme": "5.5.2"
9999
},
100100
"peerDependencies": {
101101
"video.js": "^8.0.0"

0 commit comments

Comments
 (0)