mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
janus ipv6
This commit is contained in:
parent
6489b2f63e
commit
ec402ef69a
2
PKGBUILD
2
PKGBUILD
@ -72,7 +72,7 @@ depends=(
|
|||||||
iproute2
|
iproute2
|
||||||
dnsmasq
|
dnsmasq
|
||||||
ipmitool
|
ipmitool
|
||||||
janus-gateway-pikvm
|
"janus-gateway-pikvm>=0.11.2-7"
|
||||||
"raspberrypi-io-access>=0.5"
|
"raspberrypi-io-access>=0.5"
|
||||||
"ustreamer>=3.20"
|
"ustreamer>=3.20"
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,8 @@ nat: {
|
|||||||
ignore_mdns = true
|
ignore_mdns = true
|
||||||
}
|
}
|
||||||
media: {
|
media: {
|
||||||
|
ipv6 = true
|
||||||
|
ipv6_linklocal = true
|
||||||
min_nack_queue = 2000
|
min_nack_queue = 2000
|
||||||
rtp_port_range = "20000-40000"
|
rtp_port_range = "20000-40000"
|
||||||
no_media_timer = 0
|
no_media_timer = 0
|
||||||
|
|||||||
@ -74,6 +74,7 @@ function _JanusStreamer(__setActive, __setInactive, __setInfo) {
|
|||||||
__logInfo("Starting Janus ...");
|
__logInfo("Starting Janus ...");
|
||||||
__janus = new _Janus({
|
__janus = new _Janus({
|
||||||
server: `${tools.https ? "wss" : "ws"}://${location.host}/janus/ws`,
|
server: `${tools.https ? "wss" : "ws"}://${location.host}/janus/ws`,
|
||||||
|
ipv6: true,
|
||||||
destroyOnUnload: false,
|
destroyOnUnload: false,
|
||||||
success: __attachJanus,
|
success: __attachJanus,
|
||||||
error: function(error) {
|
error: function(error) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user