-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
39 lines (29 loc) · 1.15 KB
/
INSTALL
File metadata and controls
39 lines (29 loc) · 1.15 KB
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
Installation Instructions
*************************
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without warranty of any kind.
Basic Installation
==================
Briefly, the shell commands `./configure; make; make install' should
configure, build, and install this package.
Run`configure --help' for more details.
Using:
1) Start the softcam with LD_PRELOAD:
LD_PRELOAD=/usr/local/lib/dvbapi_ca.so /usr/local/bin/oscam -b
2) Start the VDR with dvbpi plugin
/usr/local/bin/vdr -c /etc/vdr -E /var/vdr -L /usr/local/lib/vdr -P dvbapi
3) In the oscam.conf file add following options
[dvbapi]
enabled = 1
au = 1
boxtype = pc
user = vdr
pmt_mode = 1
request_mode = 1
boxtype to "pc" will allow oscam to take adapter/demux information from CAPMT frame.
pmt_mode to "1" will allow oscam to use camd.socket in /tmp/ dir
4) Apply patch in patches directory to oscam source code
$ cd oscam
$ patch -p1 < /usr/local/src/vdr/PLUGINS/src/dvbapi/patches/oscam-trunk-vdr.diff