-
Notifications
You must be signed in to change notification settings - Fork 5
/
ceton_conf.json
37 lines (37 loc) · 1.35 KB
/
ceton_conf.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
{
"ceton":{
"ceton_ip":{
"value": "none",
"config_file": true,
"config_web": true,
"valid_options": "list",
"description": "A Comma Seperated list of Ceton device IP addresses"
},
"device_tuners":{
"value": "4",
"config_file": true,
"config_web": true,
"valid_options": "list",
"description": "A Comma Seperated list of tuners for each Ceton device"
},
"tuners":{
"value": "4",
"config_file": true,
"config_web": true,
"valid_options": "list",
"description": "The total number of tuners for all Ceton devices"
},
"stream_method":{
"value": "ffmpeg",
"config_file": true,
"config_web": true
},
"pages_to_refresh":{
"value": "page_ceton_html",
"config_file": false,
"config_web": false,
"valid_options": "list",
"description": "A Comma Seperated list of pages to enable automatic refresh."
}
}
}