Skip to content

Commit 5d55e46

Browse files
More fixes
1 parent 70fc546 commit 5d55e46

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

.github/dictionary.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ export default [
1919
'Android',
2020
'iOS',
2121
'iPhone',
22+
'iPad',
23+
'iPadOS',
2224
'tvOS',
2325
'Tizen',
2426
'webOS',

theoplayer/getting-started/01-sdks/00-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For example, a developer integrates the iOS SDK in their iOS app.
1212
Dolby OptiView Player offers the following SDKs. (Clicking the link takes you to the respective getting started guide.)
1313

1414
- 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, HTML5 based smart TVs, progressive web apps, and other HTML5 based platforms.
1616
- [webOS](./07-webos/00-getting-started.md) targets LG webOS apps.
1717
- [Tizen](./08-tizen/00-getting-started.md) targets Samsung Tizen apps.
1818
- [Chromecast](./06-chromecast/00-getting-started.md) targets (custom) Chromecast apps.

theoplayer/getting-started/01-sdks/01-how-to-update-a-sdk.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ This how-to guide describes how to update to a new version of the THEOplayer SDK
99

1010
:::info
1111

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).
1313

1414
We highly recommend using this new license system due to all the advantages it brings.
1515

1616
:::
1717

1818
## Update Web SDK
1919

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:
2121

2222
- LIBRARY LOCATION: `https://cdn.myth.theoplayer.com/<license-key>/`
2323
- CDN ZIP LINK: `https://portal.theoplayer.com/download/<license-key>?h=1643658986`
2424

2525
Configuring THEOplayer through the "Library Location" implies a **cloud-hosted (CDN)** approach.
26-
Downloading (and configuring) the ZIP (or using NPM) implies a **self-hosted (ZIP file)** approach.
26+
Downloading (and configuring) the ZIP (or using npm) implies a **self-hosted (ZIP file)** approach.
2727

2828
![Update SDK](../../assets/img/getting-started-web-sdk/update-sdk.png)
2929

@@ -33,7 +33,7 @@ Every SDK that you create through [https://portal.theoplayer.com/](https://porta
3333
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`.
3434

3535
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.
3737

3838
![Save & Publish](../../assets/img/getting-started-web-sdk/republish.png)
3939

@@ -51,12 +51,12 @@ When you extract the ZIP file, you will see the following 'helper files':
5151

5252
It is **important** these files are placed in the **same directory as the core library (THEOplayer.js)**.
5353

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.**
5555

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.
5757

5858
## Other SDKs
5959

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.
6161

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

Comments
 (0)