Skip to content

BISS

BISS is a basic conditional access system with a static key to protect content from unauthorized access.

BISS keys are 16 hexadecimal characters long. You can use either format:

  • Full key with checksums: 1234569C789ABCCE (16 characters)
  • Simplified key: 12345600789ABC00 (Astra calculates checksums automatically)

We recommend using the simplified format to avoid checksum calculation errors.

Add the biss option with your key to the output address:

udp://239.255.1.1:1234#biss=12345600789ABC00

In version 250502 and later, you can use a BISS key as is, without checksum calculation. Append option no_checksum to the address:

udp://239.255.1.1:1234#biss=12345600789ABC00&no_checksum

As a result, the key will be used as is, without calculating checksums.

Use the Astra analyzer to verify the stream is scrambled:

Terminal window
astra --analyze udp://239.255.1.1:1234

The analyzer will show messages confirming the stream is scrambled.

With VLC Player:

Terminal window
vlc --ts-csa-ck 1234569C789ABCCE udp://@239.255.1.1:1234

Note: VLC requires the full key with checksums.

With Astra:

See How to decrypt BISS CAS for receiving encrypted streams.