No puedo ver la imagen de mi cámara IP, la cual la invoco mediante un iframe
Publicado por Lisandro (9 intervenciones) el 08/07/2018 17:56:20
Utilizo XAMPP como servidor local
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<iframe id="iframe-camara1" src="http://192.168.0.10" width="100%" height="630" align="center"></iframe>
</body>
</html>
Valora esta pregunta
0