- Notifications
You must be signed in to change notification settings - Fork0
PixelMelt/starblast-proximity-voice-chat
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Lots of code reused fromdemo-proximity-voice, thanks!
Either generate a self-signed certificate or put the server behind a reverse proxy as voice media can only be used over secure connections:
openssl genrsa -out key.pemopenssl req -new -key key.pem -out csr.pemopenssl x509 -req -days 9999 -in csr.pem -signkey key.pem -out cert.pemrm csr.pem
Install dependencies withnpm install
and run withnpm start
. Openhttps://127.0.0.1:3000
,https://yourexternalip:3000
, orhttps://yourlanip:3000
in a supporting browser on multiple devices.
Edit the userscript to reflect your servers address and port (the port for https is 443)
About
the name
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.