mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
janus ipv6
This commit is contained in:
parent
6489b2f63e
commit
ec402ef69a
2
PKGBUILD
2
PKGBUILD
@ -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"
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user