forked from teltek/Galicaster
-
Notifications
You must be signed in to change notification settings - Fork 1
/
conf-dist.ini
128 lines (110 loc) · 2.18 KB
/
conf-dist.ini
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
[basic]
admin = True
profile = default
stopdialog = True
quit = True
shutdown = False
[repository]
foldertemplate = gc_{hostname}_{year}-{month}-{day}T{hour}h{minute}m{second}
[logger]
path = /tmp/galicaster.log
level = DEBUG
rotate = False
use_syslog = False
; MATTERHORN COMMUNICATION
[ingest]
active = False
visible_tracks = False
legacy = False ;For MH 1.2 and 1.3 compatibility
manual = none ;Possible values: none, immediately, nightly
scheduled = none ;Possible values: none, immediately, nightly
host = http://fakeadmin.matterhorn.com:80
username = matterhorn_system_account
password = CHANGE_ME
workflow = full
workflow-parameters = trimHold:true
multiple-ingest = False
[heartbeat]
short = 10
long = 60
night = 00:00
[sidebyside]
layout = sbs ;Side by side layout. Possible values: pip-screen, pip-camera
; OVERLAPPONG AND RECORDINGS OPTIONS
[allows]
manual = True
start = False
stop = False
pause = True
overlap = False
; PLUGINS
[plugins]
nocursor = False
noaudiodialog = True
screensaver = False
cleanstale = False
forcedurationrec = False
shortcuts = True
checkrepo = False
rest = False
pushpic = False
[screensaver]
inactivity = 120
[cleanstale]
maxarchivaldays = 30
[forcedurationrec]
duration = 240
[audio]
min = -70
keep_closed = False
[rest]
host = 0.0.0.0
port = 8080
;MEDIA MANAGER APPEARENCE
[color]
classic = false
none = #FFF0AA ;yellow
nightly = #AEFFAE ; light green
pending = #AEFFAE ; light green
processing = #FFAE00 ; orange
done = #88FF88 ; green
failed = #FFAEAE ;red
;DEFAULT PROFILE
[screen]
left = Bars
right = Static
[track1]
name = Bars
pattern = 0
caps = video/x-raw-yuv,framerate=25/1,width=640,height=480
color1 = 4294967295
color2 = 4278190080
location = default
file = CAMERA.avi
device = videotest
flavor = presenter
active = True
[track2]
name = Static
device = videotest
location = default
file = SCREEN.avi
flavor = presentation
caps = video/x-raw-yuv,framerate=25/1,width=640,height=480
pattern = 1
color1 = 4294967295
color2 = 4278190080
active = True
[track3]
name = Noise
device = audiotest
location = default
file = sound.mp3
flavor = presenter
pattern = pink-noise
frequency = 440
volume = 0.3
player = True
vumeter = True
amplification = 1.0
active = True