Paul Peavyhouse
Paul Peavyhouse
@jpooley-hearst NDI silent installs came up today and I remembered this issue and came here to see how to install NDI tools but the link you provided is 404. I...
Oh, just above that post I linked too it does say: ``` Start-Process -Wait -FilePath "NDI-Tools.exe" -Verb RunAs -ArgumentList "/SP- /VERYSILENT /NORESTART /TYPE=all_tools" ``` So maybe the following technically works:...
Try this in the latest `develop` branch `4.11.0-RC` tagged version that is due to officially release once approved: https://github.com/Palakis/obs-ndi/pull/849
@KWWL-Ethan Disregarding my below comments, are you saying that the current/4.11.0 plugin works acceptably now and that the problem may have been mostly or perhaps entirely some old firmware? I...
@congoblue > Hi Paul, I was running your `develop` test build `4.10.2` (to fix the audio problem) - this still showed the issue "this still showed the issue" meaning this...
The new https://github.com/Palakis/obs-ndi/pull/849 's 4.11.0-RC, and heck even the `rewrite` branch, just use the https://github.com/obsproject/obs-plugintemplate installer. We could consider customizing the Windows installer it to add a firewall exception, but...
Is this still an issue in https://github.com/Palakis/obs-ndi/pull/849 's 4.11.0-RC?
Interesting. The current code for Sync `Network` vs `Source Timing` is: https://github.com/obs-ndi/obs-ndi/blob/4daba126d0fc294a9f38213d9fb0a5a6b914c4ee/src/obs-ndi-source.cpp#L368-L380 I didn't write this code, so I am just saying as the current code maintainer that this option...
I am also not sure why this was closed in 2017. tt2468 addressed this in his rewrite branch, so I can look at that and see what I can port...
Is this still an issue using 4.13.0?