diff --git a/theoplayer/changelog.md b/theoplayer/changelog.md index 297b473d1325..6c7b27f16d06 100644 --- a/theoplayer/changelog.md +++ b/theoplayer/changelog.md @@ -9,6 +9,20 @@ These are the release notes for THEOplayer 11.0.0 and higher. For older versions - [Version 5.x and 6.x](https://optiview.dolby.com/docs/theoplayer/v6/changelog/) - [Version 2.x, 3.x and 4.x](https://optiview.dolby.com/docs/theoplayer/v4/changelog/) +## 🚀 11.9.1 (2026/08/22) + +### Web + +#### ⚡ Improvements + +- Improved the content protection error when the CDM reports an output protection (HDCP) violation: instead of error 7012 with the generic 'Unknown CDM error' message, the player now reports error 7011 (CONTENT_PROTECTION_OUTPUT_RESTRICTED) explaining that the required HDCP level cannot be guaranteed, e.g. because AirPlay screen mirroring, screen recording, screen sharing or a non-HDCP display is active. The error now also exposes the CDM's `systemCode`. + +#### 🐛 Issues + +- Fixed an issue where playback with Google IMA could stall indefinitely when a VMAP ad break resolved to an empty VAST response (VAST error 303). The player now dispatches a non-fatal `aderror` event and resumes content playback. +- Fixed an issue where playback of PlayReady-protected Dolby Vision content could fail on Microsoft Edge on Windows. +- Fixed an issue where a content protection error on a OptiView channel triggered several endpoint fallback attempts before surfacing a generic error. Content protection errors are now treated as non-recoverable and are surfaced immediately. + ## 🚀 11.9.0 (2026/08/12) ### Web diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/index.html b/theoplayer/static/theoplayer/v11/api-reference/web/index.html index 2f441d1c0430..d285e8c8d2f9 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/index.html +++ b/theoplayer/static/theoplayer/v11/api-reference/web/index.html @@ -1,4 +1,4 @@ -
The API references for THEOplayer Web SDK version 11.9.0.
+THEOplayer Web SDK
The API references for THEOplayer Web SDK version 11.9.1.
API
The classes, constants, functions and namespaces listed in this category can be found on the global
diff --git a/theoplayer/static/theoplayer/v11/api-reference/web/sitemap.xml b/theoplayer/static/theoplayer/v11/api-reference/web/sitemap.xml index 33a20457d5dd..644cbac80c56 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/web/sitemap.xml +++ b/theoplayer/static/theoplayer/v11/api-reference/web/sitemap.xml @@ -2,2162 +2,2162 @@THEOplayervariable when loading with a<script>tag, or as exports of thetheoplayerpackage when loading through npm.