Ericsson 1553-FGC 101 1010 Uen A Betriebsanweisung Seite 106

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 196
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 105
Configuration of Conditional Access Using XML File Download
pid is the PID used to put the EMM data onto the output.
output_mask is a bit mask to define which outputs will contain the EMM data (all
on the same PID). The maximum is 0xFFFFFFFFFFFFFFFFFFFFFFFF, which will
enable EMMs on all 96 outputs. (Example: to enable EMMs on outputs 1,5 and 9 set
the mask to 0x00000111,and so on). Outputs that are not active (i.e. no programs)
should not be included.
bandwidth is expressed in kbps.
data_type shall be 0 for EMM and 1 for Private Data.
Note: The client_id and channel_id must be the same as the one configured in
the EMMG for the unit to accept the connection.
5.4.2 Changing EMM Stream Bandwidth
To change just the bandwidth of an existing emm_stream, the same parameters all
need to be sent, but with an output_mask of zero and the new bandwidth setting
included:
<?xml version="1.0" encoding="UTF-8"?>
<simulcrypt_config>
<ecmg>
</ecmg>
<emmg>
<emm_connection>
<client_id>0x1230000</client_id>
<channel_id>0x1</channel_id>
<emm_stream>
<emm_stream_id>0x1</emm_stream_id>
<pid>0x700</pid>
<output_mask>0</output_mask>
<bandwidth>900</bandwidth>
<data_type>0</data_type>
</emm_stream>
</emm_connection>
</emmg>
</simulcrypt_config>
2/1553-FGC 101 1019 Uen A
5-10
Seitenansicht 105
1 2 ... 101 102 103 104 105 106 107 108 109 110 111 ... 195 196

Kommentare zu diesen Handbüchern

Keine Kommentare