Skip to content

fix: add missing media3 HLS dependency#55

Merged
barrydeen merged 1 commit intomainfrom
fix/hls-dependency-crash
Feb 26, 2026
Merged

fix: add missing media3 HLS dependency#55
barrydeen merged 1 commit intomainfrom
fix/hls-dependency-crash

Conversation

@barrydeen
Copy link
Copy Markdown
Owner

Summary

  • Adds media3-exoplayer-hls dependency to fix crash when playing HLS video streams
  • The base media3-exoplayer module doesn't include HLS support, causing a runtime crash when encountering .m3u8 streams

Test plan

  • Play an HLS video stream in a note and verify it plays without crashing
  • Verify non-HLS videos (mp4, webm) still play correctly

Videos hosted on HLS streams crash the app because the HLS exoplayer
module was not included as a dependency.
@barrydeen barrydeen merged commit 4060604 into main Feb 26, 2026
@barrydeen barrydeen deleted the fix/hls-dependency-crash branch March 4, 2026 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant