Skip to content

Commit

Permalink
THEOplayer 8.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
THEOplayer Jenkins committed Dec 10, 2024
1 parent 296e432 commit 20da6a3
Show file tree
Hide file tree
Showing 5 changed files with 532 additions and 512 deletions.
22 changes: 21 additions & 1 deletion theoplayer/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><link rel="canonical" href="https://www.theoplayer.com/docs/theoplayer/v8/api-reference/web/"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>THEOplayer Web SDK</title><meta name="description" content="Documentation for THEOplayer Web SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script defer src="assets/main.js"></script><script async src="assets/icons.js" id="tsd-icons-script"></script><script async src="assets/search.js" id="tsd-search-script"></script><script async src="assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base="."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"><a href="https://www.theoplayer.com/docs/">Docs</a><a href="https://www.theoplayer.com/">THEOplayer.com</a></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">THEOplayer Web SDK</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><h1>THEOplayer Web SDK</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>The API references for <a href="https://www.theoplayer.com/sdk/html5-tizen-webos" target="_blank" class="external">THEOplayer Web SDK</a> version 8.6.1.</p>
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><link rel="canonical" href="https://www.theoplayer.com/docs/theoplayer/v8/api-reference/web/"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>THEOplayer Web SDK</title><meta name="description" content="Documentation for THEOplayer Web SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script defer src="assets/main.js"></script><script async src="assets/icons.js" id="tsd-icons-script"></script><script async src="assets/search.js" id="tsd-search-script"></script><script async src="assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base="."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"><a href="https://www.theoplayer.com/docs/">Docs</a><a href="https://www.theoplayer.com/">THEOplayer.com</a></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">THEOplayer Web SDK</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><h1>THEOplayer Web SDK</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>The API references for <a href="https://www.theoplayer.com/sdk/html5-tizen-webos" target="_blank" class="external">THEOplayer Web SDK</a> version 8.6.2.</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><h3 class="tsd-index-heading uppercase">Index</h3><section class="tsd-index-section"><h3 class="tsd-index-heading">API</h3><div class="tsd-comment tsd-typography"><p>The classes, constants, functions and namespaces listed in this category
can be found on the global <code>THEOplayer</code> variable when loading with a <code>&lt;script&gt;</code> tag,
or as exports of the <code>theoplayer</code> package when loading through npm.</p>
Expand Down
Loading

0 comments on commit 20da6a3

Please sign in to comment.