Enhancement: Improve Access to Recorded Videos by Organizing Saved Files #1876
+213
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I'm using Jitsi with Docker, and I encountered some challenges when trying to manage recorded conference videos. The videos are saved in a directory mounted on the Docker container, but they are stored in folders with hash string names. This makes it difficult to identify and locate specific recordings.
Currently, after recording a conference, the videos are saved in a directory with a hashed folder name. Administrators or users who need to access these videos must manually navigate through the hash-named directories, which can be time-consuming and confusing, especially as the number of recordings grows.
To address this, I developed a script that organizes the recorded videos in a more user-friendly manner. The script automatically:
This enhancement will simplify the process of managing recorded videos, making it more intuitive and less error-prone.
Users can quickly find and access recorded videos without dealing with hash strings.
Administrators will spend less time managing the video storage, reducing overhead.
As the number of recordings increases, this approach will help keep the file system organized.
I would love to contribute this script to the Jitsi project if you find it useful. Please let me know your thoughts on this enhancement.