Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mcu=>Sfu #14

Open
wants to merge 9 commits into
base: sfu
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ jspm_packages

# Optional REPL history
.node_repl_history

.DS_Store
44 changes: 43 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# kurento-group-call-node (SFU)
# kurento-group-call-node

```
This code is an example, I did not optimize it.

Please contact me for more information.
```

### branch checkout
```
Expand All @@ -20,8 +26,44 @@ cd server/static/
bower install
```

### edit
```
./server/index.js

const argv = minimst(process.argv.slice(2), {
default: {
as_uri: 'https://localhost:3000',
ws_uri: 'ws://127.0.0.1:8888/kurento' // your KMS uri
}
});

```

### run
```
node index.js

```

### Composite & HubPort structure
```
User
^
|
WebRtcEndpoint
^
|
HubPort
^
|
Presenter WebRtcEndpoint -> HubPort -> Composite
|
v
HubPort
|
v
WebRtcEndpoint
|
v
User
```
1,217 changes: 1,217 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

Loading