Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scuffletv/scuffle
Live streaming platform
https://github.com/scuffletv/scuffle
live opensource rust streaming svelte video
Last synced: about 1 month ago
JSON representation
Live streaming platform
- Host: GitHub
- URL: https://github.com/scuffletv/scuffle
- Owner: ScuffleTV
- Created: 2023-01-28T19:17:28.000Z (almost 2 years ago)
- Default Branch: feature/website
- Last Pushed: 2024-10-26T15:33:42.000Z (2 months ago)
- Last Synced: 2024-10-29T14:22:17.118Z (about 2 months ago)
- Topics: live, opensource, rust, streaming, svelte, video
- Language: Rust
- Homepage: https://scuffle.tv
- Size: 24.8 MB
- Stars: 240
- Watchers: 15
- Forks: 26
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: licenses/APACHE2_LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Scuffle
[![codecov](https://codecov.io/gh/ScuffleTV/scuffle/branch/main/graph/badge.svg?token=LJCYSZR4IV)](https://codecov.io/gh/ScuffleTV/scuffle)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/ScuffleTV/scuffle/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/ScuffleTV/scuffle/tree/main)
[![dependency status](https://deps.rs/repo/github/ScuffleTV/scuffle/status.svg)](https://deps.rs/repo/github/ScuffleTV/scuffle)## Welcome to Scuffle!
Scuffle is an opensource live streaming platform.
This project is very much a WIP and has no functional component right now!
For more information on what this is going to be, check out [our conference](https://www.youtube.com/watch?v=QvQpMRkzoVM&t=593s)
You can also look at our [design documents](./design/README.md).
## License
This project is licensed under multiple licenses.
For all libraries written by Scuffle, the [MIT](./licenses/MIT_LICENSE) or [Apache 2.0](./licenses/APACHE2_LICENSE) license is used.
For non-libary code such as applications, the [BSL 1.0](./licenses/BSL_LICENSE) license is used.
For more information, see the [licenses](./licenses/README.md) readme.