command line arguments support added, webrtc config improved for p2p
This commit is contained in:
@@ -15,5 +15,6 @@
|
||||
"HttpsPort": 443,
|
||||
"StreamerPort": 8888,
|
||||
"SFUPort": 8889,
|
||||
"MaxPlayerCount": -1
|
||||
"MaxPlayerCount": -1,
|
||||
"peerConnectionOptions": "{ \"iceServers\": [{\"urls\": [\"stun:stun1.l.google.com:19302\",\"stun:stun1.l.google.com:19302\"]}] }"
|
||||
}
|
||||
Reference in New Issue
Block a user