Webcam stream from URL

Hi!

For my master’s thesis i’m trying to teleoperate a robot using an HTC vive. The idea is to put two cameras on the head of the robot and sending the stream from one PC to another. The problem is that i have absolutely no idea on how to get the video stream that i serve via a python app using Flask and show it in the app. I tried to use the StreamMediaSource but the image stays black…

Has anyone ever tried to show a mjpeg from an url in an unreal app?

Thanks

Anybody managed to do that?