-
Notifications
You must be signed in to change notification settings - Fork 6k
NullPointerException when playing HLS source in r1.5.9 #1697
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
Comments
This seems likely to be an error in your integration code. Specifically, you're likely passing null as |
I tried with my URL in your demo app but it doesn't working |
Please copy the error that you see when using the demo app. I'm pretty sure you wont see the one pasted above. If possible, please provide a full bug report as requested in the issue template. |
When I put my URL (that I sent you before) in Samples.java HLS I get this On Mon, Jul 25, 2016 at 5:49 PM, ojw28 notifications@github.com wrote:
Vesna Ristevska |
Hi, On Tue, Jul 26, 2016 at 10:19 AM, Vesna Ristevska vristevska851@gmail.com
Vesna Ristevska |
See #1190. Redirection from HTTPS to HTTP will only work if you enable cross-protocol redirects. See also DefaultUriDataSource. |
Uh oh!
There was an error while loading. Please reload this page.
I keep getting the following NullPointer exception with HLS stream. I'm using version r1.5.9
/ExoPlayerImplInternal: Internal runtime error. java.lang.NullPointerException: Attempt to invoke interface method 'void com.google.android.exoplayer.ExoPlayer$ExoPlayerComponent.handleMessage(int, java.lang.Object)' on a null object reference at com.google.android.exoplayer.ExoPlayerImplInternal.sendMessageInternal(ExoPlayerImplInternal.java:591at com.google.android.exoplayer.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:229) at android.os.Handler.dispatchMessage(Handler.java:98)
at android.os.Looper.loop(Looper.java:148)
at android.os.HandlerThread.run(HandlerThread.java:61)
at com.google.android.exoplayer.util.PriorityHandlerThread.run(PriorityHandlerThread.java:40)
The text was updated successfully, but these errors were encountered: