aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/connection.json
blob: 18dc7adabc112305f8f42d8f8a8b462445a57f82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
    "screen_name": "master",
    "wm_port": 54400,
    "areas": [
        {
            "area_name": "fullscreen",
            "transmitter_port": 54401,
            "width": 1920,
            "height": 1080
        }
    ],
    "connections": [
        {
            "screen_name": "slave",
            "ip": "192.168.200.101",
            "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,
                    "width": 640,
                    "height": 720
                }
            ]
        }
    ]
}