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

NoSuchFieldError: No static field DRM_UNSUPPORTED #14

Closed
AdisAlagic opened this issue Apr 7, 2021 · 3 comments
Closed

NoSuchFieldError: No static field DRM_UNSUPPORTED #14

AdisAlagic opened this issue Apr 7, 2021 · 3 comments

Comments

@AdisAlagic
Copy link

ExoPlayer version: r2.13.2

UncaughtExceptionHandler
    java.lang.NoSuchFieldError: No static field DRM_UNSUPPORTED of type Lcom/google/android/exoplayer2/drm/DrmSessionManager; in class Lcom/google/android/exoplayer2/drm/DrmSessionManager; or its superclasses (declaration of 'com.google.android.exoplayer2.drm.DrmSessionManager' appears in /data/app/com.*****==/base.apk)
        at com.google.android.exoplayer2.drm.DefaultDrmSessionManagerProvider.get(DefaultDrmSessionManagerProvider.java:82)
        at com.google.android.exoplayer2.source.hls.HlsMediaSource$Factory.createMediaSource(HlsMediaSource.java:395)
        at com.adisalagic.thedoctorsteam.ui.video.VideoActivity.hlsFromURI(VideoActivity.java:337)
        at com.adisalagic.thedoctorsteam.ui.video.VideoActivity.getSources(VideoActivity.java:299)
        at com.adisalagic.thedoctorsteam.ui.video.VideoActivity.start(VideoActivity.java:283)
        at com.adisalagic.thedoctorsteam.ui.video.VideoActivity.initPlayer(VideoActivity.java:274)
        at com.adisalagic.thedoctorsteam.ui.video.VideoActivity.onCreate(VideoActivity.java:201)
@vkay94
Copy link
Owner

vkay94 commented Apr 7, 2021

There were some changes according DRM between 2.12.3 und the latest. Give me some minutes and I'll release a update with the latest version ;)

@vkay94
Copy link
Owner

vkay94 commented Apr 7, 2021

It's live (1.0.2). Could you give feedback whether the issue was fixed? (I don't use DRM in the example app :))

@AdisAlagic
Copy link
Author

Issue was fixed, thx

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

No branches or pull requests

2 participants