Skip to content
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

java.lang.NullPointerException: Attempt to invoke virtual method 'boolean com.wowza.gocoder.sdk.api.android.opengl.WOWZGLES$EglEnv.setPresentationTime(long)' on a null object reference #41

Open
daniel7912 opened this issue May 15, 2019 · 0 comments

Comments

@daniel7912
Copy link

daniel7912 commented May 15, 2019

Hi,

I am using the example app and it works fine on a Samsung Galaxy S8 phone. I've then tried using it on some Vuzix Blade smart glasses and I get the following error when starting the broadcast.

E/AndroidRuntime( 5406): FATAL EXCEPTION: a
E/AndroidRuntime( 5406): Process: com.example.bladeapp, PID: 5406
E/AndroidRuntime( 5406): java.lang.NullPointerException: Attempt to invoke virtual method 'boolean com.wowza.gocoder.sdk.api.android.opengl.WOWZGLES$EglEnv.setPresentationTime(long)' on a null object reference
E/AndroidRuntime( 5406): 	at com.wowza.gocoder.sdk.support.c.a.onEncodeInputSurfaceContents(GoCoderSDK:772)
E/AndroidRuntime( 5406): 	at com.wowza.gocoder.sdk.support.b.c$1.run(GoCoderSDK:187)
E/AndroidRuntime( 5406): 	at android.os.Handler.handleCallback(Handler.java:739)
E/AndroidRuntime( 5406): 	at android.os.Handler.dispatchMessage(Handler.java:95)
E/AndroidRuntime( 5406): 	at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 5406): 	at com.wowza.gocoder.sdk.support.c.a.run(GoCoderSDK:279)
E/AndroidRuntime( 5406): 	at java.lang.Thread.run(Thread.java:818)
W/ActivityManager( 2246):   Force finishing activity 1 com.tensor.bladeapp/.MainActivity

Any ideas on how to fix this? Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant