diff --git a/theoplayer/changelog.md b/theoplayer/changelog.md index f294c4f00ca..6fc701f9f36 100644 --- a/theoplayer/changelog.md +++ b/theoplayer/changelog.md @@ -5,6 +5,26 @@ sidebar_custom_props: { 'icon': '📰' } toc_max_heading_level: 2 --- +## 🚀 8.6.2 (2024/12/10) + +### General + +#### 🐛 Issues + +- Fixed an issue on Web and Android on content protected DASH streams where the player tries to access adaptation sets that the DRM server did not return a key for. + +### Web + +#### 🐛 Issues + +- Fixed an issue where using an empty string as the token with DRM integration `vudrm` would cause an error. + +### iOS + +#### 🐛 Issues + +- Fixed an issue where `THEOplayer.autoplay` was not being set correctly. + ## 🚀 8.6.1 (2024/12/05) ### iOS @@ -65,7 +85,7 @@ toc_max_heading_level: 2 #### ✨ Features -- Added a THEOlive integration with a `TheoLiveSource` to play channels from [https://theo.live](https://theo.live) using a THEOplayer on iOS. +- Added a THEOlive integration with a `TheoLiveSource` to play [THEOlive](https://theo.live) channels using a THEOplayer on iOS. #### 🐛 Issues diff --git a/theoplayer/static/theoplayer/v8/api-reference/ios/undocumented.json b/theoplayer/static/theoplayer/v8/api-reference/ios/undocumented.json index 572edf788c7..528066eeed8 100644 --- a/theoplayer/static/theoplayer/v8/api-reference/ios/undocumented.json +++ b/theoplayer/static/theoplayer/v8/api-reference/ios/undocumented.json @@ -821,14 +821,14 @@ }, { "file": "/Users/jenkins/jenkins-agent/workspace/Documentation/SDK/0_API_Ref-iOS/ios/THEOplayer_SDK/Native/Models/Player/ContentPlayers/AVPlayerContentPlayerNative.swift", - "line": 1210, + "line": 1208, "symbol": "AVPlayerContentPlayerNative", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { "file": "/Users/jenkins/jenkins-agent/workspace/Documentation/SDK/0_API_Ref-iOS/ios/THEOplayer_SDK/Native/Models/Player/ContentPlayers/AVPlayerContentPlayerNative.swift", - "line": 1248, + "line": 1246, "symbol": "AVPlayerContentPlayerNative", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" diff --git a/theoplayer/static/theoplayer/v8/api-reference/web/index.html b/theoplayer/static/theoplayer/v8/api-reference/web/index.html index 46537c4d80b..6e5304d65d2 100644 --- a/theoplayer/static/theoplayer/v8/api-reference/web/index.html +++ b/theoplayer/static/theoplayer/v8/api-reference/web/index.html @@ -1,4 +1,4 @@ -
The API references for THEOplayer Web SDK version 8.6.1.
+- Preparing search index...
- The search index is not available
THEOplayer Web SDKTHEOplayer Web SDK
The API references for THEOplayer Web SDK version 8.6.2.
Index
API
The classes, constants, functions and namespaces listed in this category can be found on the global
diff --git a/theoplayer/static/theoplayer/v8/api-reference/web/sitemap.xml b/theoplayer/static/theoplayer/v8/api-reference/web/sitemap.xml index 32251822925..1a700f3210a 100644 --- a/theoplayer/static/theoplayer/v8/api-reference/web/sitemap.xml +++ b/theoplayer/static/theoplayer/v8/api-reference/web/sitemap.xml @@ -2,2030 +2,2030 @@THEOplayer
variable when loading with a<script>
tag, or as exports of thetheoplayer
package when loading through npm.