Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 746 Bytes

README.md

File metadata and controls

48 lines (41 loc) · 746 Bytes

SFU

Architecture

arch

Contributing

Roadmap

Projects

Project status

Stargazers over time

How to use

1. install signal server and make key.pem|cert.pem

cd signal-server
./install.sh

2. install web app

cd pion-sfu-sdk
npm i

3. start signal server

cd signal-server
./start.sh

4. start web app

cd pion-sfu-sdk
npm start

5. start sfu

go build
./sfu

6. let's chat

Open this url with chrome

https://yourip:3666