oscam.dvbapi

Section: File Formats (5)
Index Return to Main Contents
 

NAME

oscam.dvbapi - DVBAPI configuration file for OSCam  

SYNOPSIS

DVBAPI settings, first match - first used  

DESCRIPTIONS

P: [CAID][:][provider ID][:][service ID][:][ECM PID][:][CHID] [continue]


 set priority, continue = 1: proceed with priority, recommended for 
 pay-per-view services / EMMs (use carefully), default:none

I: [CAID][:][provider ID][:][service ID][:][ECM PID][:][CHID]


 set ignore

D: [CAID][:][provider ID][:][service ID][:][ECM PID] delay


 set delay in milli-seconds writing CWs

M: [CAID][:][provider ID][:][service ID][:][ECM PID] target CAID[:][target provider ID]


 mapping

S: [device] [PMT file name]


 set DVB API device name and PMT file name (valid for STAPI only)

L: [CAID][:][provider ID][:][service ID][:][ECM PID] length


 set ECM length in hexadecimal
 

ANNONTATIONS

Please use Unix text file format only.  

EXAMPLES


 P: 0100:123456       # prioritise CAID 0100 with provider 123456


 P: :1234             # prioritise ECM with provider ID 1234 on
                      # on any CAID and service


 P: 0200              # prioritise CAID 0200


 P: 0300::9ABC        # prioritise CAID 0300 on service 9ABC only


 P: 0400 1            # prioritise CAID 0400 for pay-per-view services
 
 P: : 1               # prioritise for EMMs


 M: 0500 0600:123456  # map CAID 0500 to provider ID 123456 with
                      # CAID 0600


 D: 0700 200          # wait 200 ms before writing CW for CAID 0700


 I: :654321           # ignore provider ID 654321 for every CAID and
                      # service


 I: 0                 # ignore every CAID that was not handled before


 L: 0800 8e           # ECM length for CAID 0800 to 8e (hexadecimal)  

SEE ALSO

list_smargo(1), oscam(1), oscam.ac(5), oscam.cacheex(5), oscam.cert(5), oscam.conf(5), oscam.guess(5), oscam.ird(5), oscam.provid(5), oscam.server(5), oscam.services(5), oscam.user(5), oscam.whitelist(5)


 

Index

NAME
SYNOPSIS
DESCRIPTIONS
ANNONTATIONS
EXAMPLES
SEE ALSO