Typos
This commit is contained in:
parent
6dde6a31e3
commit
f018f38e0d
4 changed files with 10 additions and 10 deletions
|
@ -49,7 +49,7 @@ The `NODE_ENV=test` is set to speed up communications between pods (see [constan
|
|||
|
||||
`npm run help` give you all available commands.
|
||||
|
||||
If you want to test the decentralization feature, you can easily run 3 pods by runnin `npm run play`. The pods password are `test1`, `test2` and `test3`.
|
||||
If you want to test the decentralization feature, you can easily run 3 pods by running `npm run play`. The pods password are `test1`, `test2` and `test3`.
|
||||
|
||||
|
||||
## Architecture
|
||||
|
@ -64,9 +64,9 @@ The seperate Electron process has the goal to seed videos through WebRTC because
|
|||
|
||||

|
||||
|
||||
When an user upload a video, the rest API asks the Electron process to seed it (communicate with IPC) and then adds it to its Mongo database.
|
||||
When a user upload a video, the rest API asks the Electron process to seed it (communicate with IPC) and then adds it to its Mongo database.
|
||||
|
||||
If an user wants to watch the video, the tracker will indicate all other users that are watching the video + the Electron process.
|
||||
If a user wants to watch the video, the tracker will indicate all other users that are watching the video + the Electron process.
|
||||
|
||||
## Newcomers
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue