mirror of
https://github.com/Misterblue/os-webrtc-janus.git
synced 2026-08-14 08:52:30 +00:00
ce5381b31c73f7cfd33ca28c13ce3fe7c4faf4be
Add CancellationToken to long poll GET request for better termination recovery -- fixes issue #18. Have GetFromJanus always return a response -- error response for errors. Bump version number.
os-webrtc-janus
Addon-module for OpenSimulator to provide webrtc voice using Janus-gateway.
# Get the OpenSimulator sources
git clone git://opensimulator.org/git/opensim
cd opensim # cd into the top level OpenSim directory
# Fetch the WebRtc addon
cd addon-modules
git clone https://github.com/Misterblue/os-webrtc-janus.git
cd ..
# Build the project files
./runprebuild.sh
# Compile OpenSimulator with the webrtc addon
./compile.sh
# Copy the INI file for webrtc into a config dir that is read at boot
mkdir bin/config
cp addon-modules/os-webrtc-janus/os-webrtc-janus.ini bin/config
Languages
C#
99.6%
Shell
0.4%