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

Plan for Group encrypted audio/video #814

Open
NullVoxPopuli opened this issue May 8, 2020 · 1 comment
Open

Plan for Group encrypted audio/video #814

NullVoxPopuli opened this issue May 8, 2020 · 1 comment

Comments

@NullVoxPopuli
Copy link
Owner

Def gonna need state machines to manage this...

  • Only encrypt for the number of people viewing your video feed
  • Encrypt once, but provide a list of decryption keys that each of the current viewers can use to decode the encrypted video stream
  • A single user will only decrypt the number of video streams they can see.
    • that user will send a message to each person they want to view, so that the user may receive both the decryption key and the stream itself

Questions:

  • can WebRTC allow custom encryption of video streams? (in case we don't trust whatever STUN/TURN server we end up using
    • do we just use the data messages of WebRTC?
      • can we use an existing streaming protocol?
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

No branches or pull requests

1 participant