Skip to content

Commit

Permalink
fix to birdseye connection
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeblackshear committed Jun 12, 2021
1 parent c70419b commit 61f717d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/public/jsmpeg.html
Original file line number Diff line number Diff line change
Expand Up @@ -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:https://'+document.location.hostname+':8084/';
var url = 'ws:https://'+document.location.hostname+':5000/live/birdseye';
var player = new JSMpeg.Player(url, {canvas: canvas, protocols: []});
</script>
</body>
Expand Down

0 comments on commit 61f717d

Please sign in to comment.