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
c7bcacde
authored
Mar 11, 2021
by
aquilescanta
Committed by
Ian Baker
Mar 12, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Add release notes for MediaParser-depending components
PiperOrigin-RevId: 362288776
parent
baf1516a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletions
RELEASENOTES.md
RELEASENOTES.md
View file @
c7bcacde
...
@@ -65,6 +65,20 @@
...
@@ -65,6 +65,20 @@
media item and so that it is not triggered after a timeline change.
media item and so that it is not triggered after a timeline change.
*
Trigger
`onMediaItemTransition`
event for all reasons except
*
Trigger
`onMediaItemTransition`
event for all reasons except
`MEDIA_ITEM_TRANSITION_REASON_REPEAT`
.
`MEDIA_ITEM_TRANSITION_REASON_REPEAT`
.
*
Allow the use of platform extractors through
[
MediaParser
]
(https://developer.android.com/reference/android/media/MediaParser).
Only supported on API 30+.
*
You can use it for progressive media by passing a
`MediaParserExtractorAdapter.FACTORY`
when creating the
`ProgressiveMediaSource.Factory`
.
*
You can use it for HLS by passing a
`MediaParserHlsMediaChunkExtractor.FACTORY`
when creating the
`HlsMediaSource.Factory`
.
*
You can use it for DASH by passing a
`DefaultDashChunkSource`
which
depends on
`MediaParserChunkExtractor.FACTORY`
when creating the
`DashMediaSource.Factory`
.
*
We don't currently support using platform extractors with
SmoothStreaming.
### 2.13.2 (2021-02-25)
### 2.13.2 (2021-02-25)
...
@@ -163,7 +177,7 @@
...
@@ -163,7 +177,7 @@
*
Low latency live streaming:
*
Low latency live streaming:
*
Support low-latency DASH (also known as ULL-CMAF) and Apple's
*
Support low-latency DASH (also known as ULL-CMAF) and Apple's
low-latency HLS extension.
low-latency HLS extension.
*
Add
`LiveConfiguration`
to
`MediaItem`
to define live offset and
*
Add
`LiveConfiguration`
to
`MediaItem`
to define live offset and
playback speed adjustment parameters. The same parameters can be set on
playback speed adjustment parameters. The same parameters can be set on
`DefaultMediaSourceFactory`
to apply for all
`MediaItems`
.
`DefaultMediaSourceFactory`
to apply for all
`MediaItems`
.
*
Add
`LivePlaybackSpeedControl`
to control playback speed adjustments
*
Add
`LivePlaybackSpeedControl`
to control playback speed adjustments
...
...
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