From aec42c83e4d7d8527a5635243cef1f89d458d623 Mon Sep 17 00:00:00 2001 From: Mock Date: Wed, 1 Apr 2026 23:49:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20B=E7=AB=AF=20relay=5Fvia=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/b_side_omnidaemon.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/b_side_omnidaemon.yaml b/config/b_side_omnidaemon.yaml index 633a8f6..415224f 100644 --- a/config/b_side_omnidaemon.yaml +++ b/config/b_side_omnidaemon.yaml @@ -1,6 +1,6 @@ transport: - server_addr: "81.70.156.140:10909" - relay_via: "106.55.173.235:10909" + server_addr: "" + relay_via: "81.70.156.140:10909" bind_ip: "" bind_device: "" @@ -17,7 +17,7 @@ control_receiver: queue_capacity: 256 video_sender: - enabled: false + enabled: true peer_id: "peer-b-video" target_peer: "peer-a-video" binary_path: "bin/b_side_video_sender" @@ -39,7 +39,7 @@ daemon: worker_restart_delay_ms: 2000 policy: - mode: "auto" + mode: "manual" health_window_ms: 2000 green_srtt_ms: 30 yellow_srtt_ms: 55