Skip to content

Commit

Permalink
docs: Update docs for v4.4 release (#5562)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish authored Aug 30, 2023
1 parent f14f295 commit 1ba2dfe
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
4 changes: 2 additions & 2 deletions maintained-branches.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
27 changes: 21 additions & 6 deletions roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ba2dfe

Please sign in to comment.