12 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
56
views
NDI Forwarding with cyndilib forwards video but no audio — audio missing in forwarded stream
I’m using cyndilib (v0.0.6) on Windows to receive an NDI source and then forward it in a different resolution(this is just one of my use-cases, there are a lot others).
The problem that I'm unable to ...
1
vote
1
answer
197
views
NDI Audio playback on iOS simulator is great but iPad is glitchy and stuttery
I am trying to implement an NDI audio receiver on iOS. It sounds great on the iOS simulator but on the iPad (iPad Air 2?) there is some stuttering and glitching. I am pretty sure it has to do with the ...
0
votes
1
answer
260
views
NDI+OpenCV python sketch looks ok but stops after 254 frames
I was exploring how to receive a NDI stream from a connected device, with some lines of python 3 in Windows.
I am using the NDI SDK, the NDI Python wrapper, OpenCV to display, nothing really special.
...
0
votes
0
answers
104
views
Bizarre Compile Error: cannot convert type to itself
I program with NDI SDK 5, and I got a very bizzare compile error when trying to use some of the library fonctions.
platform : MSVC
audio.NDI.ixx :
export module audio.NDI;
export import :finder;
...
1
vote
2
answers
852
views
NDI-PYTHON live streaming
I have a live stream project like ptz cameras,i have using NDI SDK using backend,framework PYHTON Fastapi,but i can't understand or i don't know how to integrate NDI to python,simple using NDI in ...
0
votes
1
answer
999
views
How to ouput Unity as an NDI stream?
I want to use the rendered video of Unity and output it as an NDI stream instead of displaying it on the screen. I found online the KlakNDI plugin but I can't get it to work properly. Because I have ...
0
votes
1
answer
2k
views
ERROR: Could not build wheels for ndi-python, which is required to install pyproject.toml-based projects
I am trying to install ndi-python package in my mac, I am getting the below error, anyone got idea on how to fix this issue.
CMake Error at CMakeLists.txt:10 (add_subdirectory):
...
1
vote
1
answer
1k
views
NDI SDK C++ sources project
I'm currently trying to make a application that will take one ndi video source channel, and one audio source channel and eventually combine it into one as its own stream, but as of right now my ...
0
votes
1
answer
264
views
Getting audio sound level from FLTP audio stream
I need to get audio level or even better, EQ data from NDI audio stream in C++. Here's the struct of a audio packet:
// This describes an audio frame.
typedef struct NDIlib_audio_frame_v3_t {
// ...
0
votes
1
answer
516
views
Check real FPS from NDI source
I have NDI source self-written with NDI SDK. I send frames with predefined FPS (25, 30, 50, 60). I can view this stream with NDI Studio Monitor or OBS Studio. But I can't check real FPS. Could someone ...
0
votes
1
answer
4k
views
NDI ( Network Device Interface ) with Python
I want to program a python script that list the all available NDI sources.
Over a LAN connection finds NDI sources ,receives data from them and updates the data on status change.
The data to be read ...
0
votes
1
answer
246
views
C++ NDI SDK get Red Green Blue values
Please bear with me. I haven't done any C++ before.
I've been experimenting with the NDI SDK and I'm trying to get the RGB values from an NDI source. I've been using this code to produce pixel data:
...