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

fix(android): enable multi session drm #3947

Closed

Conversation

freeboub
Copy link
Collaborator

Summary

enable multisession drm on android

Motivation

fix: #3942

Changes

just change value to true as advised in android doc: https://developer.android.google.cn/media/media3/exoplayer/drm?hl=en#case_2_license_server_responds_with_requested_key_only

freeboub and others added 29 commits May 5, 2024 21:06
…ideo

# Conflicts:
#	android/src/main/java/com/brentvatne/exoplayer/ReactExoplayerViewManager.java
#	src/Video.tsx
…fix/avoidVideoResizingFlickering

# Conflicts:
#	.github/ISSUE_TEMPLATE/bug-report.yml
* fix: ensure player doesn't start when view is unmounted
Copy link
Collaborator

@KrzysztofMoch KrzysztofMoch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason why that was earlier set to false ?

@KrzysztofMoch KrzysztofMoch changed the title Fix/android multi session drm fix(android): enable multi session drm Jun 27, 2024
@freeboub
Copy link
Collaborator Author

will be replaced by #3867

@freeboub freeboub closed this Jun 27, 2024
@freeboub
Copy link
Collaborator Author

@KrzysztofMoch I don't really know... this is the default value, so it is useless... I put a prop in the other PR to avoid side effects on existing projects, I am not sure if it do big change internally in exoplayer. Documentation doesn't advise to put it always to true ...

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.

[BUG]: Android TV and Android Mobile CryptoException when play m3u8 hls with DRM
2 participants