OSCAM { NOT EMU } ORIGINAL CHAT-DISCUSSION

  • Thread starter ooOO_SORGOS_OOoo
  • Start date
O

ooOO_SORGOS_OOoo

OSCAM { NOT EMU } ORIGINAL CHAT-DISCUSSION

my home server Raspberypi3,oscam latest v 1.20 unstable 11491


i did try oscam biss sharing

but latest vercion dont work
i need help
i cant do it


Code:
oscam.server
[reader]
label                         = BISS1
description                   = BISS2019
enable                        = 1
protocol                      = constcw
device                        = /var/etc/constant.cw,0,0

Code:
oscam.conf
[newcamd]
port                          = 5007@2600:000000
key                           = 0102030405060708091011121314
keepalive                     = 0
mgclient                      = 1

Code:
oscam.user

[account]
disabled                      = 0
user                          = 1
pwd                           = 1
description                   = 
hostname                      = 
caid                          = 2600
uniq                          = 0
sleepsend                     = 0
failban                       = 0
monlevel                      = 4
sleep                         = 0
suppresscmd08                 = 0
umaxidle                      = -1
keepalive                     = 0
au                            = 1
emmreassembly                 = 2
expdate                       = 
allowedprotocols              = 
allowedtimeframe              = 
betatunnel                    = 
group                         = 1
services                      = 
preferlocalcards              = -1
ident                         = 
chid                          = 
class                         = 
max_connections               = 1
cacheex                       = 0
cacheex_maxhop                = 0
cacheex_ecm_filter            = 
cacheex_drop_csp              = 0
cacheex_allow_request         = 0
no_wait_time                  = 0
cacheex_allow_filter          = 1
cacheex_block_fakecws         = 0
disablecrccacheex             = 0
disablecrccacheex_only_for    = 
cccmaxhops                    = 10
cccreshare                    = -1
cccignorereshare              = -1
cccstealth                    = -1
fakedelay                     = -1
numusers                      = -1
penalty                       = -1
acosc_max_ecms_per_minute     = -1
acosc_max_active_sids         = -1
acosc_zap_limit               = -1
acosc_penalty                 = -1
acosc_penalty_duration        = -1
acosc_delay                   = -1
lb_nbest_readers              = -1
lb_nfb_readers                = -1
lb_nbest_percaid              = 
cwc_disable                   = 0
 

Rickk

Registered
Messages
2,375
try that
[reader]
label = constantcw
protocol = constcw
device = /var/keys/SoftCam.Key
group = 1

[account]
user = user
pwd = pass
uniq = 1
keepalive = 1
allowedprotocols = newcamd
group = 1

[newcamd]
port = 5007@2600:000000
key = 0102030405060708091011121314
serverip = 192.168.xxx.xxx
keepalive = 0
mgclient = 0

mgclient is not needed because only 2600
enables the extended newcamd protocol to send multiple caids over a port
 
O

ooOO_SORGOS_OOoo

i think oscam cant sharing biss

may be oscam opening biss channels direct but only linux sat tuners receivers
 
C

campag5242

You will have a very frustrating experience using constcw for biss, as for most feeds it cannot distinguish one feed from another very well, hence it fails to fetch the correct key.

That weakness was the motivation for enhancing the biss handling of oscam-emu. That is the way to go. What's more, it was designed with network sharing in mind: as such it will ignore the legacy SID:pID means of tagging a key when handling those network ecms (thus avoiding badly matched feed<->key replies from your network buddies). Hence you must use the new hash style labels for the key in SoftCam.Key. See the wiki - fully compatible enigma2 clients only (others fail to populate the capmt private descriptor with namespace properly).
 
O

ooOO_SORGOS_OOoo

then use oscam emu via cccam and activate want emu = 1

OSCAM HAS got reader for constantcw file

Code:
http://www.streamboard.tv/wiki/OSCam/en/examples/Reader

but it cant read keys and cant share


campa. i dont want to use oscam-emu

only oscam.
 

Rickk

Registered
Messages
2,375
yes
the format is then
without VPID's:
constant CW file format:
2600 CAID (4 digits):
000000 ProvID (6 digits):
0028 SID (4 digits):
0102 PMT PID (4 digits):
1FFF ECM PID (4 digits)::
key (16 Bytes separated by spaces)

EXAMPLE:
2600:000000:0028:0102:1FFF::A1 XX XX XX XX XX XX XX XX XX XX XX XX XX XX B1

with softcam.key it is easier
example
F 4239B928 00 1A2B3C814D5E6F1A # 1+1 International (4.8E) with namespace hash
F 4239B928 01 1A2B3C814D5E6F1A # 1+1 International (4.8E) with namespace hash
 
O

ooOO_SORGOS_OOoo

you are right bro,i know you

but oscam dont support softcam.key


Code:
[url]http://www.streamboard.tv/wiki/OSCam/en/Config/oscam.server#protocol[/url]

[url]http://www.streamboard.tv/wiki/OSCam/en/examples/Reader#Constant_CW[/url]

CW-File-Format:

Standard
CAID:provider ID:Service ID:pMT ID:ECM PID::key (16 Bytes seperated by spaces)
example:
1234:123456:1234:2345:3456::00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F


Extended OSCam-Format
CAID:provider ID:Service ID:pMT ID:ECM PID:Video PID:key (16 Bytes seperated by spaces)
example:
1234:123456:1234:2345:3456:7890:00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
 
O

ooOO_SORGOS_OOoo

hd mini receiver newcamd connected > RASPI SERVER OSCAM

BUT it doesnt clear channels,it doesnt open it..
 
C

campag5242

Biss is a special case. There is no ECM pid, no ECM data in the stream, only an indication in the PMT that BISS is used.

As a workaround for this, OSCAM creates a *fake* ECM containing sid, pids, namespace etc. Works fine on enigma2 boxes, but if your crappy hd mini boxes don't create a similar fake ECM then you are SOL.
 
O

ooOO_SORGOS_OOoo

Biss is a special case. There is no ECM pid, no ECM data in the stream, only an indication in the PMT that BISS is used.

As a workaround for this, OSCAM creates a *fake* ECM containing sid, pids, namespace etc. Works fine on enigma2 boxes, but if your crappy hd mini boxes don't create a similar fake ECM then you are SOL.

i dont understand but i reported oscam team , i wait reply them
 
C

campag5242

I co-wrote the enhanced biss emu for oscam; I think instead you need to talk to the authors of the emu inside these hd mini boxes.
 
Top