Hello,
is it possible to descramble DVB-C channels via Oscam?
I tried to descramble a channel by defining the CAID, but when I enter the "caid" line in the reader in oscam.server, it always shows "NEEDINIT" status on the box, my config file oscam.server looks like this:
[reader]
label = home
enable = 1
protocol = cccam
device = server,17000
user = xxxx
password = xxxx
group = 1
cccversion = 2.3.0
cccmaxhops = 1
ccckeepalive = 1
#audisabled = 1
au = 1
lb_weight = 100
inactivitytimeout = 30
caid = 1801,1850,1868
ident = 1801:000000,1850:000000,1868:000000
services = home
---------------
the config file oscam.provid looks like this:
1801:000000
1850:000000
1868:000000
------------------
the config file oscam.services looks like this:
[home]
caid = 1801,1850,1868
provid = 000000
srvid = 025F
ecmpid = 031C,031D,031F,031E
---------------------
the config file oscam.srvid looks like this:
025F:1801:000000
025F:1850:000000
025F:1868:000000
---------
here is the log of Oscam:
Thanks in advance
is it possible to descramble DVB-C channels via Oscam?
I tried to descramble a channel by defining the CAID, but when I enter the "caid" line in the reader in oscam.server, it always shows "NEEDINIT" status on the box, my config file oscam.server looks like this:
[reader]
label = home
enable = 1
protocol = cccam
device = server,17000
user = xxxx
password = xxxx
group = 1
cccversion = 2.3.0
cccmaxhops = 1
ccckeepalive = 1
#audisabled = 1
au = 1
lb_weight = 100
inactivitytimeout = 30
caid = 1801,1850,1868
ident = 1801:000000,1850:000000,1868:000000
services = home
---------------
the config file oscam.provid looks like this:
1801:000000
1850:000000
1868:000000
------------------
the config file oscam.services looks like this:
[home]
caid = 1801,1850,1868
provid = 000000
srvid = 025F
ecmpid = 031C,031D,031F,031E
---------------------
the config file oscam.srvid looks like this:
025F:1801:000000
025F:1850:000000
025F:1868:000000
---------
here is the log of Oscam:
- 2024/10/06 19:29:37 00000000 s (main) init for all local cards done
- 2024/10/06 19:29:37 00000000 s (emmcache) loading emmcache disabled since no reader is using it!
- 2024/10/06 19:29:37 00000000 s (emmcache) loading emmstats disabled since no reader is using it!
- 2024/10/06 19:29:37 00000000 s (gbox) local gbox failed init
- 2024/10/06 19:29:37 2C7ACC5B c (client) plain dvbapi-client granted (dvbapiau, au=auto (1 reader))
- 2024/10/06 19:29:37 2C7ACC5B c (dvbapi) dvbapi channelcache loaded from /etc/tuxbox/config/oscam/oscam.ccache
- 2024/10/06 19:29:37 2C7ACC5B c (dvbapi) Detected /dev/dvb/adapter0/demux0 Api: 0, userconfig boxtype: 1 maximum number of filters is 39 (oscam limit is 64)
- 2024/10/06 19:29:37 2C7ACC5B c (dvbapi) Detected /dev/dvb/adapter0/ca0 device, total available descramblers: 16
- 2024/10/06 19:29:37 2C7ACC5B c (dvbapi) PMT mode 6: Connecting to enigma CA PMT listen socket...
- 2024/10/06 19:29:37 2C7ACC5B c (dvbapi) PMT mode 6: Successfully connected to CA PMT server (fd 8)
- 2024/10/06 19:29:37 2C7ACC5B c (dvbapi) Demuxer 0 found 0 ECM pids and 5 STREAM pids in CA PMT
- 2024/10/06 19:29:37 555A5849 p (reader) home [cccam] proxy initialized, server xxxxxxxxx
- 2024/10/06 19:29:44 2C7ACC5B c (dvbapi) Demuxer 0 stopped descrambling for program 0963 (FFFE@FFFFFE:0963 unknown)
- 2024/10/06 19:29:44 2C7ACC5B c (dvbapi) Demuxer 0 ecmpid 0 CAID: 1850 ECM_PID: 031C PROVID: 000000
- 2024/10/06 19:29:44 2C7ACC5B c (dvbapi) Demuxer 0 ecmpid 1 CAID: 1850 ECM_PID: 031D PROVID: 000000
- 2024/10/06 19:29:44 2C7ACC5B c (dvbapi) Demuxer 0 ecmpid 2 CAID: 1868 ECM_PID: 031E PROVID: 000000
- 2024/10/06 19:29:44 2C7ACC5B c (dvbapi) Demuxer 0 ecmpid 3 CAID: 1801 ECM_PID: 031F PROVID: 000000
- 2024/10/06 19:29:44 2C7ACC5B c (dvbapi) Demuxer 0 found 4 ECM pids and 4 STREAM pids in CA PMT
- 2024/10/06 19:29:44 2C7ACC5B c (dvbapi) Demuxer 0 no suitable readers found that can be used for decoding!
- 2024/10/06 19:29:49 2C7ACC5B c (dvbapi) Demuxer 0 no enabled matching ecmpids -> decoding is waiting for matching readers!
- 2024/10/06 19:29:49 2C7ACC5B c (dvbapi) Demuxer 0 stopped descrambling for program 025F (1850@000000:025F unknown)
- 2024/10/06 19:29:49 2C7ACC5B c (dvbapi) Demuxer 0 found 0 ECM pids and 5 STREAM pids in CA PMT
Thanks in advance