livekit / python-sdks

LiveKit real-time and server SDKs for Python
https://docs.livekit.io
Apache License 2.0
95 stars 33 forks source link

e2ee support. #48

Closed cloudwebrtc closed 1 year ago

cloudwebrtc commented 1 year ago

examples: publish hue video with e2ee e2ee_hue.py

publish wave with e2ee e2ee_wave.py

publish and subscribe e2ee_wave_recv.py e2ee_hue_recv.py

cloudwebrtc commented 1 year ago

e2ee_wave_recv.py/e2ee_hue_recv.py in the PR is used to check that the decrypted audio/video raw data can be correctly received in e2ee mode. These two examples are not necessary. you can remove it if you want. Receiving audio/video in e2ee mode works correctly in the rust example, so it should work in Python too