modifié: superTornado.py

modifié:         v/video.html
This commit is contained in:
sidya82
2014-03-02 21:48:37 +01:00
parent 4df402ca1c
commit 7c9ba01568
2 changed files with 27 additions and 26 deletions

View File

@ -6,7 +6,7 @@
<title>Acces camera</title>
<script src="js/jquery-2.1.0.min.js"></script>
<script >
var ws = new WebSocket ("ws://192.168.1.12/video");
var ws = new WebSocket ("ws://192.168.1.12/socket");
ws.onmessage = function (evt) {
console.log("data receive");
if(evt.data != "error") {