Stream Live WiFi IP camera into Unreal

Hello
What is the recommended method to get IP camera stream (over wifi) into ue4 ?
thanks

I would use WebBrowser for the simplest way. You should be able to use an address like “http://192.168.1.5” to show a webpage. Rest of the live web page is up to you.