William Steele

Results 11 comments of William Steele

Thanks! I will look into this further and get back to you. For the moment I found a workaround using obs ptz and using the "through ptz controls" option... https://github.com/glikely/obs-ptz/releases/tag/v0.10.4

Just curious if the update to the NDI SDK 4 enables audio in your plugin? My other question would be what benefits are there now that version 4 of the...

If you came up with an amount I'm sure there is a number of people (including me) willing to pay for /fund the audio support development!

@keijiro If you got it started there's a lot of innovated people including myself to work out the kinks. Where to get started is usually the hardest for me. Once...

@benwager Did you go any further or start a fork for receiving audio? I'm getting back into myself and have since done a lot with the android NDI SDK's so...

@darktable I will take a look. I'm pretty good at debugging and increasing performance. Just to clarify your "audio-reciever" fork is for both audio and video, correct?

@pabloko Do you have a working android studio example of using extract libndi.so ?

@pabloko I think that is helpful. I'm new to working with .so files so I'll give it a shot and see if I get anywhere.

@pabloko So I brought the .so files into my android studio project to into the appropriate jniLibs directory for the to architectures respectively. Then I created a native class "com.newtek.ndicamera.StreamingNDI"...

@pabloko Ahah! That worked! Now on to figure out how to get it to work with CameraX. Wish me luck!