From 6d6f0db8293fe135131092311b0bb655d76ad6f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Velad=20Galv=C3=A1n?= Date: Thu, 10 Sep 2020 22:06:56 +0200 Subject: [PATCH] docs: Add note about CEA-708 (#2824) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c2c56f2b1e..9fd97bcd052 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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: @@ -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