Media player stream not working with this file

I’m not quite sure what is the exact problem, i ended up setting a raspberry pi + a 360 camera to stream from there through my browser via local net, from there everything is working as intended, until this phase, where i need to get the same video to work on ue4, i put the url in media player and stream media source, it says the media failed to open !! is a freaking mp4 file, is a freaking http protocol, is a freaking 8081 port, i have no idea how to make this work, since apparently nobody has ever done this or worked with media stream before, haven’t found anything in forums nor youtube, need urgent help, since i need to get this project done by tomorrow, all i need is for unreal engine 4 to pick up the link and done

Can’t help you without verbose log output.

Please update this section in your project’s /Config/DefaultEngine.ini:

[Core.Log]
LogOnline=Log
LogMediaAssets=Verbose
LogMediaUtils=VeryVerbose
LogAndroidMedia=VeryVerbose
LogAvfMedia=VeryVerbose
LogImgMedia=VeryVerbose
LogMfMedia=VeryVerbose
LogNdiMedia=VeryVerbose
LogPS4Media=VeryVerbose
LogSwitchMedia=VeryVerbose
LogVlcMedia=VeryVerbose
LogWmfMedia=VeryVerbose

Then run again and attach your log file here, thanks!

sorry for the late response but i solved it thanks to the vlc plugin, thanks anyways