system を更新

syui 2025-01-19 03:40:40 +00:00
parent ab0f4dba19
commit 9be71f736d

@ -778,6 +778,11 @@ $ ./Start_SignallingServer_nopublic.ps1 --UseMatchmaker true --MatchmakerAddress
urlは`http://127.0.0.1/?StreamerId=DefaultStreamer, http://127.0.0.1/?StreamerId=DefaultStreamer1`という形になります。このidは起動しているアプリの数だけ生成されます。
```sh
# mouse cursor
http://localhost:4480/?hoveringMouse=true
```
ただ、アプリの起動数が多すぎるとserverの負荷が大きくなります。
これを外部につなげる場合は[cloudflare tunnel](https://www.cloudflare.com/ja-jp/products/tunnel/)などを使いましょう。