video processing in mediasoup

I wrote a python program that can consume video streams from mediasoup sfu, and then the program can modify the video using graphic processing techniques and AI techniques, such as edge detection, grayscale image, replace the faces in the video with celebrities’ faces, etc. Then the modified video is produced back to mediasoup. This is the function I have always wanted to achieve, which can be used in many places. Mediasoup is really great.

1 Like