X Tutup
Skip to content

Adding web client#392

Open
klonikar wants to merge 2 commits intocollabora:mainfrom
klonikar:main
Open

Adding web client#392
klonikar wants to merge 2 commits intocollabora:mainfrom
klonikar:main

Conversation

@klonikar
Copy link
Contributor

This web client includes nginx conf file and instructions to set it up. Easiest way is to load it directly from the file system as a file:// url and specify the websocket url.

When you want to access the whisperlive server running in an intranet (which does not have a public IP address), you can setup a connection to a cloud machine using ssh remote port forwarding and run an nginx server on that cloud machine. The nginx conf then upgrades the connection from the web client (html file) to a websocket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup