Versions Compared

Key

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

...

Code Block
sudo service matterhorn restart

This takes the HLS distribution module offline causing Matterhorn to appear in an error state on the about page.  This does not indicate a real problem but you can optionally choose to fix it by manually deleting the module from the Matterhorn database: 

Code Block
delete from mh_service_registration where service_type = 'org.opencastproject.distribution.hls';

8. Update encoding profiles

...