-
I have been toying with the idea of creating a thirdparty call control/b2bua/native client behind the gatway. As a prototype, i created a simple python script to register the user using videocall plug…
-
I just wanted to offer this example build script, which works on ubuntu 14.04 and debian 8 (and probably later ubuntu versions as well), and builds and uses boringssl, libwebsockets, and latest libsrt…
-
I plan to contribute heavily to this project, but I would like to request that, over time, ES6/ES2015 be adopted as the main language over CoffeeScript.
Any new modules I build (like for WebRTC conne…
-
Hello,
I've been running the janus-gateway for 28 hours yesterday and ran into the following error:
[31m[ERR][0m [dtls.c:janus_dtls_srtp_incoming_msg:311:] Handshake error: error:1410241B:SSL routin…
-
I installed Janus-WebRTC gateway on ubuntu server and started created a multiuser chat and broadcast. When is run this example Janus echotest example In my own server i always getting a bad resolution…
-
when i register a sip client i get this error
```
nta: bind(XXX.XXX.XXX.XXX:*;transport=*): Protocol not supported
nua: initializing SIP stack failed
```
-
Checked this one on your public service (saghul@sip2sip.info should be in your logs xD). Firefox works fine, sigh. (audio only calls work fine). Tried Canary (47) to no avail either...
Here is the SD…
-
This didn't reproduce until after a few days in production, so it seems like it's pretty rare. Here's the info we have:
Syslog entry:
audiobridge par[30392]: segfault at 7f44a5b42a48 ip 00007f44ac165…
-
``` c
void janus_ice_free(janus_ice_handle *handle) {
if(handle == NULL)
return;
janus_mutex_lock(&handle->mutex);
handle->session = NULL;
handle->app = NULL;
if(handle->ap…
-
Hello Janus Team , Janus Gateway is one of the really kool things I have seen recently. Kudos for that . Its very neat in streaming from my local webcam using gstreamer to local Janus gateway and I…