Biss CW & Constant CW (CW=Control Word, Constant also k/a Fixed or Static) "Format Examples"

baloota

Registered
Messages
2,055
ALL FORMATS KEYS


CAID 0xXXXX, PID 0xXXXX, PROVIDER 0xXXXXXX
CW0: xx xx xx xx xx xx xx xx
CW1: xx xx xx xx xx xx xx xx


CCcam & Newcam Constant CW :


CAID:pROVIDER:SID:pMT:pID:: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX

sample
XXXX(HEX):XXXXXX(HEX):XXXX(HEX):XXXX(HEX):XXXX(HEX):: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX

Softcam.Key (Mgcamd) :

F SID&PID 00 XXXXXXXXXXXXXXXX
F SID&PID 01 XXXXXXXXXXXXXXXX

sample
F XXXX(HEX)&XXXX(HEX) 00 XXXXXXXXXXXXXXXX
F XXXX(HEX)&XXXX(HEX) 01 XXXXXXXXXXXXXXXX


For keylist.txt (evocamd) :


B SID 00 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

sample
B XXXX(HEX) 00 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX



Camd3 Version :


CAID:00SID:0000000000:00: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

sample
XXXX(HEX):00XXXX(HEX):0000000000:00: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

SS2 :

(NAME CHANNEL)=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX


Gbox :

#0: { CAID&SID { XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX }} #

sample
#0: { XX XX(HEX) XX XX(HEX) { XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX }} #


Scam 3.25 Constant CW :


C: { 00SATDEGREE0000 TID SID SID PID { XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX }}

sample
C: { XXXX(HEX)0000 XXXX XXXX XXXX XXXX { XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX }}

Diablo Cams :

CAID:pROVIDER:SID: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

sample
XXXX(HEX):XXXXXX(HEX):XXXX(HEX): XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX


For T-Rex & Dragon Cams :

CAID: XXXX SID: XXXX VPID: XXXX

DCW: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

edit (by empb): KIV THE 16 or 32 CAIDs included in the file must include the CAID you are using to open the channel.



by baloota
 

Malinga

Registered
Messages
31
Hello there, I was trying to watch EURO basketball feed on 7 east and I can't clear channel until I delete some lines in softcam key file, cause they are same, SID=0001, PMT PID=0100

F 00010100 00 ACXXXXXXXXXXXX00 ;Inter (4.0°W)
F 00010100 01 ACXXXXXXXXXXXX00 ;Inter (4.0°W)

F 00010100 00 C8XXXXXXXXXXXX45 ;Eurobasket 2013 (7.0°E)
F 00010100 01 C8XXXXXXXXXXXX45 ;Eurobasket 2013 (7.0°E)

Then I delete 2 lines for Inter channel and Eurobasket clears

If I put for example:

F 00011FFF 00 ACXXXXXXXXXXXX00 ;Inter (4.0°W)
F 00011FFF 01 ACXXXXXXXXXXXX00 ;Inter (4.0°W)

then I can't watch other biss channels which have SID=0001 and I changed 1FFF to PMT PID for all biss channels in softcam key file. Is there solution for this problem? Cheers!
 

dvlajkovic

Member
Messages
496
Use SID+VideoPID (most channels will work this way).

Therefore, EuroBasket will be:
F 00010200 00 C8XXXXXXXXXXXX45 ;Eurobasket 2013 (7.0°E)
F 00010200 01 C8XXXXXXXXXXXX45 ;Eurobasket 2013 (7.0°E)

In exceptional cases, use SID+ECM PID.
 

Malinga

Registered
Messages
31
Cheers dvlajkovic, but we have 4 feeds, does that mean that if video pids are different and lets say they are 0200, 0300, 0400 and 0500 lines will be like this:

F 00010200 00 C8XXXXXXXXXXXX45 ;Eurobasket 2013 (7.0°E)
F 00010200 01 C8XXXXXXXXXXXX45 ;Eurobasket 2013 (7.0°E)
F 00010300 00 C8XXXXXXXXXXXX45 ;Eurobasket 2013 (7.0°E)
F 00010300 01 C8XXXXXXXXXXXX45 ;Eurobasket 2013 (7.0°E)
F 00010400 00 C8XXXXXXXXXXXX45 ;Eurobasket 2013 (7.0°E)
F 00010400 01 C8XXXXXXXXXXXX45 ;Eurobasket 2013 (7.0°E)
F 00010500 00 C8XXXXXXXXXXXX45 ;Eurobasket 2013 (7.0°E)
F 00010500 01 C8XXXXXXXXXXXX45 ;Eurobasket 2013 (7.0°E)

