We would like to integrate our extensions with Ant Media Server using plugins.
How can we do that and build plugins on top of Ant Media Server?
Also what are the resource requirement for that?
We would like to integrate our extensions with Ant Media Server using plugins.
How can we do that and build plugins on top of Ant Media Server?
Also what are the resource requirement for that?
Ant Media Server supports plugins to integrate them into the video/audio processing in it. You can have a plugin that captures video/audio packets (encoded) or frames (decoded) data from Ant Media Server. Then your plugin can consume the data or process them and feed back to the Ant Media Server.
You can check this blogpost to understand the plugin architecture and check this to learn how you can create a plugin.
Also I recommend you to check the Ant Media's Plugins repository. There are open source plugins developed by the team.