An open API service indexing awesome lists of open source software.

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

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)