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 3 Next »

Avalon R4 uses a new approach to storing the file locations of derivative files. Administrators should configure the the content_path key to point to the absolute path of the folder that will be used to store Avalon derivatives.

In config/avalon.yml:

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

 

A new key, streaming.content_path, in the config/avalon.yml configuration file describes the current storage location. Administrators should configure this content path to be the absolute path of the folder that will be used for storing Avalon derivatives.

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

  • No labels