Web VLC Plugin Can not re-connect when power cycle
Posted: 20 Mar 2018 08:50
I faced a problem when using IE VLC plugin V2.2.1, .code is below
------------------------------------------------------------------------------------------------------------
<html>
<head><title>Demo of VLC mozilla plugin</title></head>
<body>
<embed type="application/x-vlc-plugin"
name="video1"
autoplay="yes" loop="yes" width="400" height="300"
autostart="yes" branding = "no"
events="True"
src="rtsp://admin:Admin@192.168.1.11:554/cam/realmonitor?channel=1&subtype=0" />
</body>
</html>
---------------------------------------------------------------------------------------------
When camera is power off and power on again, IE can not get video again. how to solved it?
------------------------------------------------------------------------------------------------------------
<html>
<head><title>Demo of VLC mozilla plugin</title></head>
<body>
<embed type="application/x-vlc-plugin"
name="video1"
autoplay="yes" loop="yes" width="400" height="300"
autostart="yes" branding = "no"
events="True"
src="rtsp://admin:Admin@192.168.1.11:554/cam/realmonitor?channel=1&subtype=0" />
</body>
</html>
---------------------------------------------------------------------------------------------
When camera is power off and power on again, IE can not get video again. how to solved it?