Explorar o código

fix to birdseye connection

Blake Blackshear %!s(int64=3) %!d(string=hai) anos
pai
achega
61f717daa3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web/public/jsmpeg.html

+ 1 - 1
web/public/jsmpeg.html

@@ -15,7 +15,7 @@
 	<script type="text/javascript" src="jsmpeg.min.js"></script>
 	<script type="text/javascript">
 		var canvas = document.getElementById('video-canvas');
-		var url = 'ws://'+document.location.hostname+':8084/';
+		var url = 'ws://'+document.location.hostname+':5000/live/birdseye';
 		var player = new JSMpeg.Player(url, {canvas: canvas, protocols: []});
 	</script>
 </body>