Skip to content

[video_player]: Bump exoplayer-hls from 2.17.0 to 2.18.0 in /packages/video_player/video_player_android/android#190

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/packages/video_player/video_player_android/android/com.google.android.exoplayer-exoplayer-hls-2.18.0
Closed

[video_player]: Bump exoplayer-hls from 2.17.0 to 2.18.0 in /packages/video_player/video_player_android/android#190
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/packages/video_player/video_player_android/android/com.google.android.exoplayer-exoplayer-hls-2.18.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Jun 17, 2022

Bumps exoplayer-hls from 2.17.0 to 2.18.0.

Release notes

Sourced from exoplayer-hls's releases.

r2.17.1

This release corresponds to the AndroidX media3 1.0.0-alpha03 release.

  • Audio:
    • Fix error checking audio capabilities for Dolby Atmos (E-AC3-JOC) in HLS.
  • Extractors:
    • FMP4: Fix issue where emsg sample metadata could be output in the wrong order for streams containing both v0 and v1 emsg atoms (#9996).
  • Text:
    • Fix the interaction of SingleSampleMediaSource.Factory.setTrackId and MediaItem.SubtitleConfiguration.Builder.setId to prioritise the SubtitleConfiguration field and fall back to the Factory value if it's not set (#10016).
  • Ad playback:
    • Fix audio underruns between ad periods in live HLS SSAI streams.
Changelog

Sourced from exoplayer-hls's changelog.

2.18.0 (2022-06-16)

This release corresponds to the AndroidX media3 1.0.0-beta01 release.

  • Core library:
    • Enable support for Android platform diagnostics via MediaMetricsManager. ExoPlayer will forward playback events and performance data to the platform, which helps to provide system performance and debugging information on the device. This data may also be collected by Google if sharing usage and diagnostics data is enabled by the user of the device. Apps can opt-out of contributing to platform diagnostics for ExoPlayer with ExoPlayer.Builder.setUsePlatformDiagnostics(false).
    • Fix bug that tracks are reset too often when using MergingMediaSource, for example when side-loading subtitles and changing the selected subtitle mid-playback (#10248).
    • Stop detecting 5G-NSA network type on API 29 and 30. These playbacks will assume a 4G network.
    • Disallow passing null to MediaSource.Factory.setDrmSessionManagerProvider and MediaSource.Factory.setLoadErrorHandlingPolicy. Instances of DefaultDrmSessionManagerProvider and DefaultLoadErrorHandlingPolicy can be passed explicitly if required.
    • Add MediaItem.RequestMetadata to represent metadata needed to play media when the exact LocalConfiguration is not known. Also remove MediaMetadata.mediaUrl as this is now included in RequestMetadata.
    • Add Player.Command.COMMAND_SET_MEDIA_ITEM to enable players to allow setting a single item.
  • Track selection:
    • Flatten TrackSelectionOverrides class into TrackSelectionParameters, and promote TrackSelectionOverride to a top level class.
    • Rename TracksInfo to Tracks and TracksInfo.TrackGroupInfo to Tracks.Group. Player.getCurrentTracksInfo and Player.Listener.onTracksInfoChanged have also been renamed to Player.getCurrentTracks and Player.Listener.onTracksChanged.
    • Change DefaultTrackSelector.buildUponParameters and DefaultTrackSelector.Parameters.buildUpon to return DefaultTrackSelector.Parameters.Builder instead of the deprecated DefaultTrackSelector.ParametersBuilder.
    • Add DefaultTrackSelector.Parameters.constrainAudioChannelCountToDeviceCapabilities which is enabled by default. When enabled, the DefaultTrackSelector will prefer audio tracks whose channel count does not exceed the device output capabilities. On handheld devices, the DefaultTrackSelector will prefer stereo/mono over multichannel audio formats, unless the multichannel format can be Spatialized

... (truncated)

Commits
  • 03569f9 Merge pull request #10349 from google/dev-v2-r2.18.0
  • 85d8682 Add lint baseline for spurious API-level warnings
  • 460d221 Fix release notes
  • 8781449 Merge branch 'release-v2' into dev-v2-r2.18.0
  • 3da5ab7 Update JavaDoc
  • da12792 Add lint base xml file for string.xml files
  • 3dcc24e Version bump to exoplayer:2.18.0 and media3:1.0.0-beta01
  • 0a4684d Merge pull request #63 from ittiam-systems:rtp-h263
  • fb6e3ea Update initial bitrate estimates
  • cdd2157 Updating translations
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [exoplayer-hls](https://github.com/google/ExoPlayer) from 2.17.0 to 2.18.0.
- [Release notes](https://github.com/google/ExoPlayer/releases)
- [Changelog](https://github.com/google/ExoPlayer/blob/release-v2/RELEASENOTES.md)
- [Commits](google/ExoPlayer@r2.17.0...r2.18.0)

---
updated-dependencies:
- dependency-name: com.google.android.exoplayer:exoplayer-hls
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Jul 22, 2022

Superseded by #197.

@dependabot dependabot bot closed this Jul 22, 2022
@dependabot dependabot bot deleted the dependabot/gradle/packages/video_player/video_player_android/android/com.google.android.exoplayer-exoplayer-hls-2.18.0 branch July 22, 2022 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file p: video_player platform-android

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants