From 1ba2dfeced27bc78c366e56f5cbd7782874a4c79 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Wed, 30 Aug 2023 13:09:10 -0700 Subject: [PATCH] docs: Update docs for v4.4 release (#5562) --- maintained-branches.md | 4 ++-- roadmap.md | 27 +++++++++++++++++++++------ 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/maintained-branches.md b/maintained-branches.md index 8737e3f741..25bf8ae8a5 100644 --- a/maintained-branches.md +++ b/maintained-branches.md @@ -2,8 +2,8 @@ We are currently maintaining the following branches of Shaka Player: - - v4.3 (latest, also in use by the Cast Application Framework) - - v4.2 (previous) + - v4.4 (latest) + - v4.3 (previous, also in use by the Cast Application Framework) - No active LTS branches at this time Other branches are no longer receiving bug fixes, and we recommend you upgrade diff --git a/roadmap.md b/roadmap.md index d71116e40c..61fe06a42c 100644 --- a/roadmap.md +++ b/roadmap.md @@ -8,23 +8,38 @@ CHANGELOG.md. The goals of future milestones are fluid until we begin that development cycle, so the exact milestone for future features is not pre-determined. -Priority features up next: - - HLS improvements - https://github.com/shaka-project/shaka-player/projects/6 - Candidate features for future release cycles: - Preload API https://github.com/shaka-project/shaka-player/issues/880 - Official TypeScript defs, generated from source https://github.com/shaka-project/shaka-player/issues/1030 - - Codec-switching - https://github.com/shaka-project/shaka-player/issues/1528 - Background fetch for offline storage https://github.com/shaka-project/shaka-player/issues/879 - Smaller, more modular binary +v4.5 - 2023 Q4 or 2024 Q1 + - Built-in transmuxer support for muxed content streams (audio+video) + - Built-in transmuxer support for H265 streams + - Remove optional mux.js dependency + - Codec switching + https://github.com/shaka-project/shaka-player/issues/1528 + ===== +v4.4 - 2023 Q3 + - Built-in transmuxer for common cases, no mux.js required: + - Raw AAC, AC3, or EC3 to MP4 container + - AAC, AC3, EC3, MP3, or H264 in TS to MP4 container + - MP3-in-TS to raw MP3 + - Ads API improvements + - CEA parser for TS + - HLS support for non-sequence mode (as we had in v3) + - Partial support for large timestamps + - UI support for thumbnails on seek + - Microsoft SmoothStreaming support + - Segment prefetch + - Low latency improvements + v4.3 - 2022 Q4 - Support ID3 tags in mp4 https://github.com/shaka-project/shaka-player/issues/3351