Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

the name

License

NotificationsYou must be signed in to change notification settings

PixelMelt/starblast-proximity-voice-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lots of code reused fromdemo-proximity-voice, thanks!

This repository allows you to set up peer to peer voice chat for the game starblast.io


clone this repo and then do the following


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

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp