Skip to content

Commit

Permalink
fixup doc
Browse files Browse the repository at this point in the history
  • Loading branch information
valotvince committed Dec 20, 2021
1 parent 32f1a00 commit 0ca3385
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -171,8 +171,9 @@ NOTES:
|HLS |**Y** |**Y** |**Y** ¹ | - |

NOTES:
- ¹: We support FairPlay through MSE/EME when available, and fallback to
Apple's native HLS player with `com.apple.fps.1_0` keySystem otherwise.
- ¹: We support FairPlay through MSE/EME when available and when
`useNativeHlsOnSafari` is turned off. Otherwise, we are using
Apple's native HLS player.


## Media container and subtitle support
Expand Down
6 changes: 1 addition & 5 deletions docs/tutorials/fairplay.md
@@ -1,10 +1,6 @@
# FairPlay Support

We support FairPlay with EME on compatible environments or native `src=`.

You should provide configuration for `com.apple.fps` and `com.apple.fps.1_0`
if you want both EME and native support.

Adding FairPlay support involves a bit more work than other key systems.

## Server certificate
Expand All @@ -28,7 +24,7 @@ player.configure('drm.advanced.com\\.apple\\.fps\\.serverCertificateUri',

## Content ID

Note: This is specific for legacy `com.apple.fps.1_0` keySystem fallback
Note: This is specific 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

0 comments on commit 0ca3385

Please sign in to comment.