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
My English is not good, use google translation for help.
The following error occurs when I repeat open and stopPlayback.
java.lang.NullPointerException: Attempt to invoke virtual method 'android.graphics.Bitmap com.github.niqdev.mjpeg.MjpegInputStreamDefault.readMjpegFrame()' on a null object reference at com.github.niqdev.mjpeg.MjpegViewDefault$MjpegViewThread.run(MjpegViewDefault.java:139)
The text was updated successfully, but these errors were encountered:
I have an open and close button on the page.
The close button will call stopPlayback and clearStream.
This error occurs when I continuously trigger close and open for a while.
The code looks like this.
My English is not good, use google translation for help.
The following error occurs when I repeat
open
andstopPlayback
.The text was updated successfully, but these errors were encountered: