Re: [webrtc-insertable-streams] Add custom encryption with aiortc python webRTC (#33)

Thanks for the information, for me the goal was implement custom encryption between two peers, so as a solution I have implemented without insertable stream using aiortc only.  Like the sender peer(aiortc-peer) send the frame by encrypting. The receiver(aiortc-peer) peer received the data decrypt, then decode and displayed using [Flask](https://flask.palletsprojects.com/en/1.1.x/) as described here https://medium.com/datadriveninvestor/video-streaming-using-flask-and-opencv-c464bf8473d6

-- 
GitHub Notification of comment by SourceCodeZone
Please view or discuss this issue at https://github.com/w3c/webrtc-insertable-streams/issues/33#issuecomment-643590437 using your GitHub account

Received on Saturday, 13 June 2020 08:23:09 UTC