Oscam.conf

[radegast]
port                          = 15001
user                          = radegast_user
password                      = strongpassword

Used for very lightweight, low-overhead streaming to many clients. Rare but powerful.


If you run multiple network interfaces or want to secure your setup, bind directives are crucial. oscam.conf

bindwait                      = 120
netprio                       = 0
resolvegethostbyname          = 0
unlockparental                 = 0
[global]
logfile                       = /var/log/oscam.log
pidfile                       = /tmp/oscam.pid
disablelog                    = 0
disableuserfile               = 0
usrfileflag                   = 0
clienttimeout                 = 5000
fallbacktimeout               = 2000
clientmaxidle                 = 300

The [reader] section is used to configure your card readers. Important parameters include: [radegast] port = 15001 user = radegast_user password

Example:

[reader]
label = MyReader
device = /dev/ttyUSB0
type = internal

Stream decrypted content via HLS.

Connects OSCam to a physical DVB tuner (e.g., Sky, Cable). | Parameter | Description | Example | |-----------|-------------|---------| | enabled | Enable DVBAPI interface | enabled = 1 | | au | Auto-update for card (1 = all readers) | au = 1 | | pmt_mode | PMT handling mode (0=disabled, 4=reload on PMT) | pmt_mode = 4 | | user | Local user account for DVBAPI | user = dvbapi_user | Used for very lightweight, low-overhead streaming to many

Integrates with DVB hardware (tuner cards, STBs).