Change multicast address for the metadata channel

On the metadata channel the following information is sent:

The metadata channel uses a multicast address, which can be changed by using a DHCP option. An example of the metadata channel configuration is shown in the Infocast Server example.

It is also important to change the Infocast client configuration, so that the IP-STB will listen to the new metadata channel.

Precondition

N/A

Main flow

  1. Add or change the DHCP option option-128 in the DHCP configuration file (e.g. /etc/dhcpd.conf for a Linux DHCP server) to the multicast address preferred.
  2. Restart the DHCP service.
  3. Change the definition of the metadata channel in the Infocast server configuration file. A typical example of the metadata channel definition is shown below. Change the <ip-address> and the <ip-port-number> to the multicast address preferred. See example below:
    <channel-parameters>
        <ip-address>224.2.5.2</ip-address>
        <ip-port-number>22222</ip-port-number>
        <time-to-live>5</time-to-live>
        <bit-rate>16</bit-rate>
        <payload-size>256</payload-size>
        <signature-type></signature-type>
    </channel-parameters>
  4. Change the Infocast client configuration to match the new metadata channel.
  5. Restart the active Infocast server:

    service infocastserverd restart

    Note! Keep the notes under Managing an environment with redundant KreaTV Infocast Servers in mind if you have several active KreaTV Infocast Servers in your network.

Post condition

The multicast address set in step 3 is used for the metadata channel and will be effective for rebooted KreaTV IP-STB units.

Note! KreaTV IP-STB units that have not been rebooted after the change of metadata channel address will not get any metadata (and therefore also no data) until they are rebooted. This means that boxes that are not rebooted will not notice any changes in for example channel table or portal URLs.