aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/connection.json
blob: 9a9a9c6b0560a517b66d4f3dacd064943620188e (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
{
    "screen_name": "master",
    "wm_port": 54400,
    "areas": [
        {
            "area_name": "ssub",
            "transmitter_port": 34400,
            "width": 640,
            "height": 720
        }
    ],
    "connections": [
        {
            "screen_name": "slave",
            "ip": "192.168.200.16",
            "wm_port": 54410,
            "master_mode": false,
            "areas": [
                {
                    "area_name": "split.sub",
                    "transmitter_port": 34410,
                    "width": 640,
                    "height": 720
                }
            ]
        }
    ]
}