source: ipk/source/emus_incubuscamd_0_82/var/keys/incubusCamd.conf.incubus@ 2056

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

-added all latest ipk sources

File size: 7.1 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
16background_execution=1
17
18# This sets the level of console output for debugging:
19# 0 - No debug messages, 1 - First level debug messages, 2 - Second level debug messages,
20# 3 - Print all debug messages
21debug_level=1
22
23# This option enables (1) or disables (0) the writing of debug information to the
24# console.
25log_to_console=1
26
27# This option enables (1) or disables (0) the writing of console output to a log file
28log_to_file=0
29
30# When log_to_file is set to 1, this is the path and filename to write console
31# ouput to.
32logfile_name=/var/bin/incubusCamd.log
33
34# Used to activate on-screen messages. Username and password required if
35# HTTP authentication is enabled on enigma.
36on_screen_messages_show=1
37on_screen_messages_username=root
38on_screen_messages_password=
39on_screen_messages_key_update=1
40on_screen_messages_wait_for_key_update=0
41on_screen_messages_ecm=0
42on_screen_messages_emm=0
43
44#When activated, camd will listen on the specified port for connections. All
45#log activity will be broadcast in real-time to connected clients.
46console_logs_broadcast=1
47console_logs_broadcast_port=666
48
49############################ caid configuration ##############################
50#
51# First of all the cam use the incubusCamd.prio file, then use the
52# configuration below.
53# Sections are defined by the value of the CaID.
54# You can choose the default ecm table used by the codify, this means that
55# you can choose the first byte of the raw ecm that is downloaded from sat.
56# If you don't know what value to insert, use "80". (all value are in hex)
57# Default value for ecm_table is 0x80.
58# The option "priority" tells if one caid should be selected before try
59# another one with a priority value greater.
60# The less is the value the greatest is the priority. Choose from "0" to any value,
61# priority value is decimal.
62#
63
64[CaID:0100]
65ecm_table=80
66priority=1
67
68[CaID:0500]
69ecm_table=80
70priority=1
71
72[CaID:0600]
73ecm_table=80
74priority=1
75
76[CaID:0919]
77ecm_table=80
78priority=1
79
80[CaID:093B]
81ecm_table=80
82priority=1
83
84[CaID:0B00]
85ecm_table=80
86priority=1
87
88[CaID:0D00]
89ecm_table=80
90priority=1
91
92[CaID:1700]
93ecm_table=80
94priority=1
95
96[CaID:1800]
97ecm_table=80
98priority=1
99
100[CaID:2600]
101ecm_table=80
102priority=1
103
104########################### provider configuration ###########################
105#
106# All parameters are in hexadecimal notation.
107# Each section is defined by the provider id value.
108# If you don't know the provider id value then use the provider id "000000" and ca id "0000".
109# On provider 000000 caid 0000 goes all provider wich are not declared. If the provider
110# is declared then the cam will use the provider founded.
111#
112
113[Prov:000501:CaID:1833]
114# ----------------------------------------------------------------------------
115# Decoder type indicates whether the cam will attempt to decode this provider
116# in software, or through a card-server. Supported values are:
117#
118# 0 - Use internal softcams.
119# 1 - Connect to a card sharing protocol card-server.
120decoder_type=1
121
122# URL of card-server to use, formats are as follows:
123#
124# newcamd://<username>:<password>@<hostname>:<port>/<des_key>
125# aroureos://@<hostname>:<port>
126# radegast://@<hostname>:<port>
127#
128# Example:
129# newcamd://foo:bar@192.168.0.100:12345/0CE3476FF2E1C9D9A0A109B371E3
130#
131# Multiple card-server url's can be specified for server fail-over.
132# If the emu fails to connect or fails to get valid CW's, it will try to
133# connect to other servers in a round-robin fashion.
134#
135# Up to 16 servers can be added from index 0 to 15.
136#
137# You can choose also to select a cccam or gbox server, but they must be declared
138# in the "servers configuration" section ( [Servers] ).
139# e.g. : if you want to use a cccam server for a provider you must put it on
140# the parameter card_server_url_0=cccam://
141# NO MATTER the value after the double slash because server configuration is
142# made in the section [Servers].
143# Only for newcamd, radegast and aroureos is usefull to put correct connection
144# parameters because they are provider dependent.
145#
146#
147# Example i want to use mine card into the slot with newcs for prov 0501 on nagra3 (caid 1833)
148card_server_url_0=newcamd://username:password@192.168.0.100:10550/0102030405060708091011121314
149
150[Prov:000000:CaID:0000]
151# this provider is a stand-in for all cards and all caid not declared previously
152#
153# For example I choose to use cccam protocol on all other provider.
154#
155decoder_type=1
156card_server_url_0=cccam://
157
158########################### servers configuration ############################
159[Servers]
160#
161# This is the section for the multi-server configuration.
162#
163# URL of card-server to use, formats are as follows:
164#
165# cccam://<username>:<password>@<hostname>:<port>/<receive_emu_shared>/[EMM]
166# 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)
167#
168# gbox://<localhost>:<localport>:<password>@<peer_address>:<peer_port>:<peer_pass>/[EMM]
169#
170# NOTE: The "EMM" suffix is optional and tells the card-server client whether
171# to send EMM's to the card-server or not. Enabling or disabling this only
172# has effect if the card-server is configured to accept emms from this client.
173#
174# NOTE 2: The "card_server_url" is not the same as previously declared in the prov/caid section
175# use how many server as you like
176#
177card_server_url=cccam://<username>:<password>@<hostname>:<port>
178card_server_url=cccam://<username>:<password>@<hostname>:<port>
179card_server_url=gbox://<localhost>:<localport>:<password>@<peer_address>:<peer_port>:<peer_pass>
180card_server_url=cccam://<username>:<password>@<hostname>:<port>
181card_server_url=gbox://<localhost>:<localport>:<password>@<peer_address>:<peer_port>:<peer_pass>
182
183########################### CaIDs tunneling configuration ############################
184[CaIDTunnel]
185#
186# All values are in hex notation
187# In this file you can configure what CAIDs/PIDs incubusCamd should tunnel to another CAID
188#
189# situation 1: this caid, all idents, on all channels will use the tunnel_caid
190# caid:tunnel_caid
191#
192# situation 2: this caid/ident pair will use the tunnel_caid
193# caid:tunnel_caid:ident
194#
195# situation 3: this caid/ident pair, on channel 'sid' will use the tunnel_caid
196# caid:tunnel_caid:ident:sid
197#
198# i.e:
199# 1833:1702:000000:0082 # this one should tunnel premiereHD nagra3 into betacrypt cards
200# 1833:1702:000000:0081 # this one should tunnel premiereHD nagra3 into betacrypt cards
201#
Note: See TracBrowser for help on using the repository browser.