-
Notifications
You must be signed in to change notification settings - Fork 18
/
silenteye.conf
50 lines (50 loc) · 1.31 KB
/
silenteye.conf
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
<!DOCTYPE SilentEye>
<configuration>
<!--
Default charset used for enconding and decoding text from media.
Values: UTF8 / ASCII / LATIN1
-->
<charset>UTF8</charset>
<!--
Default image format used for enconding and decoding media.
Values depends on available module (BMP/JPEG)
-->
<imageformat>JPEG</imageformat>
<!--
Default audio format used for enconding and decoding media.
Values depends on available module (WAV)
-->
<audioformat>WAVE</audioformat>
<!--
Default encryption algorithm.
-->
<encryption>AES256</encryption>
<!--
Default compression mode
Values: true / false
-->
<compressdata>true</compressdata>
<loglevel>INFO</loglevel>
<!--
Default output directory for new encoded media.
Values: true / false
-->
<output></output>
<!--
Enable proxy for HTTP connections
Values: true / false
-->
<proxyenable>false</proxyenable>
<!--
IP or HOST of proxy server.
-->
<proxyhost>example.com</proxyhost>
<!--
Poxy server's port.
-->
<proxyport>3128</proxyport>
<!--
URL used to check last version available
-->
<updatelink>http://www.silenteye.org/version.xml</updatelink>
</configuration>