Internal cache management (not cache-ex)

srca

Registered
Messages
13
I have two readers in two different groups to which a user connects to each one with the same channel tuned,
Why, instead of using the cw generated by the reader that has responded to the first user to pass it to the second user, does oscam also send the request to the second reader if the ecm is the same for both?
If I put the two users in the same group, it does manage the generated cw well and pulls the cache and does not request it twice
If I put the two users in the two groups, it keeps asking me for the cw of the two readers, being the same ecm.

How do I configure oscam.conf so that the cache generated by the readers can be shared between them without them being in the same group?
I have this parameter at 1 and it still does not share the cache:
preferlocalcards = 1

Do I have to activate cache-ex for it to work correctly?
 

srca

Registered
Messages
13
this is my oscam.conf:

Code:
[global]
logfile                       = /dev/tty
lb_mode                       = 1
ecmfmt                        = DATA=c@p/i/s ECM_L:l CW=w HOP=j
disablecrccws_only_for        = xxxx:004101,000000,004001

[cache]

[newcamd]
port                          = xxxx@xxxx:000000,004001,004101
key                           = 0102030405060708091011121314
keepalive                     = 1

[cccam]
port                          = xxxx
nodeid                        = 7FA6845310B414F4
version                       = 2.1.3
stealth                       = 1

[streamrelay]

[dvbapi]
enabled                       = 1
pmt_mode                      = 0
delayer                       = 60
user                          = DVBapi

[webif]
httpport                      = xxxx
httpuser                      = xxxx
httppwd                       = xxxx
httppollrefresh               = 5
httpallowed                   = 127.0.0.1,0.0.0.0-255.255.255.255,255.255.255.255,255.255.255.255,255.255.255.255,255.255.255.255
 
Top