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

Library crashing when providing .m3u8 file #19

Open
mohitkapoor1230 opened this issue Feb 17, 2022 · 1 comment
Open

Library crashing when providing .m3u8 file #19

mohitkapoor1230 opened this issue Feb 17, 2022 · 1 comment

Comments

@mohitkapoor1230
Copy link

mohitkapoor1230 commented Feb 17, 2022

The library is crashing when I provide .m3u8 file format. Below is the crash logs:

FATAL EXCEPTION: ExoPlayerImplInternal:Handler
Process: com.------, PID: 9969
java.lang.AbstractMethodError: abstract method "void com.google.android.exoplayer2.source.BaseMediaSource.prepareSourceInternal(com.google.android.exoplayer2.upstream.TransferListener)"
at com.google.android.exoplayer2.source.BaseMediaSource.prepareSource(BaseMediaSource.java:140)
at com.google.android.exoplayer2.source.CompositeMediaSource.prepareChildSource(CompositeMediaSource.java:101)
at com.google.android.exoplayer2.source.LoopingMediaSource.prepareSourceInternal(LoopingMediaSource.java:76)
at com.google.android.exoplayer2.source.BaseMediaSource.prepareSource(BaseMediaSource.java:140)
at com.google.android.exoplayer2.ExoPlayerImplInternal.prepareInternal(ExoPlayerImplInternal.java:398)
at com.google.android.exoplayer2.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:285)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:246)
at android.os.HandlerThread.run(HandlerThread.java:67)

Please help to resolve this

@ahmadrushdie
Copy link

same here did you get a solution ?

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