Is there any way to integrate my python AI with Ant media server #4934
Unanswered
USAMAWIZARD
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was looking to integrate my python AI with ant media server.
I tried exploring ant media server sample plugin which expose the individual video and audio frame in the java code as a plugin. While my AI pipeline is developed with python. It would be great if you guys recommend any solution to integrate Python AI.
One expected solution I think of is using a client server architecture between java and python, and communicating video frames with it.
It would be great if community recommend any better approach to address it.
Beta Was this translation helpful? Give feedback.
All reactions