Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-24T22:42:42.000Z (about 1 month ago)
- Last Synced: 2024-12-24T23:22:02.717Z (about 1 month ago)
- Topics: docker, sfu, webrtc
- Language: Go
- Homepage:
- Size: 563 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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
```