Important
This project is no longer maintained. Visit SyncPlay for the new version.
cd repos/moq-js; npm install
Does not require any setup for now.
# Open a new terminal, then type:
cd repos/moq-js; npm run dev
Note: Wait for the compilation in the first ever run.
# Open a new terminal, then type below to run Relay server:
cd repos/moq-rs; ./dev/relay
# Open a new terminal, then type below to run a Publisher:
cd repos/moq-rs; ./dev/pub <room_name>
# Open a new terminal and type:
cd repos/moq-js/web; node ws-server.js
As a leader : https://localhost:4321/?room=room<room_name>&role=leader
As a follower : https://localhost:4321/?room=room<room_name>&role=follower<id>