https://github.com/meonardo/obs-janusvm
an OBS plugin for publishing OBS media data to janus videoroom.
https://github.com/meonardo/obs-janusvm
janus-gateway obs webrtc
Last synced: about 2 months ago
JSON representation
an OBS plugin for publishing OBS media data to janus videoroom.
- Host: GitHub
- URL: https://github.com/meonardo/obs-janusvm
- Owner: Meonardo
- License: gpl-2.0
- Created: 2022-10-23T02:06:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T01:56:04.000Z (over 2 years ago)
- Last Synced: 2025-01-29T22:19:18.817Z (4 months ago)
- Topics: janus-gateway, obs, webrtc
- Language: C++
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# obs-janusvm
an OBS plugin(output) for publishing OBS media data to janus videoroom.## Notice
1. The `libwebrtc` is my [fork](https://github.com/Meonardo/libwebrtc/tree/Meonardo) from https://github.com/webrtc-sdk/libwebrtc,
the dll file is provided in the pre-release [link](https://github.com/Meonardo/obs-janusvm/releases/download/v0.0.3/libwebrtc.dll).
2. Raw/encoded video(current support NV12 pixel format only).
3. Audio support(convert the raw audio output to `AUDIO_FORMAT_16BIT` sample format).
4. Windows only & only test on 64bit OS.