Skip to content

Commit d4048cc

Browse files
committed
astra/receiving: article about external dvb-ci adapter
1 parent a7512d7 commit d4048cc

File tree

1 file changed

+96
-0
lines changed

1 file changed

+96
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
---
2+
title: "Descrambling channels with External DVB-CI"
3+
date: 2023-06-27
4+
image: https://cdn.cesbo.com/help/astra/receiving/dvb/external-ci/ddci.jpg
5+
---
6+
7+
With the rise of digital broadcasting, protecting content from unauthorized access has become increasingly important. This is why many TV providers, whether they are satellite, cable, or terrestrial, encrypt content using Conditional Access Systems (CAS).
8+
9+
A common method used in this process is the Common Interface (CI), an interface that allows Conditional Access Modules (CAM) to connect to the DVB receiver and decrypt protected channels. Decrypting channels with an External DVB-CI adapter provides a flexible headend architecture by separating the receiving and processing parts.
10+
11+
## Advantages of External DVB-CI
12+
13+
- Encrypted channels from different sources can be grouped together for subsequent decryption in a single CI module. This can be quite useful if you have various DVB transponders with encrypted channels
14+
- Channels can be received and decrypted on a separate servers. It is especially convenient if you use SAT>IP receivers. You may have Astra server with CI cards stored in the server room, while SAT>IP receivers are located closer to the roof where satellite dishes are mounted. Read more about [Receiving SAT>IP](./satip-client) with Astra
15+
16+
## Requirements
17+
18+
- External DVB-CI adapter. We tested and support next models:
19+
- [DigitalDevices Octopus Twin CI](https://www.digital-devices.eu/shop/en/accessoires/bridge/266/digital-devices-octopus-twin-ci-double-ci-slot-with-2-expansionports)
20+
- [TBS6900](https://www.tbsdtv.com/products/tbs6900-dvb-dual-pci-e-card.html)
21+
- Conditional Access Module (CAM)
22+
- SmartCard from broadcaster
23+
24+
![](https://cdn.cesbo.com/help/astra/receiving/dvb/external-ci/ddci.jpg)
25+
26+
## Astra Configuration
27+
28+
### Create MPTS
29+
30+
Create MPTS with required channels in the input address for each channel you should append option `cas` - so that astra passes everything necessary for decoding. For instance:
31+
32+
![MPTS Inputs](https://cdn.cesbo.com/help/astra/receiving/dvb/external-ci/mpts.png)
33+
34+
### Create Virtual Adapter
35+
36+
Create New Adapter in the Astra Web Interface with the **CI** value in the **Virtual** field. Save adapter settings by clicking the Apply button
37+
38+
![New Adapter](https://cdn.cesbo.com/help/astra/receiving/dvb/external-ci/new-adapter.png)
39+
40+
CI options:
41+
42+
- **Name** - name for Adapter
43+
- **ID** - unique adapter identifier. You may leave it blank, the system will generate an id, when you save the adapter
44+
- **Virtual** - Virtual Adapter type. select the **CI** option
45+
- **Adapter** - number of the CI adapter in the system
46+
- **Stream ID** - stream identifier with MPTS. it is an ID value of MPTS created on first step
47+
- **CI Device** - number of the device on the CI adapter. Default: `0`
48+
- **CI Bitrate** - TBS CI bitrate in MBit/s. Default: `70`. For DigitalDevices bitrate could be defined in the driver settings
49+
- **CA Delay** - delay, in seconds, before sending channel information to the Conditional Access Module. Default: `20` second
50+
51+
CI adapter number could be found with command:
52+
53+
```
54+
find /dev/dvb/ -name ca*
55+
```
56+
57+
For example result will be:
58+
59+
```
60+
/dev/dvb/adapter5/ca0
61+
```
62+
63+
Where:
64+
65+
- **5** - CI adapter number
66+
- **0** - device on the CI adapter
67+
68+
### Scan adapter
69+
70+
Now you can click the Scan button.
71+
72+
![Scan Adapter](https://cdn.cesbo.com/help/astra/receiving/dvb/external-ci/scan.png)
73+
74+
Select the required programs and append them by clicking on the Apply button.
75+
76+
![Dashboard](https://cdn.cesbo.com/help/astra/receiving/dvb/external-ci/dashboard.png)
77+
78+
## Troubleshooting
79+
80+
### CI+ Module not working
81+
82+
CI+ modules only for consumer use and don't supported by the External DVB-CI adapters
83+
84+
### Descrambled only 1 channel
85+
86+
The number of programs (channels) that CAM may descramble simultaneously, depending on CAM manufacturer and/or model
87+
88+
### How to check CAM menu?
89+
90+
If you need to check CAM menu to get some additional data about Conditional Access Module or SmartCard, you may use `gnutv` digital tv utility. Launch:
91+
92+
```
93+
gnutv -adapter N -cammenu
94+
```
95+
96+
Where N is a CI adapter number.

0 commit comments

Comments
 (0)