Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEC-12338 ExoPlayer upgrade to v2.18.2 #794

Merged
merged 18 commits into from
Dec 5, 2022
Merged

FEC-12338 ExoPlayer upgrade to v2.18.2 #794

merged 18 commits into from
Dec 5, 2022

Conversation

GouravSna
Copy link
Contributor

@GouravSna GouravSna commented Nov 21, 2022

Description of the Changes

Features

  • FEC-12722 | Added getCurrentMediaManifest Returns nullable media manifest of the window. Manifest depends on the type of media being prepared. Must be called once the media preparation is complete (Means tracks are loaded)
    Object mediaManifest = player.getCurrentMediaManifest();
    
    if (mediaManifest instanceOf DashManifest) {
      DashManifest manifest = (DashManifest)mediaManifest;
    } else if (mediaManifest instanceOf HlsManifest) {
      HlsManifest manifest = (HlsManifest)mediaManifest;
    }
  • Android-13 support.
  • Added constrainAudioChannelCountToDeviceCapabilities API on PlayerSettings.

Upgrades

  • Gradle build version - v7.2.1
  • targetSdkVersion - 33
  • checkerframeworkVersion - 3.13.0
  • guavaVersion - 31.0.1-android

Fixes

Linked PRs

CheckLists

  • Subtitle positioning API in 360 content as well (VR)
  • Audio Only media
  • External Subtitles (With preference)
  • Tracks (Video, Audio, Text, Image)
  • New API docs needs to be updated

@GouravSna GouravSna changed the title FEC-12338 ExoPlayer upgrade to v2.18.1 FEC-12338 ExoPlayer upgrade to v2.18.2 Nov 29, 2022
@GouravSna GouravSna marked this pull request as ready for review December 1, 2022 03:05
@GouravSna GouravSna merged commit 9ca8661 into dev Dec 5, 2022
@GouravSna GouravSna deleted the FEC-12338 branch December 5, 2022 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants