I am new to Docker and want to do some video processing inside a docker container , now I want to stream a video from host to docker container where it will be processed and then it will again be sent out in any form and received by HOST.
I have started with GSTREAMER with UDP which will send my video to container but I cant figure it out.
Any help would be appreciated.