Need help with getting live camera feed (rtsp) to unreal engine

I followed this tutorial Tutorial RTSP Livestream Media in Unreal Engine 4 - YouTube
It works fine but I’m trying to get a camera feed into unreal engine that has a username and password.

I’ve use the url format: rtsp://<username>:<password>@cameraIP/path as the stream media source url but it doesn’t work.

Is there a way to make this work?