Hi,
I am using the example app from https://github.com/medlmobileenterprises/react-native-wowza-gocoder/ which integrates the Gocoder SDK with a React Native app. I’ve tried the app on a Samsung Galaxy S8 phone and along with the Wowza Stream Engine and it works great.
However, when I try to run the app on some Vuzix Blade smart glasses, the app crashes when attempting to start the broadcast. I can see the camera view fine, it only crashes when the broadcast starts.
I’ve attached a file with the outputs of ‘adb logcat’ where it looks to be erroring. blade-log.txt
I have ran ‘adb shell getprop ro.build.version.release’ and the Android version on the glasses is ‘5.1.1’.
I have also ran ‘adb shell getprop ro.build.version.sdk’ which results in ‘22’ so this should be OK according to the Gocoder SDK FAQ page.
Does anyone know how I can get this working please? Thanks in advance for any help.