ipcam-view: NetworkOnMainThread Exception

if (mjpegView.isStreaming()) {
                mjpegView.stopPlayback();
            }

causes the exception and cannot be called in async task or any other worker thread i.e. has to be called from the UI thread 😦 , How to fix this ?

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 20 (12 by maintainers)

Most upvoted comments

Hi @danieltigse and @sidzi , I just published version 0.4.0 to solve and issue to manage multiple view in the same activity. Could you please tell me if with the new version you still have the same problems? Thanks

@niqdev I don’t know if I have enough knowledge to do this myself , but if you’d like to , I can pair program with you whenever you decide to work on it , if that helps 😃