From b24b2efe274e7cf49cd0952f1bc0f740c5dc9bb7 Mon Sep 17 00:00:00 2001 From: Akio Fukubayashi Date: Tue, 3 Sep 2019 09:45:11 +0900 Subject: Fix place of connection.json Signed-off-by: Akio Fukubayashi --- src/config/connection.json | 32 ++++++-------------------------- 1 file changed, 6 insertions(+), 26 deletions(-) (limited to 'src/config/connection.json') diff --git a/src/config/connection.json b/src/config/connection.json index 18dc7ad..9a9a9c6 100644 --- a/src/config/connection.json +++ b/src/config/connection.json @@ -3,42 +3,22 @@ "wm_port": 54400, "areas": [ { - "area_name": "fullscreen", - "transmitter_port": 54401, - "width": 1920, - "height": 1080 + "area_name": "ssub", + "transmitter_port": 34400, + "width": 640, + "height": 720 } ], "connections": [ { "screen_name": "slave", - "ip": "192.168.200.101", + "ip": "192.168.200.16", "wm_port": 54410, "master_mode": false, "areas": [ { "area_name": "split.sub", - "transmitter_port": 54411, - "width": 640, - "height": 720 - } - ] - }, - { - "screen_name": "hud", - "ip": "192.168.200.102", - "wm_port": 54420, - "master_mode": false, - "areas": [ - { - "area_name": "fullscreen", - "transmitter_port": 54421, - "width": 1920, - "height": 1080 - }, - { - "area_name": "leftup", - "transmitter_port": 54422, + "transmitter_port": 34410, "width": 640, "height": 720 } -- cgit 1.2.3-korg