Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Improve Access to Recorded Videos by Organizing Saved Files #1876

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

MR-IOErr
Copy link

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:

  • Renames the videos to more descriptive names based on the conference name and timestamp.
  • Moves the videos to a structured directory hierarchy for easier access.

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.

@aaronkvanmeerten
Copy link
Member

Hi and thank you for your contribution, this looks really useful indeed!

We actually have a separate github group for community contributions that don't quite fit into the core product/service but are still of use to the global community. This feels like it could be in a repo there, which we'd grant you commit access to, so you could maintain it at your leisure. If this is of interest to you, I'll get a repo set up for you and get you an invite. Let me know! and sorry again for the delayed response to this PR, it really is a nice contribution!

@MR-IOErr
Copy link
Author

MR-IOErr commented Sep 27, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants