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
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
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.
The text was updated successfully, but these errors were encountered:
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.
Any ideas on how to fix this? Thanks in advance.
The text was updated successfully, but these errors were encountered: