-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
[Feature] Add ability to stream play video and audio files and image previews #193
Comments
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
In the long term, we will switch to cloud-access-java, which will make it possible to stream the encrypted files from the cloud. But that is all up in the air. We are currently working on vault format 8, which decouples the key derivation from vault decryption, which in turn makes something like 2FA possible. Next, we see the document provider as priority 0, which will also take up some time. So unfortunately nothing really new here, but we definitely see the need. |
This comment has been minimized.
This comment has been minimized.
When browsing files, do not perform any disk write operations, and clean up the memory when the application exits, so that it can be truly safe. |
It would be nice if media files that are being downloaded could play with in-built player.
Almost every cloud storage provides ability to range download, so there's not a big problem.
And as I committed in another request, please add optional setting to enable creating encrypted image/video previews for media file uploads.
I suggest that every media file that is being uploaded should contain preview block (encrypted of course) in the start of content, and if possible it should be with user's predefined quality settings.
When user opens a folder containing media files for the first time, on PC or Android, Cryptomator starts to download predetermined media files, when it gets to the end part of block containing thumbnail - it stops, shows thumbnail of file, saves preview in local cache for faster user experience.
If user wants to download a media file, Cryptomator just ignores/deletes thumbnail block and saves original file.
With these abilities Cryptomator would be perfect and user-friendly.
Cheers!! ❤️🏆🥇🧠
Tasks
The text was updated successfully, but these errors were encountered: