Including HD channels in legacy channel lists

Introduction

By default, your TV Server or HD Encoder appliance omits all HD channel entries from the login XML that is provided to older legacy playback software.

This is an advanced topic! It is intended for system administrators only.

Updating your server configuration

To include HD channels, you will need to make changes to your etvd.conf.

  1. Connect to the server's console interface.
  2. Select Maintenance (5), then Advanced (4), then Launch Command Shell (3)
  3. Edit the TV Server configuration file directly with the following command:
  4. pico /etc/etvd.conf
    	
  5. Assuming there isn't an existing line defining the setting you are about to create, add the following to the bottom of the file:
  6. [General]
    includeHDChannelsForLegacyPlayers=1
    
    [Network]
    loginMulticastProtocol = emcast
    loginMulticastProtocol_HD = udp
    	
  7. Press CTRL+X to exit. When prompted to save, press Y. When prompted for the filename, press Enter to use the existing one.

To apply the change you've made

  • either connect to the console and choose Control (4), TV Server Control (1), then Restart (3)
  • or visit the Status page on the web interface and click Restart