MattWanjia

Results 13 issues of MattWanjia

# Issue ### Short description Error: Could not find or load main class org.red5.server.Bootstrap Caused by: java.lang.ClassNotFoundException: org.red5.server.Bootstrap The server@latest wont start ### Environment [] Operating system and version: Ubuntu...

# Issue Has anyone been able to get around the CORS error issue on HTML5 and React ### Environment [] Operating system and version: Ubuntu 20.04 [] Java version: Coretto...

Am i able to run this app in the background? Extract the bytes data without having a CameraSurfaceView?

I have managed to get the app working. Now i would like to get the livestream and opublish it to a RTMP Media server

I am trying to get the video from the USB Camera inside an ATAK plugin. Plugins usually dont have activityies. How do i go about it

I am building a new Frontend for the ots api but at each turn i am getting "invalid token" and "unauthorized as response" what could be the issue i habve...

Does the repository support a UVC USB Camera?

I am using a usb camera to capture streams using the repo https://github.com/quantum6/Android-USB-OTG-Camera ``` public void startStream(){ mCameraHelper.startPusher(new AbstractUVCCameraHandler.OnEncodeResultListener() { @Override public void onEncodeResult(byte[] data, int offset, int length, long...

Is it possible to initialize usbmonitor without an activity? I want to capture the frames from the camera using the encoding listener and publish them to rtmp server inside a...