Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinyoshiaki/node-sfu
Pure TypeScript WebRTC MediaServer (SFU/MCU)
https://github.com/shinyoshiaki/node-sfu
mcu nodejs sfu typescript webrtc
Last synced: 3 months ago
JSON representation
Pure TypeScript WebRTC MediaServer (SFU/MCU)
- Host: GitHub
- URL: https://github.com/shinyoshiaki/node-sfu
- Owner: shinyoshiaki
- License: mit
- Created: 2020-09-15T10:27:23.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2021-04-03T15:41:20.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T16:18:33.510Z (4 months ago)
- Topics: mcu, nodejs, sfu, typescript, webrtc
- Language: TypeScript
- Homepage:
- Size: 4 MB
- Stars: 61
- Watchers: 8
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-sfu
Pure node.js WebRTC SFU
100% written in TypeScript# current state
WIP# example
https://github.com/shinyoshiaki/node-sfu/tree/master/examples
# demo
## server
```sh
yarn server
```## client
```sh
yarn client
```open http://localhost:8080/
# components
- ICE https://github.com/shinyoshiaki/werift-ice
- DTLS https://github.com/shinyoshiaki/werift-dtls
- SCTP https://github.com/shinyoshiaki/werift-sctp
- RTP,RTCP,SRTP,SRTCP https://github.com/shinyoshiaki/werift-rtp
- WebRTC https://github.com/shinyoshiaki/werift-webrtc