Haivision Media Platform

Changing Behavior of Source Viewer for IPTV

It is possible to change the behavior of the Library > Sources screen in the following ways:

  • Rename the Sources tab to IPTV.

  • Clicking on another source in Source player swaps sources rather than adds them to the player.

To enable this feature:

  1. SSH into HMP and elevate to root access.

  2. Issue the following command:

    set_config calypso.system_settings.overrideSourceViewer true
    
  3. Restart the docker process for the change to take affect:

    docker restart services
    
  4. After the restart the change can be seen on the Library screen.

    Sources_to_IPTV.drawio.png

To disable this feature, issue the command using false instead of true, and restart the services container as shown in step 3:

set_config calypso.system_settings.overrideSourceViewer false