Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RemoteMonster/remon-obs-lib
WebRTC broadcasting library for RemoteMonster OBS Studio to use for Signalling and WebRTC broadcast
https://github.com/RemoteMonster/remon-obs-lib
go golang obs-studio pion webrtc
Last synced: 3 months ago
JSON representation
WebRTC broadcasting library for RemoteMonster OBS Studio to use for Signalling and WebRTC broadcast
- Host: GitHub
- URL: https://github.com/RemoteMonster/remon-obs-lib
- Owner: RemoteMonster
- License: gpl-2.0
- Created: 2019-07-24T00:41:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T10:02:49.000Z (over 4 years ago)
- Last Synced: 2024-06-11T01:22:43.743Z (8 months ago)
- Topics: go, golang, obs-studio, pion, webrtc
- Language: Go
- Size: 24.4 KB
- Stars: 8
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pion - RemoteMonster
README
# libremonobs
This is a library for [ROS RemoteMonster OBS Studio](https://github.com/RemoteMonster/remon-obs-studio) to use for Signalling and WebRTC broadcast.
Thanks to [Pion WebRTC](https://github.com/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