Skip to content

Commit

Permalink
docs: Add note about CEA-708 (shaka-project#2824)
Browse files Browse the repository at this point in the history
  • Loading branch information
Álvaro Velad Galván authored and Mathias DIDIER committed Sep 16, 2020
1 parent edadf8b commit 6d6f0db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ DASH features supported:
- Key rotation
- Trick mode tracks
- WebVTT and TTML
- CEA-608 captions
- CEA-608/708 captions

DASH features **not** supported:
- Xlink with actuate=onRequest
Expand All @@ -113,7 +113,6 @@ DASH features **not** supported:
bitrates
- Timescales so large that timestamps cannot be represented as integers in
JavaScript (2^53): https://github.com/google/shaka-player/issues/1667
- CEA-708 captions


## HLS features
Expand All @@ -125,7 +124,7 @@ HLS features supported:
- MPEG-2 TS support (transmuxing provided by [mux.js][] v5.6.3+, must be
separately included)
- WebVTT and TTML
- CEA-608 captions
- CEA-608/708 captions
- Encrypted content with FairPlay (Safari on macOS and iOS 12+ only)

HLS features **not** supported:
Expand Down Expand Up @@ -207,6 +206,8 @@ Shaka Player supports:
- CEA-608
- Supported embedded in MP4
- With help from [mux.js][] v5.6.3+, supported embedded in TS
- CEA-708
- Supported embedded in MP4

Subtitles are rendered by the browser by default. Applications can create a
[text display plugin][] for customer rendering to go beyond browser-supported
Expand Down

0 comments on commit 6d6f0db

Please sign in to comment.