Versions Compared

Key

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

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:

Code Block
...
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  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.