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

Streaming: cipher on stream #590

Open
Deleplace opened this issue May 15, 2024 · 0 comments
Open

Streaming: cipher on stream #590

Deleplace opened this issue May 15, 2024 · 0 comments

Comments

@Deleplace
Copy link
Collaborator

Deleplace commented May 15, 2024

After #132 is implemented

Naive behavior

  • Mobile encrypts the resource(s)
  • Mobile streams the resource(s) via WebRTC

However, WebRTC unlocks sharing large files (hundreds of MB), which might not conveniently fit in memory for full encryption before streaming.

Desired behavior

  • Mobile streams the resource(s) via WebRTC, while encrypting the data being sent

This way, the mobile does not need to hold the whole file(s) in memory.

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

No branches or pull requests

1 participant