diff --git a/system.md b/system.md index 4256718..0c38a47 100644 --- a/system.md +++ b/system.md @@ -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/)などを使いましょう。