I need to show 3 ip cam Hikvision over the LAN of my building. After many issues I finally found out how to do so, the problem is that if more than 2 users open the website of the 3 cameras, the last user that connects to the url won't see anything just 3 black boxes instead of 3 live streams.
This is the code I used
<object classid="clsid:9BE31822-FDAD- 461BAD51BE1D1C159921"codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab" id="vlc" events="True" width="500" height="480"> <param name="Src" value="rtsp://adminsw@ip"/> <param name="ShowDisplay" value="True"/> <param name="AutoLoop" value="False"/>
<embed id="vlcEmb" type="application/x-google-vlc-plugin" version="VideoLAN.VLCPlugin.2" autoplay="yes" loop="no" target=" rtsp://adminsw@ip " width="500" height="480"/> </object>
Thank you for your precious help. Have a nice day
This is the code I used
<object classid="clsid:9BE31822-FDAD- 461BAD51BE1D1C159921"codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab" id="vlc" events="True" width="500" height="480"> <param name="Src" value="rtsp://adminsw@ip"/> <param name="ShowDisplay" value="True"/> <param name="AutoLoop" value="False"/>
<embed id="vlcEmb" type="application/x-google-vlc-plugin" version="VideoLAN.VLCPlugin.2" autoplay="yes" loop="no" target=" rtsp://adminsw@ip " width="500" height="480"/> </object>
Thank you for your precious help. Have a nice day