Advertisement
Guest User

Untitled

a guest
Mar 8th, 2013
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  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
  5. M: { 01 }
  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
  11. C: { 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
  18. A: { 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 SID, which pmt pid contains au pid
  25. U: { 01 } 0x12c0
  26.  
  27. # config files folder (softcam, autoroll, ignore/priority)
  28. # 00 files in /var/keys
  29. # 01 files in /tmp
  30. T: { 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)
  40. G: { 01 }
  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
  51. N: { 07 } 5 30
  52.  
  53. # network ecm timeout in seconds
  54. K: { 05 }
  55.  
  56. # newcamd dead routes connect retry, sec
  57. Q: { 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
  63. P: { 00 }
  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
  71. #O: { 00 } username password
  72. # Neutrino:
  73. #O: { 01 } root dbox2
  74. # Enigma:
  75. #O: { 02 } root dbox2
  76. # Dreambox:
  77. #O: { 02 } root dreambox
  78. # Kein OSD:
  79. O: { 00 } root dbox2
  80. # on screen display Options, summ of:
  81. # 01 show emu ecm
  82. # 02 show network shares messages
  83. # 04 show decoding failed / fta
  84. # 08 show emm keys update
  85. # + web port to use for osd
  86. S: { 03 } 80
  87.  
  88. # Log option, summ of:
  89. # 00 off
  90. # 01 network udp log
  91. # 02 log to console
  92. # 04 file, appended ! delete it by yourself, before it eat all your hdd
  93. # + IP udp-port log-file-name
  94. L: { 03 } 172.16.1.1 28007 /tmp/mgcamd.log
  95.  
  96. # keep ecm cache, seconds
  97. # every cache entry takes 28 bytes, so 24h cache will take *only* 240-400kb of memory,
  98. # for openbox/elanvision users with remote shares make sense to set it higher than default value,
  99. # to not hammer cards while timeshifting or playing crypted recordings.
  100. E: { 15 }
  101.  
  102. # cache option, summ of:
  103. # 00 Off (default)
  104. # 01 Ecm pids cache, store pids used to decode in /tmp/ca_cache.list at exit, load at startup, same syntax as restore.list
  105. # 02 Ecm data cache, remember CW for (E:) time
  106. # 04 Emm cache for network cards, do not resend the same emm twice, cache not cleared until restart
  107. H: { 07 }
  108.  
  109. # reread files, summ of:
  110. # 00 No (default)
  111. # 01 reread config file on channel change (including priority and ignore, but not replace/cache)
  112. # 02 reread SoftCam.Key on channel change
  113. # 04 reread SoftCam.Key if file changed
  114. R: { 00 }
  115.  
  116. # debug, summ of
  117. # 00 off (default)
  118. # 01 debug ecm
  119. # 02 debug emm
  120. # 04 debug network ecm
  121. # 08 debug network emm
  122. # 16 debug network login
  123. # 32 show mem/cpu stats every 1 min
  124. # 64 add timestamp to log messages
  125. D: { 00 }
  126.  
  127. # box type
  128. # 00 autodetect, change only if you think wrong type detected.
  129. # 01 dbox2
  130. # 02 dreambox
  131. # 03 triple-dragon
  132. # 04 relook
  133. # 05 openbox
  134. # 06 dreambox/mips
  135. # 08 stapi/kathrein
  136. # 09 stapi/ipbox
  137. # 11 stapi/openbox
  138. B: { 00 }
  139.  
  140. # map all 180x nagra caids to 1801
  141. # default is 01
  142. F: { 01 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement