obs 您所在的位置:网站首页 bunobuno帽子 obs

obs

2024-07-07 22:25| 来源: 网络整理| 查看: 265

obs-ndi

Network A/V in OBS Studio with NewTek's NDI technology.

Follow the main author on Twitter for news & updates : @LePalakis

Build Status

Features NDI Source : receive NDI video and audio in OBS NDI Output : transmit video and audio from OBS to NDI NDI Filter (a.k.a NDI Dedicated Output) : transmit a single source or scene to NDI Downloads

Binaries for Windows, macOS and Linux are available in the Releases section.

Compiling Prerequisites

You'll need CMake and a working development environment for OBS Studio installed on your computer.

Windows

In cmake-gui, you'll have to set these CMake variables :

QTDIR (path) : location of the Qt environment suited for your compiler and architecture LIBOBS_INCLUDE_DIR (path) : location of the libobs subfolder in the source code of OBS Studio LIBOBS_LIB (filepath) : location of the obs.lib file OBS_FRONTEND_LIB (filepath) : location of the obs-frontend-api.lib file Linux

On Debian/Ubuntu :

git clone https://github.com/Palakis/obs-ndi.git cd obs-ndi mkdir build && cd build cmake -DLIBOBS_INCLUDE_DIR=" -DLIBOBS_LIB= -DOBS_FRONTEND_LIB= -DQt5Core_DIR=/usr/local/opt/qt5/lib/cmake/Qt5Core -DQt5Widgets_DIR=/usr/local/opt/qt5/lib/cmake/Qt5Widgets ../ make -j4 # Copy libobs-ndi.so to the obs-plugins folder # Copy libndi.dylib from the NDI SDK to the obs-plugins folder too


【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有