source: ipk/source/emus_incubuscamd_0_90/var/keys/incubusCamd.conf.incubus@ 3616

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

-added all latest ipk sources

File size: 7.2 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=0
66console_logs_broadcast_port=666
67
68########################### provider configuration ###########################
69#
70# All parameters are in hexadecimal notation.
71# Each section is defined by the provider id value.
72# If you don't know the provider id value then use the provider id "000000" and ca id "0000".
73# On provider 000000 caid 0000 goes all provider wich are not declared. If the provider
74# is declared then the cam will use the provider founded.
75#
76
77[Prov:000000:CaID:0000]
78# ----------------------------------------------------------------------------
79# this provider is a stand-in for all cards and all caid not declared previously
80#
81# You can select wich type of priority to assign on each caid/prov combination
82# priority name available are: card,emu,cs
83# card: internal card reader
84# emu: internal emulator
85# cs: card share protocols
86# each type must be separated by a comma
87#
88# you can also set to use only cs and nothing more, to do it insert on each comma "cs"
89# example: check_priority=cs,cs,cs # only cs in this case
90# example: check_priority=card,emu,emu # no cs in this case
91# obviously this is not suggested but if you prefer to disable an option you should do it in this way
92check_priority=cs,emu,card
93
94# You can select wich protocol will be used first for the current caid/prov combination
95# protocol name available are: newcamd,cccam,gbox,radegast,camd33,camd35,aroureos
96# each protocol must be separated by a comma
97#
98cs_protocol_order=cccam,newcamd,gbox,camd35,camd33,radegast,aroureos
99
100# Enable (1) or disable (0) emm process when a cs protocol is used
101# 0 - Off
102# 1 - On
103#
104process_emms_on_cs_mode=0
105
106# Enable (1) or disable (0) emm g type process
107# 0 - Off
108# 1 - On
109#
110process_emm_g=0
111
112# Enable (1) or disable (0) emm s type process
113# 0 - Off
114# 1 - On
115#
116process_emm_s=0
117
118# Enable (1) or disable (0) emm u type process
119# 0 - Off
120# 1 - On
121#
122process_emm_u=0
123
124#[Prov:000501:CaID:1833]
125#check_priority=cs,emu,card
126#cs_protocol_order=cccam,newcamd,gbox,camd35,camd33,radegast,aroureos
127#process_emms_on_cs_mode=0
128#process_emm_g=0
129#process_emm_s=0
130#process_emm_u=0
131
132########################### servers configuration ############################
133[Servers]
134#
135# This is the section for the multi-server configuration.
136#
137# URL of card-server to use, formats are as follows:
138#
139# newcamd://<username_31>:<password_31>@<hostname>:<port>:<caid_4>:<prov_id_6>/<des_key_14>/[EMM]
140# aroureos://@<hostname>:<port>:<caid_4>:<prov_id_6>/[EMM]
141# radegast://@<hostname>:<port>:<caid_4>:<prov_id_6>/[EMM]
142# camd33://<username_10>:<password_10>@<hostname>:<port>:<caid_4>:<prov_id_6>/[aes_key_16]/[EMM]
143# camd35://<username_32>:<password_32>@<hostname>:<port>:<caid_4>:<prov_id_6>/[EMM]
144# gbox://<localhost>:<localport>:<password_8>@<peer_address>:<peer_port>:<peer_pass_8>/[EMM]
145#
146# cccam://<username_20>:<password_32>@<hostname>:<port>/<receive_emu_shared>/[EMM]
147# 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)
148#
149#
150# NOTE: The "EMM" suffix is optional and tells the card-server client whether
151# to send EMM's to the card-server or not. Enabling or disabling this only
152# has effect if the card-server is configured to accept emms from this client.
153#
154# NOTE 2: The "card_server_url" is not the same as previously declared in the prov/caid section
155# use how many server as you like
156#
157# i.e:
158#
159#card_server_url=cccam://username:password@192.168.1.24:12000
160#card_server_url=cccam://username:password@yourname.dyndns.org:15000
161#card_server_url=gbox://yourname.dyndns.org:6666:password@hisname.dyndns.org:6666:peer_pass
162#card_server_url=cccam://username:password@hostname:port
163#card_server_url=gbox://192.168.1.24:5555:password@192.168.1.32:4444:peer_pass
164#card_server_url=newcamd://username:password@192.168.0.100:10550:0500:028800/0102030405060708091011121314
165#card_server_url=radegast://@192.168.0.100:10550:0100:000065
166#card_server_url=aroureos://@yourhostname.dyndns.org:10666:0500:007C00
167#card_server_url=camd35://username:password@192.168.0.50:14150:0603:000000
168#card_server_url=camd33://username:password@192.168.0.50:10550:0603:000000 # cam33 without AES encryption
169#card_server_url=camd33://username:password@192.168.0.50:10500:0604:000000/01020304050607080910111213141516 # cam33 with AES encryption
170
171########################### CaIDs tunneling configuration ############################
172[CaIDTunnel]
173#
174# All values are in hex notation
175# In this file you can configure what CAIDs/PIDs incubusCamd should tunnel to another CAID
176#
177# situation 1: this caid, all idents, on all channels will use the tunnel_caid
178# caid:tunnel_caid
179#
180# situation 2: this caid/ident pair will use the tunnel_caid
181# caid:tunnel_caid:ident
182#
183# situation 3: this caid/ident pair, on channel 'sid' will use the tunnel_caid
184# caid:tunnel_caid:ident:sid
185#
186# i.e:
187#
188#1833:1702:000000:0082 # this one should tunnel premiereHD nagra3 into betacrypt cards
189#1833:1702:000000:0081 # this one should tunnel premiereHD nagra3 into betacrypt cards
190
Note: See TracBrowser for help on using the repository browser.