RemoteMonster / remon-obs-lib

WebRTC broadcasting library for RemoteMonster OBS Studio to use for Signalling and WebRTC broadcast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libremonobs

This is a library for ROS RemoteMonster OBS Studio to use for Signalling and WebRTC broadcast.

Thanks to Pion WebRTC project team.

Status

This project is currently experimental.

The contents of this project are subject to change according to Remon OBS Studio (ROS) status.

Install

This package supports Go module.

git clone https://github.com/Remotemonster/remon-obs-lib.git
cd remon-obs-lib

on linux

go build -buildmode=c-shared -o libremonobs.so .

on windows

go build -buildmode=c-shared -o libremonobs.dll .

Copy the generated libremonobs.h and libremonobs.so (or dll) files to the deps / libremonobs directory in remon-obs-studio project.

However, Visual Studio can not compile the auto-generated libremonobs.h file, so it may need to be modified.

License

GPL

About

WebRTC broadcasting library for RemoteMonster OBS Studio to use for Signalling and WebRTC broadcast

License:GNU General Public License v2.0


Languages

Language:Go 100.0%