source: ipk/source/emus_mgcamd_1_35/var/keys/mg_cfg@ 7380

Last change on this file since 7380 was 6663, checked in by madie, 15 years ago

[ipk] fix emu control files for new emu.sh

File size: 3.9 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: { 01 }
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 SID, which pmt pid contains 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
38# 32 cccamd netclient, card list saved as /tmp/cccamd.info
39# (ECM only, supported server version up to 2.1.1, later not work)
40G: { 32 }
41
42# network retry, use summ for several options
43# 00 disable
44# 01 retry every new ecm
45# 02 try to connect to offline shares every Q: seconds
46# 04 try to detect and fast reconnect to lost (and not used atm) server
47# + XX messages number and YY seconds to reconnect
48# mg will reconnect to server, if no answer to last XX ecm/keepalive or
49# if no answer for last ecm or keepalive sent for YY seconds
50# set to 0 to disable
51N: { 07 } 5 30
52
53# network ecm timeout in seconds
54K: { 05 }
55
56# newcamd dead routes connect retry, sec
57Q: { 600 }
58
59# network shares priority
60# 00 gbox, newcamd, cccamd, radegast, camd3 (default)
61# 01 camd3, radegast, cccamd, gbox, newcamd
62# 02 cccamd, newcamd, camd3, gbox, radegast
63P: { 02 }
64
65# on screen display type
66# 00 No OSD (default)
67# 01 neutrino
68# 02 enigma
69# 03 relook
70# + user password for http auth
71O: { 01 } root newcs
72
73# on screen display Options, summ of:
74# 01 show emu ecm
75# 02 show network shares messages
76# 04 show decoding failed / fta
77# 08 show emm keys update
78# + web port to use for osd
79S: { 03 } 8080
80
81# Log option, summ of:
82# 00 off
83# 01 network udp log
84# 02 log to console
85# 04 file, appended ! delete it by yourself, before it eat all your hdd
86# + IP udp-port log-file-name
87L: { 02 } 127.0.0.1 28007 /tmp/mgcamd.log
88
89# keep ecm cache, seconds
90# every cache entry takes 28 bytes, so 24h cache will take *only* 240-400kb of memory,
91# for openbox/elanvision users with remote shares make sense to set it higher than default value,
92# to not hammer cards while timeshifting or playing crypted recordings.
93E: { 15 }
94
95# cache option, summ of:
96# 00 Off (default)
97# 01 Ecm pids cache, store pids used to decode in /tmp/ca_cache.list at exit, load at startup, same syntax as restore.list
98# 02 Ecm data cache, remember CW for (E:) time
99# 04 Emm cache for network cards, do not resend the same emm twice, cache not cleared until restart
100H: { 07 }
101
102# reread files, summ of:
103# 00 No (default)
104# 01 reread config file on channel change (including priority and ignore, but not replace/cache)
105# 02 reread SoftCam.Key on channel change
106# 04 reread SoftCam.Key if file changed
107R: { 00 }
108
109# debug, summ of
110# 00 off (default)
111# 01 debug ecm
112# 02 debug emm
113# 04 debug network ecm
114# 08 debug network emm
115# 16 debug network login
116# 32 show mem/cpu stats every 1 min
117# 64 add timestamp to log messages
118D: { 00 }
119
120# box type
121# 00 autodetect, change only if you think wrong type detected.
122# 01 dbox2
123# 02 dreambox
124# 03 triple-dragon
125# 04 relook
126# 05 openbox
127# 06 dreambox/mips
128# 08 stapi/kathrein
129# 09 stapi/ipbox
130# 11 stapi/openbox
131B: { 11 }
132
133# map all 180x nagra caids to 1801
134# default is 01
135F: { 00 }
Note: See TracBrowser for help on using the repository browser.