aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/connection.json
diff options
context:
space:
mode:
authorAkio Fukubayashi <fukubayashi.akio@genetec.co.jp>2019-09-03 09:45:11 +0900
committerAkio Fukubayashi <fukubayashi.akio@genetec.co.jp>2019-09-03 09:45:11 +0900
commitb24b2efe274e7cf49cd0952f1bc0f740c5dc9bb7 (patch)
treed28ffc8c78280c4637632c645c779ed52cfcfa66 /src/config/connection.json
parent556884fe71a3577ffc9ba5ddf65029cf0ca699ee (diff)
Fix place of connection.jsonsandbox/akiofukubayashi/als2019_8.0
Signed-off-by: Akio Fukubayashi <fukubayashi.akio@genetec.co.jp>
Diffstat (limited to 'src/config/connection.json')
-rw-r--r--src/config/connection.json32
1 files changed, 6 insertions, 26 deletions
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
}