https://github.com/sb-im/charoite
WebRTC SFU streaming solution for IOT.
https://github.com/sb-im/charoite
docker sfu webrtc
Last synced: about 1 year ago
JSON representation
WebRTC SFU streaming solution for IOT.
- Host: GitHub
- URL: https://github.com/sb-im/charoite
- Owner: sb-im
- License: gpl-3.0
- Created: 2021-10-08T08:23:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T09:29:00.000Z (over 1 year ago)
- Last Synced: 2025-03-31T11:51:06.686Z (over 1 year ago)
- Topics: docker, sfu, webrtc
- Language: Go
- Homepage:
- Size: 462 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Charoite
Charoite is a WebRTC SFU streaming solution dedicated for IOT. It's built upon [Pion WebRTC](https://github.com/pion/webrtc).
## How to run?
It's recommended that you have the following tools installed:
- `Go`
- `GNU make`
- `golangci-lint` (Optional)
- `Docker`
- `Docker-compose`
Run with docker-compose:
```bash
$ make up
```