Location Path
Depending on the configuration Bitstreams Edge requires writing files to disk. For example Offline Encoding or recording to a file.
By default Bitstreams Edge it configured to pass the /mnt
location of the host into the docker container. Bitstreams will then create folder as per the configuration.
Recommendation
It is recommended that this file location is configured to mount an external drive.
Storage Space
Bitstreams does not manage the storage space, the end user is required to ensure there is enough storage space.
If the /mnt
location path has been updated to mount to a different location, Bitstreams Edge needs to be restarted. There are two ways to restart.
Option 1
Reboot the server.
Option 2
Restart the docker containers.
- Navigate to the Bitstreams directory.
cd ~/Bitstreams_Edge_vX.Y.Z_*/release/configs
- Stop and Start the docker containers.
docker compose down
docker compose up -d