Skip to content

Commit

Permalink
docs: Update docs for v4.6 release (#5885)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad authored Nov 16, 2023
1 parent b5b6a0f commit 9bb2a21
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
3 changes: 3 additions & 0 deletions docs/tutorials/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@ application:

- Plugin changes:
- `Transmuxer` plugins now has three new parameters in `transmux()` method.

- Player API Changes:
- The constructor no longer takes `mediaElement` as a parameter; use the `attach` method to attach to a media element instead. (Deprecated in v4.6)
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.5 (latest)
- v4.4 (previous)
- v4.6 (latest)
- v4.5 (previous)
- v4.3 (in use by the Cast Application Framework)
- No active LTS branches at this time

Expand Down
20 changes: 15 additions & 5 deletions roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,28 @@ Candidate features for future release cycles:
https://github.com/shaka-project/shaka-player/issues/1030
- Background fetch for offline storage
https://github.com/shaka-project/shaka-player/issues/879
- A method to stitch together clips
https://github.com/shaka-project/shaka-player/issues/764
- Predict next segment in DASH SegmentTimeline
https://github.com/shaka-project/shaka-player/issues/898
- Smaller, more modular binary

v4.6 - 2024 Q1
- Content Steering
https://github.com/shaka-project/shaka-player/issues/5704
v5.0 - 2024 Q1
- Preload API
https://github.com/shaka-project/shaka-player/issues/880
- Common Media Server Data (CMSD)
https://github.com/shaka-project/shaka-player/issues/5890

=====

v4.6 - 2023 Q4
- Content Steering
https://github.com/shaka-project/shaka-player/issues/5704
- New DASH protocol for Low Latency.
- ManagedMediaSource
https://github.com/shaka-project/shaka-player/issues/5271

=====
- Add thumbnails support in src=
- Remove state engine

v4.5 - 2023 Q4
- Built-in transmuxer support for muxed content streams (audio+video)
Expand Down

0 comments on commit 9bb2a21

Please sign in to comment.