Skip to content

Commit

Permalink
documentation adjustements
Browse files Browse the repository at this point in the history
  • Loading branch information
valotvince committed Jan 21, 2022
1 parent 14f8941 commit 5c68876
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -171,9 +171,9 @@ NOTES:
|HLS |**Y** |**Y** |**Y** ¹ | - |

NOTES:
- ¹: We support FairPlay through MSE/EME when available and when
`useNativeHlsOnSafari` is turned off. Otherwise, we are using
Apple's native HLS player.
- ¹: By default, FairPlay is handled using Apple's native HLS player, when on
Safari. We do support FairPlay through MSE/EME, however. See the
`streaming.useNativeHlsOnSafari` configuration value.


## Media container and subtitle support
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/fairplay.md
Expand Up @@ -24,7 +24,7 @@ player.configure('drm.advanced.com\\.apple\\.fps\\.serverCertificateUri',

## Content ID

Note: This is specific when legacy Apple Media Keys is used.
Note: This only applies when legacy Apple Media Keys is used.

Some FairPlay content use custom signaling for the content ID. The content ID
is used by the browser to generate the license request. If you don't use the
Expand Down
3 changes: 3 additions & 0 deletions externs/shaka/player.js
Expand Up @@ -928,6 +928,9 @@ shaka.extern.ManifestConfiguration;
* @property {boolean} useNativeHlsOnSafari
* Desktop Safari has both MediaSource and their native HLS implementation.
* Depending on the application's needs, it may prefer one over the other.
* Warning: Where single-key HLS Fairplay streams work fine, multi-keys
* streams is showing unexpected behaviours (stall, audio playing with video
* freezes, ...). Use with care.
* @property {number} inaccurateManifestTolerance
* The maximum difference, in seconds, between the times in the manifest and
* the times in the segments. Larger values allow us to compensate for more
Expand Down

0 comments on commit 5c68876

Please sign in to comment.