janus ipv6

This commit is contained in:
Devaev Maxim 2021-06-09 22:26:54 +03:00
parent 6489b2f63e
commit ec402ef69a
3 changed files with 4 additions and 1 deletions

View File

@ -72,7 +72,7 @@ depends=(
iproute2
dnsmasq
ipmitool
janus-gateway-pikvm
"janus-gateway-pikvm>=0.11.2-7"
"raspberrypi-io-access>=0.5"
"ustreamer>=3.20"

View File

@ -6,6 +6,8 @@ nat: {
ignore_mdns = true
}
media: {
ipv6 = true
ipv6_linklocal = true
min_nack_queue = 2000
rtp_port_range = "20000-40000"
no_media_timer = 0

View File

@ -74,6 +74,7 @@ function _JanusStreamer(__setActive, __setInactive, __setInfo) {
__logInfo("Starting Janus ...");
__janus = new _Janus({
server: `${tools.https ? "wss" : "ws"}://${location.host}/janus/ws`,
ipv6: true,
destroyOnUnload: false,
success: __attachJanus,
error: function(error) {