Skip to content

deawer234/room-online-meeting-platform

Repository files navigation

Room - Video Streaming Platform

Note: We are currently supporting only chromium based browsers, support for other browsers coming soon. Try the demo over at https://room-app.germanywestcentral.cloudapp.azure.com/.

How to run this video streaming sheesh

  1. run the backend
        cd backend
        cargo run
  2. run the signalling server
        cd signalling-server
        cargo run
  3. run the sfu server
        cd sfu-server
        cargo run
  4. build the wasm client
         cd wasm-client
         wasm-pack build --debug --target web --out-name wasm_client --out-dir static/pkg
  5. serve the client, I was using python server but anything will work probably
         cd wasm-client
         python -m http.server 8000
  6. Profit

Note: I strongly recommend adding the first 4 steps as targets in RustRover.

Troubleshooting

I had problem with firewall so make sure to allow traffic on ports 9000 and 800 but depends on which you use

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published