cryptomator / cryptomator-ios

Cryptomator for iOS
https://cryptomator.org
100 stars 13 forks source link

Streaming audio/video #66

Open north3nlights opened 7 years ago

north3nlights commented 7 years ago

I currently have dropbox app installed on my iphone and it plays a wide variety of music files. I was wondering if you could implement streaming of mp3 or ogg files in the Cryptomator container.

I also have another issue with Cryptomator that if I download a big file it wants to redownload the file everytime. Why doesn't it keep a local encrypted copy ?

tobihagemann commented 7 years ago

Streaming is not a bad idea, but it's going to be technically challenging due to our encryption and the variety of supported cloud storage services. I'm not even sure if the provided APIs by Dropbox, Google Drive, etc. make it possible to stream data. Our encryption scheme would allow streaming, because random access of an encrypted file is supported by design. We'd have to investigate this in the future.

Regarding your other question: Duplicate of #17

proletarius101 commented 4 years ago

Video streaming with encryption is addressed in UtahFS by utilizing skip list. It's basically a PoC crypto file system, but the idea sounds promising.

MrCodeB commented 4 years ago

This still would be a great feature? I wonder why it is not working already :-(

almayor commented 3 years ago

+1 Any update on this?