Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Avalon R4 uses a new approach to storing the file locations of streaming derivatives. Administrators should modify their avalon.yml configuration to point to the absolute path of the folder that will be used to store Avalon derivatives (see below). In almost all circumstances, the path will exactly match the org.opencastproject.streaming.directory in Matterhorn’s config.properties file.

In config/avalon.yml:

...
streaming:
...
  content_path: /path/to/streaming/derivatives
...

 

If the file storage location changes, administrators should update the configuration file. Existing derivative files will continue to point to the original location. Existing derivatives can be updated to reference the newer file location by calling the #set_streaming_locations! method on each derivative.

  • No labels