Last active
December 11, 2015 05:19
-
-
Save azbesthu/4551674 to your computer and use it in GitHub Desktop.
oscam conf files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====== oscam.conf ===== | |
[global] | |
serverip = 127.0.0.1 | |
logfile = /home/tvstream/oscam-conf/oscam.log | |
disablelog = 0 | |
maxlogsize = 100 # kB | |
usrfile = /home/tvstream/oscam-conf/oscamuser.log | |
failbancount = 0 # ban wrong login | |
waitforcards = 1 | |
[monitor] | |
port = 0 | |
serverip = 127.0.0.1 # debugger connected from ip | |
monlevel = 0 | |
[webif] | |
httpport = 8888 | |
#httpcert = oscam.cert | |
httpuser = felhasznalonev | |
httppwd = 654321 | |
httprefresh = 10 | |
httpallowed = 127.0.0.1 | |
httpreadonly = 1 | |
httphelplang = en | |
[newcamd] | |
mgclient = 1 | |
key = 000102030405060708090A0B0C0D | |
port = 15050@0B00:000000 | |
allowed = 127.0.0.1 | |
keepalive = 1 | |
==== oscam.server ===== | |
[reader] | |
label = mypcscreader | |
enable = 1 | |
protocol = pcsc | |
device = 0 | |
group = 1 | |
emmcache = 1,3,2 | |
Detect = CD | |
cardmhz = 400 | |
==== oscam.user ==== | |
[account] | |
user = teve | |
pwd = mindigtv | |
uniq = 0 | |
au = 1 # 1 emm fogadas | |
group = 1 | |
keepalive = 1 | |
caid = 0B00 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment