gst-plugin-ndi
gst-plugin-ndi copied to clipboard
GStreamer NDI Plugin for Linux
Do you have any plans supporting NDI 5.0
Hello guys, Would it possible to make ndisink (and its companion ndisinkcombiner) compatible with gst 1.14.5 ? I tried to tweak Cargo.toml to remove the version assertions in the [features]...
Is it really necessary to have gstrearmer version 1.18? Can't it be forced to use gstreamer version 1.16?
Is it possible to build the project on windows? running `cargo build` seems to compile the project, but fails linking with the ndi libraries: `fatal error LNK1181: no se puede...
Hi, if i receive a signal which doesn't change, like a fixed test pattern from Windows NDI Tools or a still slide from another PC with NDI Screen Capture running,...
Should this project include a Cargo.lock file to stop these scenarios from happening? I now have to upgrade to rust 1.51, or try and downgrade array-init to 1.0 (my problems...
NDI HX
Hi, is there a way to get the NDI source HX and put it on a virtual video capture device created with v4l2loopback? I've tested the source created by NDI...
As the Newtek SDK does not support NDI receivers on ARM devices I feel it could be written in the readme as well. The plugin would simply output nothing without...
``` $ bindgen NDI\ SDK\ for\ Linux/include/Processing.NDI.compat.h --no-rustfmt-bindings -o /tmp/ndi.rs --enable-cxx-namespaces -- -x c++ -std=c++11 -Wpragma-once-outside-header NDI SDK for Linux/include/Processing.NDI.compat.h:1:9: warning: #pragma once in main file [-Wpragma-once-outside-header], err: false ERROR...
Does this software also allow for sending NDI? I'm looking for something to broadcast a USB camera connected to a raspi over NDI to be received in OBS. Very thankful...