I'm new with this and I want to do is receive UDP video stream and modify the video and display through TV (HDMI) and I have to do this using python. I'm thinking of using openCV and receive stream and modify the frames and I have no idea about how to rebuild the video without saving the video or is it possible to display frames directly. Also openCV does not support for audio so FFMPEG is the only one thing came to my mind.
I appreciate that if someone can point out the steps, suggestions or any other alternatives.
Thank you.