| Line | |
|---|
| 1 | ################## General Instruction - oscam.conf ####################
|
|---|
| 2 | # #
|
|---|
| 3 | # per default no changes from the user are needed #
|
|---|
| 4 | # but verify the IP-range oh your local Network #
|
|---|
| 5 | # #
|
|---|
| 6 | ############################################################################
|
|---|
| 7 | [global]
|
|---|
| 8 | logfile = stdout
|
|---|
| 9 | clienttimeout = 7000
|
|---|
| 10 | fallbacktimeout = 3000
|
|---|
| 11 | cachedelay = 120
|
|---|
| 12 | bindwait = 5
|
|---|
| 13 | nice = -1
|
|---|
| 14 | maxlogsize = 200
|
|---|
| 15 | waitforcards_extra_delay = 600
|
|---|
| 16 | preferlocalcards = 1
|
|---|
| 17 |
|
|---|
| 18 | [dvbapi]
|
|---|
| 19 | enabled = 1
|
|---|
| 20 | au = 1
|
|---|
| 21 | pmt_mode = 4
|
|---|
| 22 | user = dvbapi
|
|---|
| 23 | boxtype = ufs910
|
|---|
| 24 | decodeforever = 1
|
|---|
| 25 |
|
|---|
| 26 | [webif]
|
|---|
| 27 | httpport = 8888
|
|---|
| 28 | httpuser = root
|
|---|
| 29 | httppwd = oscam
|
|---|
| 30 | httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255
|
|---|
| 31 | appendchaninfo = 1
|
|---|
| 32 |
|
|---|
| 33 |
|
|---|
| 34 |
|
|---|
| 35 | [monitor]
|
|---|
| 36 | nocrypt = 127.0.0.1,192.168.0.0-192.168.255.255
|
|---|
| 37 | appendchaninfo = 1
|
|---|
| 38 |
|
|---|
| 39 | ###### for E2 set pmt_mode = 0 ###########
|
|---|
| 40 | ###### for Titan set pmt_mode = 4 ###########
|
|---|
| 41 | ######## end of file ########
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.