VideoRendererGui.setView
PeterPan355 opened this issue · 2 comments
PeterPan355 commented
Hello, I followed the whole tutorial, but I really have no idea why the application is not working.. it returns mi NullPointerException on this line:
// Then we set that view, and pass a Runnable to run once the surface is ready
VideoRendererGui.setView(mVideoView, null);
I tried to modify it, but not successfuly.
Have you got an idea why is this error returning? Thank you!
Best regards
wingoku commented
Post the exact stacktrace. Just telling you get NPE on this line won't allow us to help you.
However in the mean time, check if VideoRendererGui or mVideoView is valid/not null or not.
mkmlh commented
@PeterPan355 allow permission AndroidRTC on your device manually