You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm use ExoMedia library on my project that use ExoPlayerFactory.newInstance create player instance you can check here
java.lang.NullPointerException: Attempt to invoke interface method 'void com.google.android.exoplayer2.Player$VideoComponent.setVideoFrameMetadataListener(com.google.android.exoplayer2.video.VideoFrameMetadataListener)' on a null object reference
at com.mux.stats.sdk.muxstats.e.<init>()
at com.mux.stats.sdk.muxstats.MuxStatsExoPlayer.<init>()
at com.mux.stats.sdk.muxstats.MuxStatsExoPlayer.<init>()
at com.fiton.android.ui.inprogress.InProgressActivity.lambda$initMux$8(InProgressActivity.java:874)
at com.fiton.android.ui.inprogress.-$$Lambda$InProgressActivity$5y8FZVwFcHxLWDh10AV5SP_HDN8.run(lambda)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:158)
at android.app.ActivityThread.main(ActivityThread.java:7229)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
The text was updated successfully, but these errors were encountered:
@szhangbiao can you report on whether this exception is still happening? If not, we'll close out this issue since it's been over 1 year since it was opened.
I'm use ExoMedia library on my project that use ExoPlayerFactory.newInstance create player instance you can check here
The text was updated successfully, but these errors were encountered: