forked from manio/vdr-plugin-dvbapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
30 lines (24 loc) · 1.02 KB
/
INSTALL
File metadata and controls
30 lines (24 loc) · 1.02 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
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
==================
1) Compile the plugin like any other vdr plugin - if you have vdr sources
then put the sources in the PLUGINS/src/dvbapi subdirectory and type
'make plugins' in vdr main source directory - the plugin should compile
and install
2) Start the VDR with dvbpi plugin, sample command:
/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 = 4
request_mode = 1
boxtype to "pc" will allow oscam to take adapter/demux information from CAPMT frame.
pmt_mode to "4" will allow oscam to use camd.socket in /tmp/ dir