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 filesstreaming derivatives. 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.

...

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 If the file storage location changes, administrators should update the configuration file. Existing derivative files will still continue to point to the original storage location. Existing derivatives can be updated with a newer file location by calling the #set_streaming_locations! method.