https://github.com/gotolive/sfu
A golang SFU for WebRTC
https://github.com/gotolive/sfu
golang rtc sfu webrtc
Last synced: about 1 month ago
JSON representation
A golang SFU for WebRTC
- Host: GitHub
- URL: https://github.com/gotolive/sfu
- Owner: gotolive
- License: mit
- Created: 2025-02-05T03:59:27.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-27T13:18:08.000Z (3 months ago)
- Last Synced: 2025-03-25T15:53:05.093Z (about 2 months ago)
- Topics: golang, rtc, sfu, webrtc
- Language: Go
- Homepage:
- Size: 140 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SFU
## Description
This is a simple SFU (Selective Forwarding Unit) implementation with [pion](https://github.com/pion).
## Usage
See [examples](./examples) for usage.
## Features
- [x] SFU
- [x] Simulcast
- [x] WHIP/WHEP## Thanks
- [pion](https://github.com/pion)
- [mediasoup](https://github.com/versatica/mediasoup)