Hello!
I have two different readers which have the same provider and CAID.
One is local and one is remote. They differ only on the subscription where reader_remote have some extra channels.
They are in separate groups and I would like to keep it that way.
oscam.server
[reader]
label = reader_local
enable = 1
protocol = pcsc
device = 1
group = 13
emmcache = 1,3,2
caid = AA01
[reader]
label = reader_remote
enable = 1
protocol = newcamd
key = 0102030405060708091011121314
device = 127.0.0.1,1122
user = ********
password = ********
group = 14
emmcache = 1,3,2
caid = AA01
Display More
Some users only have access to group 13 (reader_local) and some have access to the extra channels, group 14 (reader_remote).
If I understand it correctly, now when I'm setting a user to access both group 13 and 14, Oscam would simply ask both readers and just use the fastest one available (probably the local one)?
What I want to accomplish:
The users that have access to the extra channels, group 14 (reader_remote) should always ask that reader first regardless of the decoding channel but if that reader would fail to answer (lost connection or something), then I would like Oscam to instead ask reader_local to decode channel. So even if the answer would be faster from reader_local I would still like reader_remote to be prioritized when available. What is the easiest/best way to accomplish this? There are no load balancing settings at this moment, it's disabled (default).
