P2p Mesh Streaming system
-
Install
npm install
-
Run the server
node server.js
-
Run the front
parcel index.html
-
Navigate to
http://localhost:1234
-
Start transmiting webcam from one of the clients using
play()
on the browser console
- Fault-tolerant peer to peer network
- Attach to the network when already streaming
- Select Nodes randomly
- Server as parameter
- Better debug tools (graphical view of network)
- Controls (kick users)
- No unauthorized video transmision (hard)
- Select Nodes based on latency
- Second input (backup)
- Code refactor