Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel

Copy rmfConfig.ini under /etc to /opt

 
  • cp /etc/rmfconfig.ini /opt

Change value of this string "FEATURE.DTCP.SUPPORT" in /opt/rmfconfig.ini from TRUE to FALSE

 
  • vi /opt/rmfconfig.ini
 
  • Find FEATURE.DTCP.SUPPORT
 
  • Change value of "FEATURE.DTCP.SUPPORT" from TRUE to FALSE
 
  • Save and Exit

Create receiver_config.ini.user under /opt

 
  • touch /opt/receiver_config.ini.user
 
  • sync

Reboot
Edit receiver_config.ini.user under /opt

 
  • echo enableDtcpIp=false > /opt/receiver_config.ini.user
 
  • sync

Reboot


Check AV for the box once it's up. This step can manually check or use script as below.

...