Stream and spectate SSBM games directly in the browser!
This project is currently deployed at https://spectatormode.tv. The client program can be found at https://github.com/gcpreston/swb-rs.
To use SpectatorMode, you must run the client locally, which forwards Slippi data to the web server. To do so:
- Download the client program
- Open Slippi Dolphin
- Unarchive and launch the client
The web server is built with Phoenix. To start the server locally:
- Run
mix setupto install and setup dependencies - Start the endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser. More information can be found in the Phoenix installation and setup guide.
Instructions to connect the client to the local web server can be found in the swb README.
This project is only possible thanks to
- frankborden for Slippi Lab
- Fizzi and the whole Slippi team for Project Slippi