source: ipk/source/emus_incubuscamd_0_89/var/keys/incubusCamd.conf.incubus@ 2615

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

-added all latest ipk sources

File size: 7.4 KB
Line 
1##############################################################################
2# incubusCamd configuration file #
3# All configuration options in this file observe the same format: #
4# <configuration_name>=<configuration_value> #
5# #
6# Each section are [<section_name>:<option_1>:<option_x>] like. #
7# #
8# No matter about white spaces on any place or UNIX/DOS style files #
9##############################################################################
10
11########################### general configuration ############################
12[General]
13# Enable (1) or disable (0) background execution
14# 0 - Off
15# 1 - On
16#
17background_execution=0
18
19# This sets the level of console output for debugging:
20# 0 - No debug messages, 1 - First level debug messages, 2 - Second level debug messages,
21# 3 - Print all debug messages
22#
23debug_level=0
24
25# This option enables (1) or disables (0) the writing of debug information to the
26# console.
27#
28log_to_console=0
29
30# This option enables (1) or disables (0) the writing of console output to a log file
31#
32log_to_file=0
33
34# When log_to_file is set to 1, this is the path and filename to write console
35# ouput to.
36#
37logfile_name=/var/bin/incubusCamd.log
38
39# This is the path and filename to read SoftCam.Key file
40# by default it will be searched in the /var/keys directory
41#
42softcamfile_name=/var/keys/SoftCam.Key
43
44# This is the path and filename to read prio file
45# by default it will be searched in the /var/bin directory, or in /etc, or in /var/keys
46#
47priofile_name=/var/bin/incubusCamd.prio
48
49# Used to activate on-screen messages. Username and password required if
50# HTTP authentication is enabled on enigma.
51# 0 - Off
52# 1 - On
53#
54on_screen_messages_show=1
55on_screen_messages_username=root
56on_screen_messages_password=
57on_screen_messages_key_update=0
58on_screen_messages_wait_for_key_update=0
59on_screen_messages_ecm=0
60on_screen_messages_emm=0
61
62# When activated, incubusCamd will listen on the specified port for connections. All
63# log activity will be broadcast in real-time to connected clients.
64#
65console_logs_broadcast=1
66console_logs_broadcast_port=666
67
68# When activated, camd will listen on the specified port for connections. All
69# command (to view the full list use -help command) received will be processed.
70#
71console_command_broadcast=1
72console_command_broadcast_port=777
73
74########################### provider configuration ###########################
75#
76# All parameters are in hexadecimal notation.
77# Each section is defined by the provider id value.
78# If you don't know the provider id value then use the provider id "000000" and ca id "0000".
79# On provider 000000 caid 0000 goes all provider wich are not declared. If the provider
80# is declared then the cam will use the provider founded.
81#
82
83[Prov:000000:CaID:0000]
84# ----------------------------------------------------------------------------
85# this provider is a stand-in for all cards and all caid not declared previously
86#
87# You can select wich type of priority to assign on each caid/prov combination
88# priority name available are: card,emu,cs
89# card: internal card reader
90# emu: internal emulator
91# cs: card share protocols
92# each type must be separated by a comma
93#
94# you can also set to use only cs and nothing more, to do it insert on each comma "cs"
95# example: check_priority=cs,cs,cs # only cs in this case
96# example: check_priority=card,emu,emu # no cs in this case
97# obviously this is not suggested but if you prefer to disable an option you should do it in this way
98check_priority=cs,emu,card
99
100# You can select wich protocol will be used first for the current caid/prov combination
101# protocol name available are: newcamd,cccam,gbox,radegast,camd33,camd35,aroureos
102# each protocol must be separated by a comma
103#
104cs_protocol_order=cccam,newcamd,gbox,camd35,camd33,radegast,aroureos
105
106# Enable (1) or disable (0) emm process when a cs protocol is used
107# 0 - Off
108# 1 - On
109#
110process_emms_on_cs_mode=0
111
112# Enable (1) or disable (0) emm g type process
113# 0 - Off
114# 1 - On
115#
116process_emm_g=0
117
118# Enable (1) or disable (0) emm s type process
119# 0 - Off
120# 1 - On
121#
122process_emm_s=0
123
124# Enable (1) or disable (0) emm u type process
125# 0 - Off
126# 1 - On
127#
128process_emm_u=0
129
130#[Prov:000501:CaID:1833]
131#check_priority=cs,emu,card
132#cs_protocol_order=cccam,newcamd,gbox,camd35,camd33,radegast,aroureos
133#process_emms_on_cs_mode=0
134#process_emm_g=0
135#process_emm_s=0
136#process_emm_u=0
137
138########################### servers configuration ############################
139[Servers]
140#
141# This is the section for the multi-server configuration.
142#
143# URL of card-server to use, formats are as follows:
144#
145# newcamd://<username_31>:<password_31>@<hostname>:<port>:<caid_4>:<prov_id_6>/<des_key_14>/[EMM]
146# aroureos://@<hostname>:<port>:<caid_4>:<prov_id_6>/[EMM]
147# radegast://@<hostname>:<port>:<caid_4>:<prov_id_6>/[EMM]
148# camd33://<username_10>:<password_10>@<hostname>:<port>:<caid_4>:<prov_id_6>/[aes_key_16]/[EMM]
149# camd35://<username_32>:<password_32>@<hostname>:<port>:<caid_4>:<prov_id_6>/[EMM]
150# gbox://<localhost>:<localport>:<password_8>@<peer_address>:<peer_port>:<peer_pass_8>/[EMM]
151#
152# cccam://<username_20>:<password_32>@<hostname>:<port>/<receive_emu_shared>/[EMM]
153# where <receive_emu_shared> should assume value "yes" (without quotes, if you like to receive emus data shared by the server) or "no" (this is assumed by default)
154#
155#
156# NOTE: The "EMM" suffix is optional and tells the card-server client whether
157# to send EMM's to the card-server or not. Enabling or disabling this only
158# has effect if the card-server is configured to accept emms from this client.
159#
160# NOTE 2: The "card_server_url" is not the same as previously declared in the prov/caid section
161# use how many server as you like
162#
163# i.e:
164#
165#card_server_url=cccam://username:password@192.168.1.24:12000
166#card_server_url=cccam://username:password@yourname.dyndns.org:15000
167#card_server_url=gbox://yourname.dyndns.org:6666:password@hisname.dyndns.org:6666:peer_pass
168#card_server_url=cccam://username:password@hostname:port
169#card_server_url=gbox://192.168.1.24:5555:password@192.168.1.32:4444:peer_pass
170#card_server_url=newcamd://username:password@192.168.0.100:10550:0500:028800/0102030405060708091011121314
171#card_server_url=radegast://@192.168.0.100:10550:0100:000065
172#card_server_url=aroureos://@yourhostname.dyndns.org:10666:0500:007C00
173#card_server_url=camd35://username:password@192.168.0.50:14150:0603:000000
174#card_server_url=camd33://username:password@192.168.0.50:10550:0603:000000 # cam33 without AES encryption
175#card_server_url=camd33://username:password@192.168.0.50:10500:0604:000000/01020304050607080910111213141516 # cam33 with AES encryption
176
177########################### CaIDs tunneling configuration ############################
178[CaIDTunnel]
179#
180# All values are in hex notation
181# In this file you can configure what CAIDs/PIDs incubusCamd should tunnel to another CAID
182#
183# situation 1: this caid, all idents, on all channels will use the tunnel_caid
184# caid:tunnel_caid
185#
186# situation 2: this caid/ident pair will use the tunnel_caid
187# caid:tunnel_caid:ident
188#
189# situation 3: this caid/ident pair, on channel 'sid' will use the tunnel_caid
190# caid:tunnel_caid:ident:sid
191#
192# i.e:
193#
194#1833:1702:000000:0082 # this one should tunnel premiereHD nagra3 into betacrypt cards
195#1833:1702:000000:0081 # this one should tunnel premiereHD nagra3 into betacrypt cards
196
Note: See TracBrowser for help on using the repository browser.