WebRTC with python
问题 I would like to make a streaming server with python/twisted, which receives a WebRTC video stream and then applys some OpenCV algorithms to it. However I cannot find a python module for WebRTC. How can I send and receive a WebRTC video stream with python/twisted? Thanks! 回答1: What you can do is take screen shots continuously and push them to a websocket and allow your twisted server to take a gander at each one as it comes in. I have modified some common recorders and my version takes Jpeg