Live video fetching and displaying as a texture

Hi everyone!

I’m making an application for my master’s thesis with unreal engine where i have to teleoperate a robot using an HTC vive.
I need to show the live feed from the robot’s camera in the helmet in order to have a telepresence. The problem is that i can’t get it to work…

My Robot sends an MJPEG video flux via http and i just have to fetch it and render it in the game as a texture but i can’t figure out how to do this…

Has anyone ever tried to achieve this and how?

Thanks
Helldog136