Changeset 27802 for ipk/source.mipsel
- Timestamp:
- 03/22/14 00:42:21 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.mipsel/emus_cccam_209/_path_/keys/CCcam.cfg.CCcam
r27801 r27802 1 # CCcam team uvadi CCcam v2. 3.01 # CCcam team uvadi CCcam v2.0.9 2 2 # 3 3 # Special greets go to all our friends all over the world, you know who you are! … … 284 284 #B: /dev/sci0 01 285 285 286 # disable all EMM readers (clientside setting)286 # disable all local EMM readers 287 287 # saves lots of CPU, but you won't get any updates anymore 288 288 # (unless you get updates from your clients) … … 291 291 # 292 292 #DISABLE EMM : yes 293 294 # control how to deal with global (ga) EMM readers (clientside setting)295 # can avoid global (possibly noisy) emm being sent over the network296 # shared and unique emm is not affected by this setting297 # to block all emm, use DISABLE EMM setting instead298 #299 # 0 = ignore all global emm300 # 1 = accept a small amount of global emm301 # 2 = accept all global emm302 #303 # default: 2 (handle all global emm)304 #305 # example: seriously reduce the global emm traffic, but allow limited306 # global emm when a smartcard does not work (possibly because it needs an update)307 #308 #GLOBAL EMM : 1309 293 310 294 # with this setting you can … … 493 477 #example 2: achieve network load decrease 494 478 # 495 #MINIMUM CLIENT VERSION : 2.2.0479 #MINIMUM CLIENT VERSION : 1.4.0 496 480 # 497 481 #example 3: don't allow potentially wrong passwords (pre 1.7.0 has password bug) … … 507 491 # In that case specify 'TRY ALL CHIDS' option for cardreader. 508 492 # Use with care, enabling option causes more card traffic. 509 # Only use setting when some channels in your subscriptiondon't work without it.493 # Only use setting when some channels don't work without it. 510 494 # note: if even this setting don't help decode all channels, try using 511 495 # commandline arg -l, to disable all self-learning features (warning: slower) … … 537 521 #DVB API: <value> 538 522 # 539 # <value> -1 = no dvb, 1 = dvb api 1, 3 = dvb api 3523 # <value> <1 = no dvb, 1 = dvb api 1, 3 = dvb api 3> 540 524 # 541 525 # WARNING: only use when autodetect fails! … … 567 551 #MINIMUM DOWNHOPS: 1 568 552 # 569 # i gnore shares that have less than 1 'downhops' (i.e. can not be shared553 # ingore shares that have less than 1 'downhops' (i.e. can not be shared 570 554 # further down to other clients) 571 572 # Option to ignore all shares that go through a certain node573 #574 #IGNORE NODE: <nodeid>575 #576 #example, ignore two nodes:577 #578 #IGNORE NODE: ccd536ab515767ad579 #IGNORE NODE: aad536ab515761af580 581 582 # The seca handler is used to better support simulcrypt on the same ident583 #584 # With this setting you can change the behaviour of how SECA has to be used585 # This setting is ignored unless SECA2/SECA3 simulcrypt is detected!!586 #587 # When disabled CCcam behaves like previous versions588 #589 # When "prefer SECA3 over SECA2" is enabled try to use SECA3 ecm first, then SECA2590 #591 # When "Ignore SECA2" is enabled, ignore all SECA2 ecm so a SECA3 card will not get SECA2 request which it cannot handle592 #593 # When "Ignore SECA3" is enabled, ignore all SECA3 ecm so a SECA2 card will not get SECA3 request which it cannot handle594 #595 #596 # The following settings can be used597 #598 # SECA HANDLER: <value>599 # <value> : 0 = disabled, 1 = prefer SECA3 over SECA2, 2 = prefer SECA2 over SECA3, 3 = Ignore SECA2, 4 = Ignore SECA3600 #601 # default: 1602 #603 # Example try to use SECA3 ecm first, then SECA2604 #SECA HANDLER: 1605 #606 # Example try to use SECA2 ecm first, then SECA3607 #SECA HANDLER: 2608 #609 # Example to ignore all SECA2 ecm so a SECA3 card will not get SECA2 request which it cannot handle610 #SECA HANDLER: 3611 #612 # Example to ignore all SECA3 ecm so a SECA2 card will not get SECA3 request which it cannot handle613 #SECA HANDLER: 4614 615 616 # Configure limited list of accepted sids for smartcard617 # When omitted, all sids are allowed.618 # Can work together with LOADBALANCE configuration (sids which are not allowed will be automatically left out of the loadbalance)619 #620 # SMARTCARD SID ASSIGN : <device> <maxnumberofsids> { <sid1>, <sid2>, ... <sidn> }621 #622 # <device> is the reader devicenode623 # <maxnumberofsids> limits the total number of sids assigned to the card (0 = use length of sid list)624 # { <sid1>..<sidn> } lists the sids that are assigned to the smartcard, when omitted, <maxnumberofsids> is used to auto assign sids625 #626 # when <maxnumberofsids> is larger than the length of the sidlist, the remainder of the sids are auto assigned, till the list reaches <maxnumberofsids>627 # Check entitlement output for realtime assignment list628 #629 # WARNING: when SMARTCARD SID ASSIGN config changes, restart is required before settings take effect630 #631 #example1: smartcard in device /dev/ttyUSB0 only handles requests for sids df3, df4, df5632 #633 #SMARTCARD SID ASSIGN : /dev/ttyUSB0 0 { 0df3,0df4,0df5 }634 #635 #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.636 #637 #SMARTCARD SID ASSIGN : /dev/ttyUSB0 5638 #639 #example3: smartcard in device /dev/ttyUSB0 handles requests for max 5 sids, 3 of which are df3, df4, df5, remaining 2 are auto assigned640 #641 #SMARTCARD SID ASSIGN : /dev/ttyUSB0 5 { 0df3,0df4,0df5 }642 643 644 # Configure list of sids which are not to be handled by smartcard645 # When omitted, all sids are allowed (or SMARTCARD SID ASSIGN list is allowed, if available)646 # Don't use together with (fixed) SMARTCARD SID ASSIGN list; use one or the other, depending on which gives the shortest list647 # Can work together with dynamic SMARTCARD SID ASSIGN list.648 # Can work together with LOADBALANCE configuration (sids which are rejected will be automatically left out of the loadbalance)649 #650 #SMARTCARD SID REJECT: <device> { <sid1>, <sid2>, ... <sidn> }651 #652 # <device> is the reader devicenode653 # { <sid1>..<sidn> } lists the sids that are to be rejected on the smartcard654 #655 #656 #example1: smartcard in device /dev/ttyUSB0 should not handle requests for sids df3, df4, df5657 #658 #SMARTCARD SID REJECT: /dev/ttyUSB0 { 0df3,0df4,0df5 }659 660 # Option to limit the number of sids active on a single smartcard within a given time period661 #662 # SID LIMIT: <device> <maxsids> <timelimit>663 #664 # example: handle max 4 different sids every 11 seconds665 #666 # SID LIMIT: /dev/sci0 4 11667 668 # Option to overrule the number of sci devices to be opened669 #670 #SCIDEVICES: <number>671 #672 #example, don't open any sci devices673 #674 #SCIDEVICES: 0675 #676 #example, force 2 devices to be opened677 #678 #SCIDEVICES: 2679 #680 # When omitted, attempt to open an autodetected number of sci devices681 # WARNING: restart is required before a new SCIDEVICES limit takes effect682 # *Merry Christmas* from aff-board.com
Note: See TracChangeset
for help on using the changeset viewer.