Pepguy commited on
Commit
c87c807
·
verified ·
1 Parent(s): ed7b516

Update public/viewer.html

Browse files
Files changed (1) hide show
  1. public/viewer.html +1 -1
public/viewer.html CHANGED
@@ -5,7 +5,7 @@
5
  <h3>Viewer</h3>
6
  <video id="remoteVideo" autoplay></video>
7
  <script>
8
- const ws = new WebSocket('ws://https://pepguy-swarming-1.hf.space');
9
  let transport, consumer;
10
 
11
  ws.onmessage = async ({ data }) => {
 
5
  <h3>Viewer</h3>
6
  <video id="remoteVideo" autoplay></video>
7
  <script>
8
+ const ws = new WebSocket('ws://pepguy-swarming-1.hf.space');
9
  let transport, consumer;
10
 
11
  ws.onmessage = async ({ data }) => {