I am using kurento media server for video broadcasting, my use case is to input two video streams and apply chroma key on the top video and then display the chroma-keyed video on the other video stream.
I am planning to use the kurento chroma key filter module, which takes the video and a image uri as input parameters and apply chroma key on video and then displays it on top of supplied image.
Is it possible to display the chroma keyed video on top of another video instead of the image?
OR
If not, Is there any other way i can achieve this?
I do not have significant knowledge in gstreamer framework. It would be great if someone can point me in the right direction.