Custom "GStreamerFilter" filters are not working

Hi,

I could able to implement all the filters mentioned in Voice and video filters - OpenVidu Docs but the filters in Plugins are not getting applied.

Am I missing anything here?

Kurento Server is a GStreamer based application. It has some plugins installed, but not all of the available ones.

To install all plugins you have to understand how GStreamer works and install them in the Kurento Media Server docker image.

You can get inspired on how to create a custom Kurento Media Server image follwing this link: Writing Kurento Modules — Kurento 6.16.0 documentation

When you have your KMS custom image you have to configure it in OpenVidu: On premises - OpenVidu Docs

Regards

Note you can only have one filter applied.