Premium cccam server cline generators

Hot

Wednesday, April 25, 2018

Do you know What is SID assign and how to configure it ?


Below is the default information from CCcam.cfg for CCcam 2.1.2 { It will not work with older versions.

The purpose of this is to make sure your server only gets requests for sids that are valid to your card, thus reducing the number of bad ecms.

# Configure limited list of accepted sids for smartcard
# When omitted, all sids are allowed.
# (can work together with LOADBALANCE configuration, or for standalone cards)
#
# SMARTCARD SID ASSIGN : <device> <maxnumberofsids> { <sid1>, <sid2>, ... <sidn> **
#
# <device> is the reader devicenode
# <maxnumberofsids> limits the total number of sids assigned to the card (0 = use length of sid list)
# { <sid1>..<sidn> ** lists the sids that are assigned to the smartcard, when omitted, <maxnumberofsids> is used to auto assign sids
#
# when <maxnumberofsids> is larger than the length of the sidlist, the remainder of the sids are auto assigned, till the list reaches <maxnumberofsids>
# Check entitlement output for realtime assignment list
#
# WARNING: when SMARTCARD SID ASSIGN config changes, restart is required before settings take effect
#
#example1: smartcard in device /dev/ttyUSB0 only handles requests for sids df3, df4, df5
#
# SMARTCARD SID ASSIGN : /dev/ttyUSB0 0 { 0df3,0df4,0df5 **
#
#example2: smartcard in device /dev/ttyUSB0 handles requests for max 5 sids, auto assigned in the order of occurance. A request for a 6th sid will be denied.
#
# SMARTCARD SID ASSIGN : /dev/ttyUSB0 5
#
#example3: smartcard in device /dev/ttyUSB0 handles requests for max 5 sids, 3 of which are df3, df4, df5, remaining 2 are auto assigned
#
# SMARTCARD SID ASSIGN : /dev/ttyUSB0 5 { 0df3,0df4,0df5 **

Here is an example that works with Sky UK FTV card

SMARTCARD SID ASSIGN : /dev/sci0 9 { 1d51,1e15,1e14,0f23,13ef,1e1e,1e1f,1e23,1e24 **

This is for the internal lower card reader of a Dreambox and it allows for 7 SIDS.

They are for the following channels
1d51 Five
1e15 Five
1e14 Five
0f23 Channel 4 HD
13ef Sky 3
1e1e Five US
1e1f Five US +1
1e23 Fiver
1e24 Fiver +1

The next option allows for 3 more SIDS to be auto assigned.

SMARTCARD SID ASSIGN : /dev/sci0 12 { 1d51,1e15,1e14,0f23,13ef,1e1e,1e1f,1e23,1e24 **

Another option is auto assign, if you know you have just 6 working channels for your card then you can let CCcam assign the SIDS for you.

SMARTCARD SID ASSIGN : /dev/sci0 6 

No comments:

Post a Comment

Adbox