Lizzo
New Member
ok turns out the problem is my CPU doesn't have the right resources to run NDI Runtime. Read more about it here. https://github.com/Palakis/obs-ndi/issues/33
When will the NDI 5.0 plugin for OBS be available?
very sad… is there any software based alternative for obs. I do not want to buy 2 capture cards
How processor hungry is having NDI inputs? Could I have 4 running without any problems? Is there a specific spec Mac needed to do this?Palakis submitted a new resource:
NDI Input/Output plugin for OBS Studio - NewTek NDI™ integration into OBS Studio
Read more about this resource...
Really depends on the resolution and framerate of those NDI feeds, and perhaps on their quality setting too. And on your mac's ability to process it all. Four 1080p streams should be feasible for a modern machine but best to try. If it's 4K streams x 4, bandwidth is also becoming an issue over a 1Gbps connection.How processor hungry is having NDI inputs? Could I have 4 running without any problems? Is there a specific spec Mac needed to do this?
Hi,Palakis submitted a new resource:
NDI Input/Output plugin for OBS Studio - NewTek NDI™ integration into OBS Studio
Read more about this resource...
No, it won't, not by itself. The NDI plugin is really only about bringing in or outputting NDI sources. You could potentially output individual sources as NDI sources and then use another program to ingest and save those sources.Will this record multiple streams on the same PC that is capturing the video? I don' t need to send over network.
I tried using Source Record plugin. At first it seemed to work great, but then realized individual source videos were sped up. Just looking for a simple way to record OBS scene plus each individual source separately.
It's clear that OBS-NDI becoming unusable at this point for the more general use...
Yes. I do.and it works well. It is the only way to get rid of the audio-desync.Has anyone experience with the Low-Latency-Setting? Is it really "experimental" or does it work well? Wihtout it I get more han half a second of latency
I have the same issue, but I am not understanding your solution. Would you please explain how to fix the problem? You would be a life saver!!!!!I went to Github Issues and found the answer to my problem.
From:
obs_audio_frame.data =
(uint8_t*)(&audio_frame.p_data[i * audio_frame.no_samples]);
To:
obs_audio_frame.data = (uint8_t*)( &audio_frame.p_data[ i * audio_frame.channel_stride_in_bytes ]);
.channel_stride_in_bytes was the fix.
Here is the link to the bug line on Line 332:
Bug for Mac and Linux: https://github.com/Palakis/obs-ndi/blob/4.9.1/src/obs-ndi-source.cpp#L332
Issue Tracker: https://github.com/Palakis/obs-ndi/issues/655
Halelujah we now have sound!