Skip to content

Configure Local Filesystem Storage Target

This page provides the instructions to configure a Local Filesystem Storage Target in MiaRec web application.

  1. Navigate in MiaRec web portal to Administration -> Storage -> Storage Targets and click Add.

    Local Filesystem Storage Target

  2. In the Name field, provide a distinctive name for a newly created storage target.

  3. In the Tenant field, specify the tenant this storage target is associated with. Note, this field is available in the multi-tenant environment only.

  4. In the Type field, select Local Filesystem.

  5. In the Base path field, enter the base directory where the recordings will be stored.

    Local Filesystem Storage Target Settings

  6. Click Save and Test. The system will try to establish the connection and will display the status.

Test Connection

When Local File System storage is used and the web portal is running on Linux, then you need to change ownership to the folder on disk. Execute the following command (change the file path as necessary):

On Centos:

chown -R apache:apache /var/miarec/replicated-recordings

On Ubuntu:

chown -R www-data:www-data /var/miarec/replicated-recordings

Warning

Caution! Do not use the same folder for storing the locally recorded files as well as replicated files as it will cause permission issues. The locally recorded files are stored by default at /var/miarec/recordings.