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/getting-started/01-sdks/00-introduction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ For example, a developer integrates the iOS SDK in their iOS app.
12
12
Dolby OptiView Player offers the following SDKs. (Clicking the link takes you to the respective getting started guide.)
13
13
14
14
- HTML5/Tizen/webOS SDK
15
-
-[Web](./01-web/00-getting-started.mdx) targets (desktop and mobile) browsers, HTML5-based smart TVs, progressive web apps, and other HTML5-based platforms.
15
+
-[Web](./01-web/00-getting-started.mdx) targets (desktop and mobile) browsers, HTML5based smart TVs, progressive web apps, and other HTML5based platforms.
16
16
-[webOS](./07-webos/00-getting-started.md) targets LG webOS apps.
Copy file name to clipboardExpand all lines: theoplayer/getting-started/01-sdks/01-how-to-update-a-sdk.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,21 +9,21 @@ This how-to guide describes how to update to a new version of the THEOplayer SDK
9
9
10
10
:::info
11
11
12
-
Starting from version 2.79.0, you can make use of License as a Configuration with Web SDK. This allows you to reuse the same library when changing your license. It also allows you to make use of our NPM modules instead of using the THEOplayer zip-file. In order to use this functionality, there is a change needed in your THEOplayer integration. You can read more about this [here](../../how-to-guides/12-license/00-introduction.md).
12
+
Starting from version 2.79.0, you can make use of License as a Configuration with Web SDK. This allows you to reuse the same library when changing your license. It also allows you to make use of our npm modules instead of using the THEOplayer zip-file. In order to use this functionality, there is a change needed in your THEOplayer integration. You can read more about this [here](../../how-to-guides/12-license/00-introduction.md).
13
13
14
14
We highly recommend using this new license system due to all the advantages it brings.
15
15
16
16
:::
17
17
18
18
## Update Web SDK
19
19
20
-
Typically, next to using [NPM](https://www.npmjs.com/package/theoplayer), you grab a CDN URL or a downloadable ZIP file through [https://portal.theoplayer.com](https://portal.theoplayer.com), which gives you access to URLs like those below:
20
+
Typically, next to using [npm](https://www.npmjs.com/package/theoplayer), you grab a CDN URL or a downloadable ZIP file through [https://portal.theoplayer.com](https://portal.theoplayer.com), which gives you access to URLs like those below:
@@ -33,7 +33,7 @@ Every SDK that you create through [https://portal.theoplayer.com/](https://porta
33
33
When you're doing cloud hosting, you're referring to THEOplayer's CDN to load the relevant JavaScript, for example `https://cdn.myth.theoplayer.com/<license-key>/THEOplayer.js`.
34
34
35
35
To change the version of this specific SDK, you use the GUI at [https://portal.theoplayer.com/](https://portal.theoplayer.com/) to change it to a different version,
36
-
and hit the "Save & Publish" button after making your changes. Your video player will now automatically start using this new version, but do note that the CDN and browser cache might still be referring to your older version for a little while. If your browser is still not fetching the new JS libraries, try hard refreshing your browser tab first.
36
+
and hit the "Save & Publish" button after making your changes. Your video player will now automatically start using this new version, but do note that the CDN and browser cache might still be referring to your older version for a little while. If your browser is still not fetching the new JavaScript libraries, try hard refreshing your browser tab first.
@@ -51,12 +51,12 @@ When you extract the ZIP file, you will see the following 'helper files':
51
51
52
52
It is **important** these files are placed in the **same directory as the core library (THEOplayer.js)**.
53
53
54
-
**It is crucial to also update the libraryLocation as seen in the snippet above. Not doing will result in playback failure.**
54
+
**It is crucial to also update the `libraryLocation` as seen in the snippet above. Not doing will result in playback failure.**
55
55
56
-
If you're using [THEOplayer through NPM](https://www.npmjs.com/package/theoplayer), then you should replace the version of THEOplayer in your `package.json` file.
56
+
If you're using [THEOplayer through npm](https://www.npmjs.com/package/theoplayer), then you should replace the version of THEOplayer in your `package.json` file.
57
57
58
58
## Other SDKs
59
59
60
-
Updating the iOS SDK, Android SDK and Roku SDK is similar with regards to self-hosting the SDK.
60
+
Updating the iOS SDK, Android SDK and Roku SDK is similar in regard to self-hosting the SDK.
61
61
62
-
The iOS SDK and Android SDK can also be managed through Cocoapods and Maven respectively. You cannot "cloud host" these SDKs.
62
+
The iOS SDK and Android SDK can also be managed through CocoaPods and Maven respectively. You cannot "cloud host" these SDKs.
0 commit comments