And what if we have other channel with same sid and video pid that works in biss. It can't clear cause it reads key from eurobasket? How and where can I see what is ecm pid for biss channels?
 

Malinga

Registered
Messages
31
I also tried some other formats to make synication key work, but it doesn't clear:

F 00010200 00 C8XXXXXXXXXXXX45 ;Eurobasket 2013 (7.0°E)
F 00010200 01 C8XXXXXXXXXXXX45 ;Eurobasket 2013 (7.0°E)

That above didn't work for me, it only works when I put pmt pid like this

F 00010100 00 C8XXXXXXXXXXXX45 ;Eurobasket 2013 (7.0°E)
F 00010100 01 C8XXXXXXXXXXXX45 ;Eurobasket 2013 (7.0°E)

... and when I change other channel with same parameters which in this case is inter on 4 west

F 0001---0100 00 ACXXXXXXXXXXXX00 ;Inter (4.0°W)
F 0001---0100 01 ACXXXXXXXXXXXX00 ;Inter (4.0°W)

I just put those red lines and when I want to watch it change it back to normal, but then would have to put those lines to eurobasket feed if I want inter channel to clear
 

tevesat

Registered
Messages
946
Use btkcam_
key format is
B2: namespace pmt sid Vpid Apid keykey
and you can have chanels with same sid
 

tevesat

Registered
Messages
946
for EBU feed on 7,0 East
11059 H 4937 .......
put key in biss.cfg
B2: 00462B33 0800 0001 0200 1010 84XXXXXXXXXXXX7284XXXXXXXXXXXX72 # EBU CHVEC1
 

dvlajkovic

Member
Messages
496
@Malinga: The example I gave you for EuroBasket works 100% on mgcamd 1.38
If other feeds use the same SID+VideoPID figures (both of them!), then mgcamd will open only the one that comes first in your SoftCam.Key
Start mgcamd in telnet and ECM Pid will be written for every channel you select on receiver.
 

tevesat

Registered
Messages
946
BtkCam is the emulator that is installed separately in Enigma.
All of it can be found
Code:
http://www.btksoft.com/en/index.php
need to download the latest version btkcam086.zip -
and btkcam_mips that goes in usr/bin
You allso need:
btkcam.cfg and biss.cfg that go into usr/keys...
find here:
http://www.sat-universe.com/showthread.php?t=250387

... and depending on the ENIGMA IMAGE appropriate emu-script
some find here:
Code:
http://www.btksoft.com/en/index.php?menu=3&page=2
 
Last edited:

chelo71

Super VIP
Messages
1,652
cw feed champion league(10E)

sid:1
pid video:512
pid audio:4112

is correct?

2600:000000:0001:0100:1FFF::
 

gotya

Moderator
Messages
7,200
should be as this
CAID HEX:pROVIDER HEX:SID HEX:pMT HEX:ECM PID HEX:: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX

more info
CCcam & Newcam Constant CW :

CAID:pROVIDER:SID:pMT:pID:: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX

sample
XXXX(HEX):XXXXXX(HEX):XXXX(HEX):XXXX(HEX):XXXX(HEX):: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX
 

gotya

Moderator
Messages
7,200

ok here's the fomat

D 2600:000000:0004:0024:1FFF::1AXXXXXXXXXXXXB71AXXXXXXXXXXXXB7#Southampton v Aston Villa (10.0E)
D 2600:000000:0005:0053:1FFF::1AXXXXXXXXXXXXB71AXXXXXXXXXXXXB7#Fulham v Tottenham (10.0E)
D 2600:000000:0006:0052:1FFF::1AXXXXXXXXXXXXB71AXXXXXXXXXXXXB7#West Brom v Manchester City (10.0E)
D 2600:000000:0003:0020:1FFF::1AXXXXXXXXXXXXB71AXXXXXXXXXXXXB7#Arsenal Vs Hull (10.0E)

EnJoY
 

gotya

Moderator
Messages
7,200
ok here's the fomat

D 2600:000000:0004:0024:1FFF::1AXXXXXXXXXXXXB71AXXXXXXXXXXXXB7#Southampton v Aston Villa (10.0E)
D 2600:000000:0005:0053:1FFF::1AXXXXXXXXXXXXB71AXXXXXXXXXXXXB7#Fulham v Tottenham (10.0E)
D 2600:000000:0006:0052:1FFF::1AXXXXXXXXXXXXB71AXXXXXXXXXXXXB7#West Brom v Manchester City (10.0E)
D 2600:000000:0003:0020:1FFF::1AXXXXXXXXXXXXB71AXXXXXXXXXXXXB7#Arsenal Vs Hull (10.0E)

EnJoY

should work with you also with these formats of softcam.key

