You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: theoplayer/faq/15-which-error-related-events-does-player-expose.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Note that only the `error` events in the "Player API" are fatal.
7
7
Error events dispatched in different APIs (e.g. Ads API) are considered non-fatal, because some level of playback might still be possible, or the video player might recover from it.
Copy file name to clipboardexpand all lines: theoplayer/faq/16-why-did-subtitles-stop-working.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This question is occasionally asked by developers who've configured the latest r
7
7
The most common reason on an older build why closed captions are no longer working is because the **`texttrackrendering` feature isn't enabled**. To verify whether this feature is enabled you can execute the query below.
8
8
9
9
```js
10
-
var subsEnabled =THEOplayer.features.indexOf("texttrackrendering") >-1;
10
+
var subsEnabled =THEOplayer.features.indexOf('texttrackrendering') >-1;
Copy file name to clipboardexpand all lines: theoplayer/faq/64-page-and-source-domains.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,7 @@ Page and Source domains prevent unauthorized users from embedding your SDK on th
4
4
5
5
## Page domains
6
6
7
-
8
-
9
-
Page domains (available only on Web SDK, React Native SDK and Flutter SDK) specify on which domains the player can be loaded.
7
+
Page domains (available only on Web SDK, React Native SDK and Flutter SDK) specify on which domains the player can be loaded.
10
8
11
9
Imagine your website has the following domain: `example.com`, you have configured your Page domains and the THEOplayer SDK is installed on your website. When a malicious user copies your SDK and installs it on their domain, `other.com`, the player will throw an error that the license is invalid.
12
10
@@ -24,4 +22,4 @@ Your source domains are included on your player [license](https://www.theoplayer
24
22
25
23
## How to configure Page and Source domains
26
24
27
-
Page and Source domains can be configured in the [Developer Portal](https://portal.theoplayer.com) when creating a license or a custom SDK. On an existing license/SDK, you can find the Page and Source domains under the “Configure” section of the SDK overview page. The “Allow all” option can be selected when you are not certain on which domains the player will be loaded or from which domains the player will play streams. This option is separately configurable for both Page and Source domains.
25
+
Page and Source domains can be configured in the [Developer Portal](https://portal.theoplayer.com) when creating a license or a custom SDK. On an existing license/SDK, you can find the Page and Source domains under the “Configure” section of the SDK overview page. The “Allow all” option can be selected when you are not certain on which domains the player will be loaded or from which domains the player will play streams. This option is separately configurable for both Page and Source domains.
Copy file name to clipboardexpand all lines: theoplayer/faq/66-Why-is-my-Playready-stream-not-working-in-Chromium-Edge.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ In 2.78, we fixed an issue that was preventing specific streams to play in Edge
11
11
We noticed that, due to their default settings, a conflict arises (regarding which DRM system is to be given priority) between the player and the browser. This may lead to playback failure for certain PlayReady streams. This is solved directly on the implementer’s side by using the following values order for the _preferredKeySystems_ property.
0 commit comments