Bugfix to camera-ustreamer (#66)

This commit is contained in:
Fredrik Baberg
2023-03-16 13:00:40 +01:00
committed by GitHub
parent 4dd0b4fbdc
commit 1955b6566b
5 changed files with 5 additions and 11 deletions

View File

@@ -31,7 +31,7 @@
// Establish a WebSockets connection to the server.
const janus = new Janus({
// Specify the URL of the Janus servers WebSockets endpoint.
server: `ws://${window.location.hostname}:8188/`,
server: `ws://${window.location.hostname}/janus/`,
// Callback function if the client connects successfully.
success: attachUStreamerPlugin,