-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
51 lines (51 loc) · 1.17 KB
/
config.json
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
49
50
51
{
"name": "Live555 RTSP Proxy Server",
"version": "0.1.4",
"slug": "live555",
"description": "An RTSP Proxy Server",
"arch": ["aarch64", "amd64", "armhf", "i386"],
"url": "https://github.com/alex-savin/hassio-addons/tree/master/live555",
"startup": "services",
"boot": "auto",
"map": [
"config:rw"
],
"ports": {
"554/tcp": 554,
"554/udp": 554
},
"docker_api": false,
"hassio_api": true,
"hassio_role": "default",
"homeassistant_api": false,
"host_network": false,
"host_ipc": false,
"host_dbus": false,
"host_pid": false,
"auto_uart": false,
"privileged": [],
"full_access": false,
"apparmor": false,
"audio": false,
"gpio": false,
"devicetree": false,
"stdin": false,
"legacy": false,
"options": {
"log_level": "info",
"streams": [
"rtsp://[username]:[password]@[camera_ip]:[port]/[stream_uri]"
]
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"streams": [
"str"
]
},
"timeout": 20,
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "smarthouseint/{arch}-addon-live555"
}