devolay icon indicating copy to clipboard operation
devolay copied to clipboard

A Java binding for the Newtek NDI(tm) SDK.

Results 10 devolay issues
Sort by recently updated
recently updated
newest added

I implemented `NDIlib_recv_set_tally` and added the appropriate public methods (at least as best as I could figure out how to). Tested the build on some NDI devices and it appears...

Hello, I am trying to get devolay working on Android. In build.gradle(:app) I have included ``` implementation('me.walkerknapp:devolay:2.1.0') { artifact { name = "devolay" type = "aar" } } ``` Builds...

Hello, I would like to use the NDIlib_Send_H264 module in the NDI SDK, what do I need to do? I look forward to your reply, thank you!

The NDI Advanced SDK allows for additional control over streams, and could be particularly useful for improving performance on platforms like Android.

The current [README Usage section](https://github.com/WalkerKnapp/devolay#usage) is very lacking. It currently says: > Devolay aims to be close to the original NDI SDK while still following Java standards and conventions. The...

When either receiving or sending video data on an Android Emulator using an x86_64 ABI CPU, Devolay crashes with this error message: ``` A/libc: Fatal signal 11 (SIGSEGV), code 2...

Hi there :) I am using the following code to capture frames using NDI and this library: ```kotlin class NDIIssueSampleCode { var isConnected: Boolean = false private set var sourceName:...

Unfortunately, I cannot NDI broadcast on Android 12 and higher devices. That doesn't mean I can't stream at all, sometimes I can, sometimes I can't, but most of the time...

![image](https://github.com/user-attachments/assets/24513f68-d1a7-4a50-aea1-b21bf4042704)

Hi, thank you for keeping update this awesome project! Is there any chance to use the library also on Apple Silicon? Unfortunately the devolay-natives are not compiled for aarch64 in...