Hi I want to stream a WebRTC (MediaStream) video to a WebSocket (Twisted+Autobahn) and process the stream for OpenCV object detection and send it back to the client via FFServer (FFMPeg)?
I have try using only WebRTC, WebSocket and OpenCV, but the streaming is not real-time.