source: ipk/source/emus_mgcamd_1_33/var/keys/mg_cfg.mgcamd@ 558

Last change on this file since 558 was 521, checked in by civer, 17 years ago

-added all latest ipk sources

File size: 3.7 KB
Line 
1# EMM messages
2# 00 don't show any EMMs (default)
3# 01 show only valid EMMs
4# 02 show valid and bad EMMs with complete data display
5M: { 00 }
6
7# ECM messages
8# 00 don't show anything about ecm
9# 01 normal mode, show pids processed, decoded ecm and cw
10# 02 verbose mode, show valid and bad ECMs with data
11C: { 01 }
12
13# AU
14# 00 disable, no emm pids processed
15# 01 enable, emm pids always processed for soft-au and shared cards
16# 02 auto, emm started only if channel cant be decoded
17# 03 process emm pids for network cards update only
18A: { 02 }
19
20# key update (sum 01 or 02 with 04)
21# 01 update only new keys, default setting
22# 02 update all keys (used for valid PMK checking)
23# 04 enable TPS au
24# + tps au pid
25U: { 01 } 0x12c0
26
27# config files folder (softcam, autoroll, ignore/priority)
28# 00 files in /var/keys
29# 01 files in /tmp
30T: { 00 }
31
32# network mode, use summ for several clients
33# 00 no network (default)
34# 01 newcamd netclient
35# 02 radegast netclient
36# 04 camd3 netclient
37# 08 gbox netclient
38G: { 01 }
39
40# network retry, use summ for several options
41# 00 disable
42# 01 retry every new ecm
43# 02 try to connect to offline shares every Q: seconds
44# 04 try to detect and fast reconnect to lost (and not used atm) server
45# + XX messages number and YY seconds to reconnect
46# mg will reconnect to server, if no answer to last XX ecm/keepalive or
47# if no answer for last ecm or keepalive sent for YY seconds
48# set to 0 to disable
49N: { 07 } 5 30
50
51# network ecm timeout in seconds
52K: { 02 }
53
54# newcamd dead routes connect retry, sec
55Q: { 600 }
56
57# network shares priority
58# 00 gbox, newcamd, radegast, camd3 (default)
59# 01 camd3, radegast, newcamd, gbox
60# 02 newcamd, camd3, gbox, radegast
61P: { 02 }
62
63# on screen display type
64# 00 No OSD (default)
65# 01 neutrino
66# 02 enigma
67# 03 relook
68# + user password for http auth
69O: { 01 } root newcs
70
71# on screen display Options, summ of:
72# 01 show emu ecm
73# 02 show network shares messages
74# 04 show decoding failed / fta
75# 08 show emm keys update
76# + web port to use for osd
77S: { 03 } 8080
78
79# Log option, summ of:
80# 00 off
81# 01 network udp log
82# 02 log to console
83# 04 file, appended ! delete it by yourself, before it eat all your hdd
84# + IP udp-port log-file-name
85L: { 02 } 127.0.0.1 28007 /tmp/mgcamd.log
86
87# keep ecm cache, seconds
88# every cache entry takes 28 bytes, so 24h cache will take *only* 240-400kb of memory,
89# for openbox/elanvision users with remote shares make sense to set it higher than default value,
90# to not hammer cards while timeshifting or playing crypted recordings.
91E: { 15 }
92
93# cache option, summ of:
94# 00 Off (default)
95# 01 Ecm pids cache, store pids used to decode in /tmp/ca_cache.list at exit, load at startup, same syntax as restore.list
96# 02 Ecm data cache, remember CW for (E:) time
97# 04 Emm cache for network cards, do not resend the same emm twice, cache not cleared until restart
98H: { 07 }
99
100# reread files, summ of:
101# 00 No (default)
102# 01 reread config file on channel change (including priority and ignore, but not replace/cache)
103# 02 reread SoftCam.Key on channel change
104# 04 reread SoftCam.Key if file changed
105R: { 00 }
106
107# debug, summ of
108# 00 off (default)
109# 01 debug ecm
110# 02 debug emm
111# 04 debug network ecm
112# 08 debug network emm
113# 16 debug network login
114# 32 show mem/cpu stats every 1 min
115# 64 add timestamp to log messages
116D: { 00 }
117
118# box type
119# 00 autodetect, change only if you think wrong type detected.
120# 01 dbox2
121# 02 dreambox
122# 03 triple-dragon
123# 04 relook
124# 05 openbox
125# 12 Fortis
126B: { 11 }
127
128# urls for aes keys update, any number or urls allowed,
129# url data must contain key in format 0500:007C00:0000000000:00:key1:keyl
130# W: { http://some.host.com/keys.php }
Note: See TracBrowser for help on using the repository browser.