Storage.properties

The full path of this file is /com/escenic/storage/Storage.properties. If you don't already have a copy of this file in your common configuration layer, then you will need to create it. It determines which storage systems the Content Engine uses for different kinds of files. It needs to reference the VideoFileSystemConfiguration and KeyframeFileSystemConfiguration components you have defined (plus possibly other cloud storage locations that you may have defined previously).

For a detailed description of how to configure this file in general, see Create FileSystemConfiguration Components.

When you are setting the fileSystemConfigurations property in this file, you must be sure to use absolute paths to specify the location of the VideoFileSystemConfiguration and KeyframeFileSystemConfiguration components (and any other file system components that will be used by the Video plug-in, should there be any). For example:

fileSystemConfigurations=/com/escenic/storage/filesystems/KeyframeFileSystemConfiguration,/com/escenic/storage/filesystems/VideoFileSystemConfiguration

This is only required for file system components used by the Video plug-in, it is not a general requirement.