Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ab4c92e9
authored
Dec 22, 2020
by
tonihei
Committed by
Oliver Woodman
Dec 23, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Add release notes for low-latency features.
Issue: #4904 Issue: #5011 PiperOrigin-RevId: 348655288
parent
c7af1e12
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
2 deletions
RELEASENOTES.md
RELEASENOTES.md
View file @
ab4c92e9
...
@@ -3,8 +3,16 @@
...
@@ -3,8 +3,16 @@
### dev-v2 (not yet released)
### dev-v2 (not yet released)
*
Core library:
*
Core library:
*
`LoadControl`
:
*
Add a
`LivePlaybackSpeedControl`
component to control the playback speed
*
Add a
`targetLiveOffsetUs`
parameter to
`shouldStartPlayback`
.
during live playbacks. This allows the player to stay close to the
configured live offset. A configurable default implementation
`DefaultLivePlaybackSpeedControl`
is added to
`ExoPlayer`
and
`SimpleExoPlayer`
by default.
*
Add
`LiveConfiguration`
to
`MediaItem`
to allow media-specific live
offset and live playback speed settings. The same settings can be set
for all
`MediaItems`
in
`DefaultMediaSourceFactory`
.
*
Add
`targetLiveOffsetUs`
parameter to
`LoadControl.shouldStartPlayback`
.
*
Verify correct thread usage in
`SimpleExoPlayer`
by default. Opt-out is
*
Verify correct thread usage in
`SimpleExoPlayer`
by default. Opt-out is
still possible until the next major release using
still possible until the next major release using
`setThrowsWhenUsingWrongThread(false)`
`setThrowsWhenUsingWrongThread(false)`
...
@@ -32,6 +40,15 @@
...
@@ -32,6 +40,15 @@
*
Track selection:
*
Track selection:
*
Add option to specify multiple preferred audio or text languages.
*
Add option to specify multiple preferred audio or text languages.
*
Forward
`Timeline`
and
`MediaPeriodId`
to
`TrackSelection.Factory`
.
*
Forward
`Timeline`
and
`MediaPeriodId`
to
`TrackSelection.Factory`
.
*
DASH:
*
Support low-latency DASH playback (
`availabilityTimeOffset`
and
`ServiceDescription`
tags)
(
[
#4904
](
https://github.com/google/ExoPlayer/issues/4904
)
).
*
HLS:
*
Support playlist delta updates, blocking playlist reloads and rendition
reports.
*
Support low-latency HLS playback (
`EXT-X-PART`
s and preload hints)
(
[
#5011
](
https://github.com/google/ExoPlayer/issues/5011
)
).
*
UI:
*
UI:
*
Miscellaneous fixes for
`StyledPlayerControlView`
in minimal mode.
*
Miscellaneous fixes for
`StyledPlayerControlView`
in minimal mode.
*
Fix issue where pop-up menus belonging to
`StyledPlayerControlView`
*
Fix issue where pop-up menus belonging to
`StyledPlayerControlView`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment