IP camera in the NewMediaPlayer and NewMediaPlayer_Video texture?

How can I setup a video capture device for an IP camera and a webcam in the NewMediaPlayer and NewMediaPlayer_Video texture?

I’m able to connect a URL like this: https://docs.unrealengine.com/Attachments/Engine/MediaFramework/HowTo/StreamMediaSource/Infiltrator%20Demo.mp4 and a Logitec HD Webcam C615, but I need to make a direct IP connection to the static IP address of the IPOB-ELE2IR28 IP camera using Unreal as a live switcher?

After some research, it looks like this can be done with Stream Media Source that points to the IP camera. Or within a Media Playlist to build multiple media sources.
In the MediaPlayer, the webcam provides this chunk of code for a capture device:

vidcap://\?\usb#vid_046d&pid_082c&mi_02#7&218b65a8&0&0002#{e5323777-f976-4f5b-9b55-b94699c46e44}{bbefb6c7-2fc4-4139-bb8b-a58bba724083}

Anyone have an example of vidcap of an IP camera, or do I have to connect to the IP camera through a UDP or PCI/IP port?

After even more research and newer versions of Unreal with additional Media tools I wanted to update this:

I want to use real time streaming protocol within a StreamMediaSource node. The IP camera has a login and password that needs to passed in order to create the connection with the camera or cameras based on different IP addresses.

In the Stream Url call within the StreamMediaSource node I use this: rtsp://admin:(password)@192.168.1.108:554/
but I get access denied. I am able to Open Network Stream in a windows based VLC media player and it works as expected.

  • What is the correct cmd call in the Stream URL path to connected the IP camera?

  • Do I need to sperate the login and stream calls? With the VLC player, there is a "location that include the login information and a title that is only the IP location and port number.

Thanks,

Hi , may i know if you have succeeded in your task?