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

[video][android] Improve HLS compatibility #28997

Merged
merged 1 commit into from
May 21, 2024

Conversation

behenate
Copy link
Member

Why

ExoPlayer has a special dependency that is required to stream HLS content, we should include it by default in expo-video to improve out-of-the-box media compatibility

How

Added the media3-exoplayer-hls dependency to build.gradle

Test Plan

Tested in BareExpo on android emulator. HLS live streams work now, where they weren't working before.

@expo-bot expo-bot added the bot: suggestions ExpoBot has some suggestions label May 20, 2024
@behenate behenate force-pushed the @behenate/video/android-improve-hls-compat branch from ae0c2f5 to bb049df Compare May 20, 2024 14:41
@expo-bot expo-bot added bot: passed checks ExpoBot has nothing to complain about and removed bot: suggestions ExpoBot has some suggestions labels May 20, 2024
@behenate behenate marked this pull request as ready for review May 20, 2024 14:42
@behenate behenate requested a review from lukmccall May 20, 2024 14:42
@expo-bot
Copy link
Collaborator

The Pull Request introduced fingerprint changes against the base commit: 88d6feb

Fingerprint diff
[
  {
    "type": "dir",
    "filePath": "../../packages/expo-video/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "7499c3dcc3d777233014a8ac6640189a3f90b17f"
  }
]

Generated by PR labeler 🤖

@behenate behenate merged commit 0142227 into main May 21, 2024
20 checks passed
@behenate behenate deleted the @behenate/video/android-improve-hls-compat branch May 21, 2024 09:05
behenate added a commit that referenced this pull request May 28, 2024
# Why

ExoPlayer has a special dependency that is required to stream HLS
content, we should include it by default in `expo-video` to improve
out-of-the-box media compatibility

# How

Added the `media3-exoplayer-hls` dependency to `build.gradle`

# Test Plan

Tested in BareExpo on android emulator. HLS live streams work now, where
they weren't working before.

(cherry picked from commit 0142227)
@brentvatne brentvatne added the published Changes from the PR have been published to npm label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: fingerprint changed bot: passed checks ExpoBot has nothing to complain about published Changes from the PR have been published to npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants