The Max SX8 (not the Basic version) supports the following advanced features when using the Linux DVB API:
DTV_STREAM_ID
DTV_STREAM_ID = 0x80000000
DTV_SCRAMBLING_SEQUENCE_INDEX
The conversion uses the following formula:
Gold Code = (Root Code << 2) | 1
Example: Given root code: 0x1AC (decimal: 428)
0x1AC
Gold Code = (0x1AC << 2) | 1 = 0x6B0 | 1 = 0x6B1
Result: The value to set via DTV_SCRAMBLING_SEQUENCE_INDEX is 0x6B1.
0x6B1
This formula follows the DVB-S2 standard: The root code is multiplied by 4 (left shift by 2 bits) and the lowest bit is set to 1.
1
Important: These advanced features are available only with the Max SX8 PRO. The Basic version does not support Multistream or Physical Layer Scrambling.
« Zurück
Datenschutzerklärung | Impressum