softcam: (SID+ECM)
F 00041FFF 00 1AXXXXXXXXXXXXB7 ;Southampton v Aston Villa (10.0E)
F 00041FFF 01 1AXXXXXXXXXXXXB7 ;Southampton v Aston Villa (10.0E)
F 00051FFF 00 1AXXXXXXXXXXXXB7 ;Fulham v Tottenham (10.0E)
F 00051FFF 01 1AXXXXXXXXXXXXB7 ;Fulham v Tottenham (10.0E)
F 00061FFF 00 1AXXXXXXXXXXXXB7 ;West Brom v Manchester City (10.0E)
F 00061FFF 01 1AXXXXXXXXXXXXB7 ;West Brom v Manchester City (10.0E)
F 00031FFF 00 1AXXXXXXXXXXXXB7 ;Arsenal Vs Hull(10.0E)
F 00031FFF 01 1AXXXXXXXXXXXXB7 ;Arsenal Vs Hull(10.0E)

or

softcam: (SID+VPID)
F 00040025 00 1AXXXXXXXXXXXXB7 ;Southampton v Aston Villa (10.0E)
F 00040025 01 1AXXXXXXXXXXXXB7 ;Southampton v Aston Villa (10.0E)
F 0005033F 00 1AXXXXXXXXXXXXB7 ;Fulham v Tottenham (10.0E)
F 0005033F 01 1AXXXXXXXXXXXXB7 ;Fulham v Tottenham (10.0E)
F 00060335 00 1AXXXXXXXXXXXXB7 ;West Brom v Manchester City (10.0E)
F 00060335 01 1AXXXXXXXXXXXXB7 ;West Brom v Manchester City (10.0E)
F 00030021 00 1AXXXXXXXXXXXXB7 ;Arsenal Vs Hull(10.0E)
F 00030021 01 1AXXXXXXXXXXXXB7 ;Arsenal Vs Hull(10.0E)
 
Last edited:

chelo71

Super VIP
Messages
1,652
should work with you also with these formats of softcam.key

softcam: (SID+ECM)
F 00041FFF 00 1AXXXXXXXXXXXXB7 ;Southampton v Aston Villa (10.0E)
F 00041FFF 01 1AXXXXXXXXXXXXB7 ;Southampton v Aston Villa (10.0E)
F 00051FFF 00 1AXXXXXXXXXXXXB7 ;Fulham v Tottenham (10.0E)
F 00051FFF 01 1AXXXXXXXXXXXXB7 ;Fulham v Tottenham (10.0E)
F 00061FFF 00 1AXXXXXXXXXXXXB7 ;West Brom v Manchester City (10.0E)
F 00061FFF 01 1AXXXXXXXXXXXXB7 ;West Brom v Manchester City (10.0E)
F 00031FFF 00 1AXXXXXXXXXXXXB7 ;Arsenal Vs Hull(10.0E)
F 00031FFF 01 1AXXXXXXXXXXXXB7 ;Arsenal Vs Hull(10.0E)

or

softcam: (SID+VPID)
F 00040025 00 1AXXXXXXXXXXXXB7 ;Southampton v Aston Villa (10.0E)
F 00040025 01 1AXXXXXXXXXXXXB7 ;Southampton v Aston Villa (10.0E)
F 0005033F 00 1AXXXXXXXXXXXXB7 ;Fulham v Tottenham (10.0E)
F 0005033F 01 1AXXXXXXXXXXXXB7 ;Fulham v Tottenham (10.0E)
F 00060335 00 1AXXXXXXXXXXXXB7 ;West Brom v Manchester City (10.0E)
F 00060335 01 1AXXXXXXXXXXXXB7 ;West Brom v Manchester City (10.0E)
F 00030021 00 1AXXXXXXXXXXXXB7 ;Arsenal Vs Hull(10.0E)
F 00030021 01 1AXXXXXXXXXXXXB7 ;Arsenal Vs Hull(10.0E)

mgcand 1.35a not work?
 

gotya

Moderator
Messages
7,200
are 4:2:0
I see them with ct5000plus

yes you are right they are 4:2:0

I was watching JSC sport and when I test this feed there was no picture so I thought it's 4:2:2 but after I read your reply I changed my decoder and it was working

so one of my new shitty receiver doesn't support fully HD :mad:

the feed was MPEG4 with display dimension 1920*1088 16:9

anyway you look like you found the way how to fix your problem ;)
 

barney115

Donating Member
Staff member
Administrator
Messages
24,682
All worked in HD and no keys required at all because EPL Games were all FTA Tonight on 10e 11304 v 30000 and 7e 11015 H 19200

--
Barney
 
Top