Displaying video by URL in Unity3D using the VideoPlayer component with login and password

0

I am trying to the VideoPlayer component in Unity3D to display a video by URL (from an IP camera). When you connect, you must specify a username and password. I tried different URLs and get errors:

WindowsVideoMedia error 0x80070005 while reading http://admin:admin@192.168.100.108/axis-cgi/mjpg/video.cgi

WindowsVideoMedia error 0xc00d2ee0 while reading rtsp://admin:admin@192.168.100.108:554

Tell me, please, how to do it correctly.

c#
unity3d
asked on Stack Overflow Oct 30, 2018 by Vaycheslav • edited Oct 30, 2018 by user6910411

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0