(MODULE_DESCRIPTION"OBS output module")if(NOT BUILD_LIVE_ENGINE_SHARED)add_definitions(-DENGINE_STATIC)endif()configure_file(${CMAKE_SOURCE_DIR}/cmake/winrc/obs-module.rc.inobs-outputs.rc)list(APPEND obs-outputs_SOURCES obs-outputs.rc)endif()add_library(obs-outputs MODULE ${ftl_SOURCES} ...
obs_module_text("Error.NoRemoteDescription")); dstr_replace(&error_message, "%1", err.what()); obs_output_set_last_error(output, error_message.array); dstr_free(&error_message); obs_output_signal_stop(output, OBS_OUTPUT_CONNECT_FAILED); return false; } 0 comments on commit d25042a ...
You should have received a copy of the GNU General Public License along with this program; If not, see <https://www.gnu.org/licenses/> */ #include <obs.h> #include <obs-module.h> #include <obs-frontend-api.h> #include <util/platform.h> #include "obs-ndi.h" static obs_output_...
In ground-mounted solar power plants, the inverters are installed at a central location, while the DC combiners are spread across the PV module array. This leads to short cable runs between the inverters and the transformer and means that there is only mini...
(MODULE_DESCRIPTION"OBS output module")if(NOT BUILD_LIVE_ENGINE_SHARED)add_definitions(-DENGINE_STATIC)endif()configure_file(${CMAKE_SOURCE_DIR}/cmake/winrc/obs-module.rc.inobs-outputs.rc)list(APPEND obs-outputs_SOURCES obs-outputs.rc)endif()add_library(obs-outputs MODULE ${ftl_SOURCES} ...
plugins linux: Create a separate virtualcam module Jan 29, 2023 test test: Only build osx tests for OS_MACOS Aug 7, 2022 .cirrus.yml CI: Build ALSA support on FreeBSD Aug 17, 2022 .clang-format Apply clang-format to objective c code Jul 10, 2019 .cmake-format.json cmake,UI: Refac...
Open the declarative-camera example in QtCreator (note: Qt6 does not seem to ship with this example anymore, but it is part of Qt5 installations) (edit: The multimedia module needs to be installed for the Qt6 camera examples to be present. They do not support the OBS Virtual Camera, ...
An OBS Studio plugin for an open DistroAV/NDI-like replacement. Pretty simple, straight forward. No NDI compatibility in any form. - obs-teleport/output.go at 0.2.1 · fzwoch/obs-teleport
NewTek NDI integration for OBS Studio. Contribute to HW-OLE/obs-ndi development by creating an account on GitHub.
#include <obs-module.h> class win_spout_config { public: win_spout_config(); static win_spout_config* get(); void load(); void save(); bool auto_start; QString spout_output_name; private: static win_spout_config* _instance; }; #endif // WINSPOUTCONFIG_H319...