forked from oscam-emu/oscam-emu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
86 lines (54 loc) · 2.58 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
OSCam-emu: Open Source Conditional Access Module Emulator
=========================================================
OSCam-emu is an Oscam addon module to include emulator support and other functionality that collides with the goal of the original oscam developers.
This patch creates a virtual card reader which is configured automatically.
You may save the default reader configuration with the webif and then modify it to your own liking.
Key file ("SoftCam.Key"):
OSCam-emu does not require, but will make use of "SoftCam.Key" if available.
"SoftCam.Key" is searched in the oscam config folder (where oscam.conf is located) and also in "/var/keys".
You may use OSEmu instead and add it as a reader to your plain oscam server.
OSEmu can be found at https://github.com/oscam-emu/OSEmu
Supported systems
=================
Currently only the following crypto systems are available:
- Cryptoworks
- SoftNDS
- Viaccess 1/2/3
- Nagra 2
- Irdeto 2
- Biss (Mode 1) [Note: only 1 key possible for a sid/pid combination, use the oscam constcw reader if you need more]
All of these are basically working, but far from complete so anyone filling in blanks is welcome...
TODO
====
Work has to be done on the following items:
- Add other encryption systems
Version history
===============
OSCam-emu history is accessible through GitHub commits at:
https://github.com/oscam-emu/oscam-emu
Building OSCam-emu from source
==============================
- Get the lastest oscam sources from SVN:
svn checkout http://www.streamboard.tv/svn/oscam/trunk oscam-svn
- Save the oscam-emu.patch file:
wget https://github.com/oscam-emu/oscam-emu/raw/master/oscam-emu.patch
- Go to oscam-svn directory:
cd oscam-svn
- Patch the source with the EMU patch:
patch -p0 < ../oscam-emu.patch
- OR: Instead of 'patch', you may also use 'svn patch':
svn patch ../oscam-emu.patch
- Put a SoftCam.Key file into the oscam-svn directory (for example from skystar.org)
Note: This does not apply for Mac OSX and Android, SoftCam.Key cannot be integrated on these systems at the moment.
- Run `./config.sh -g` to choose the features you want.
- Run `make` to compile OSCam.
OSCam dvbapi config
===================
If dvbapi is activated, the "delayer" option is forced to have a value of at least 60.
This is to avoid freezes/crashes because of too fast ecm responses.
Help and Support
================
You may visit our issues system for filling in bug reports regarding EMU issues.
https://github.com/oscam-emu/oscam-emu/issues
Configuration wiki:
http://www.streamboard.tv/wiki/index.php/OSCam