From 9be71f736dbf3e9cd627f6cd3685ff09c9aaeb0b Mon Sep 17 00:00:00 2001 From: syui Date: Sun, 19 Jan 2025 03:40:40 +0000 Subject: [PATCH] =?UTF-8?q?system=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system.md | 5 +++++ 1 file changed, 5 insertions(+) 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/)などを使いましょう。