obs-ndi真的是一个不错的项目,可以在局域网上虚拟出HDMI/SDI线,为
obs接多HDMI输入组网应用场景提供了极大的便利。
开源工程:https://github.com/Palakis/obs-ndi/releases/tag/4.9.1
首先,要编译obs,最新版本是27.1.3
OBS requires Windows 10 SDK version 10.0.20348.0:
https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/
git clone --recursive https://github.com/obsproject/obs-studio.git
https://github.com/obsproject/obs-studio/wiki/Install-Instructions#windows-build-directions
QTDIR=D:\program\Qt\Qt_5.15.2\5.15.2\msvc2019_64
DepsPath=D:\proj\github\obs\third\dependencies2019\win64
CEF_ROOT_DIR=D:\proj\github\obs\third\cef_75.0.3770.100_win64
mbedTLS 选择static
compile done. I use x64 not win32. I guess win32 has some errors.
compile obs-ndi:
D:\proj\github\obs\obsndi-4.9.1
QTDIR=D:\program\Qt\Qt_5.15.2\5.15.2\msvc2019_64
LIBOBS_INCLUDE_DIR = D:\proj\github\obs\obs-27.1.3\libobs