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
772b1399
authored
Sep 16, 2019
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Tweak release notes
parent
1a4b1e1e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
RELEASENOTES.md
RELEASENOTES.md
View file @
772b1399
...
...
@@ -3,21 +3,24 @@
### 2.10.5 ###
*
Track selection
*
Fix audio selection issue where languages are compared by bitrate
(
[
#6335
](
https://github.com/google/ExoPlayer/issues/6335
)
).
*
Add
`allowAudioMixedChannelCountAdaptiveness`
parameter to
`DefaultTrackSelector`
to allow adaptive selections of audio tracks with
different channel counts.
*
Improve text selection logic to always prefer the better language matches
over other selection parameters.
*
Fix audio selection issue where languages are compared by bitrate
(
[
#6335
](
https://github.com/google/ExoPlayer/issues/6335
)
).
*
Performance
*
Increase maximum video buffer size from 13MB to 32MB. The previous default
was too small for high quality streams.
*
Reset
`DefaultBandwidthMeter`
to initial values on network change.
*
Bypass sniffing in
`ProgressiveMediaPeriod`
in case a single extractor is
provided (
[
#6325
](
https://github.com/google/ExoPlayer/issues/6325
)
).
*
Metadata
*
Support EMSG V1 boxes in FMP4.
*
Support unwrapping of nested metadata (e.g. ID3 and SCTE-35 in EMSG).
*
Add
`HttpDataSource.getResponseCode`
to provide the status code associated
with the most recent HTTP response.
*
Improve text selection logic to always prefer the better language matches
over other selection parameters.
*
OkHttp extension: Upgrade OkHttp to fix HTTP2 socket timeout issue
(
[
#4078
](
https://github.com/google/ExoPlayer/issues/4078
)
).
*
RTMP extension: Upgrade LibRtmp-Client-for-Android to fix RTMP playback issues
...
...
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