Janus plugin to act as a kind of SFU for game networking data.
Перейти к файлу
Marshall Quander 15b0a88d79 Move session handle abstraction into janus-plugin 2017-10-04 15:10:50 -07:00
demo WIP toward multicasting VoIP 2017-10-03 13:31:29 -07:00
src Move session handle abstraction into janus-plugin 2017-10-04 15:10:50 -07:00
.gitignore Remove Cargo.lock from .gitignore 2017-10-02 17:05:11 -07:00
Cargo.lock Move session handle abstraction into janus-plugin 2017-10-04 15:10:50 -07:00
Cargo.toml Point at janus-plugin-rs git repo instead of my filesystem 2017-10-03 13:35:25 -07:00
Makefile Make install in debug by default for convenience 2017-09-28 03:12:05 -07:00
README.md Add README 2017-10-03 13:47:47 -07:00
rustfmt.toml Use macro for answer_sdp, formatting 2017-09-28 03:12:29 -07:00

README.md

janus-retproxy

Janus plugin to serve as a reverse proxy for Reticulum, a kind of WebVR networking backend.

Building

$ cargo build

Installing

Install the library output by the build process (e.g. ./target/debug/libjanus_retproxy.so) into the Janus plugins directory (e.g. /usr/lib/janus/plugins). Restart Janus to activate.