User Tools

Site Tools


hyprspace

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
hyprspace [2025/09/24 15:58]
nightfly [Overview]
hyprspace [2025/09/24 19:58] (current)
nightfly
Line 1: Line 1:
 ====== HyprSpace ====== ====== HyprSpace ======
  
-HyprSpace is a WolfRecorder feature that lets you extend the storage space used for user-exported camera video clips beyond the default root filesystem.+HyprSpace is a WolfRecorder feature that lets you extend the storage space used for user-exported camera video clips beyond the default root filesystem on the fly.
  
 ===== Overview ===== ===== Overview =====
-By default, all exported video clips are saved in a reserved area inside the root filesystem (**/**).  +By default, all exported video files are saved in a reserved area inside the root filesystem (**/**).  
  
 {{:hpace0.png|}} {{:hpace0.png|}}
  
-When HyprSpace is enabled, these exported files can be stored on any other storage location, for example:+When HyprSpace is enabled, user exported recordings files can be stored on any other storage location, for example:
  
   * a dedicated physical disk,   * a dedicated physical disk,
   * a RAID array/some disks pool   * a RAID array/some disks pool
-  * a mounted network filesystem (e.g. NFS, SMB).+  * a mounted network filesystem (e.g. NFS, SMB) 
 +  * a remote filesystem mounted via SSHFS 
 +  * a distributed filesystem such as CephFS or GlusterFS.
  
 The underlying storage type does not matter as long as it is properly mounted in the system. The underlying storage type does not matter as long as it is properly mounted in the system.
 +
  
 ===== How it Works ===== ===== How it Works =====
 +The feature can be enabled via a checkbox in "System settings" named "User exported videos in HyprSpace"
 +
 +{{:hspace3.png|}}
 +
 After HyprSpace is activated: After HyprSpace is activated:
  
-  * The feature is enabled via a checkbox in "System settings" named **User exported videos in HyprSpace**.   +The "Storages" module shows the HyprSpace as "Storage of user exported videos"
-  * All user-exported video clips are automatically stored in the alternative mount point **/hyprspace**. + 
-  * The "Storages" module shows the HyprSpace as "Storage of user exported videos"+{{:hspace1.png|}} 
-  The "System info" module start display information about HyprSpace storage capacity.+ 
 +The "System info" module start display information about HyprSpace storage capacity. 
 + 
 +{{:hspace2.png|}} 
 + 
 +All videos exported by the users will automatically be saved in an alternative mount point **/hyprspace**. 
 + 
 +{{:hspace4.png|}}
      
 ===== Requirements ===== ===== Requirements =====
Line 30: Line 44:
  
 ===== Setup Steps ===== ===== Setup Steps =====
-  - Create the mount point if it does not already exist: +Create the mount point if it does not already exist: 
-    <code> + 
-    mkdir /hyprspace +<code> 
-    </code> +mkdir /hyprspace 
-  Prepare and mount the storage device or network share as needed (see examples below). +</code> 
-  Create the directory **/hyprspace/recdl** and set the correct permissions: + 
-    <code> +Prepare and mount the storage device or network share as needed (see examples below).\\ 
-    mkdir /hyprspace/recdl + 
-    chmod 777 /hyprspace/recdl +Create the directory **/hyprspace/recdl** and set the correct permissions: 
-    </code> +<code> 
-  Enable the checkbox "User exported videos in HyprSpace" in "System settings".+mkdir /hyprspace/recdl 
 +chmod 777 /hyprspace/recdl 
 +</code> 
 + 
 +Enable the checkbox "User exported videos in HyprSpace" in "System settings".
  
  
 ===== Notes ===== ===== Notes =====
-  * Only newly exported clips will be saved to **/hyprspace/recdl**. Existing exports remain in their original location unless moved manually.+  * Only newly exported files will be saved to **/hyprspace/recdl**. Existing exports remain in their original location unless moved manually.
   * Ensure the mounted storage has adequate performance and free space for the expected video export load.   * Ensure the mounted storage has adequate performance and free space for the expected video export load.
  
hyprspace.1758718694.txt.gz · Last modified: 2025/09/24 15:58 by nightfly