https://github.com/superstreamerapp/superstreamer
An open, scalable, online streaming setup. All-in-one toolkit from ingest to adaptive video playback. Built for developers in need of video tooling.
https://github.com/superstreamerapp/superstreamer
advertising api ffmpeg hevc hls media-server server-side streaming video video-processing video-streaming
Last synced: 19 days ago
JSON representation
An open, scalable, online streaming setup. All-in-one toolkit from ingest to adaptive video playback. Built for developers in need of video tooling.
- Host: GitHub
- URL: https://github.com/superstreamerapp/superstreamer
- Owner: superstreamerapp
- License: mpl-2.0
- Created: 2024-08-05T08:52:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-19T13:11:48.000Z (about 1 month ago)
- Last Synced: 2025-04-14T01:57:32.132Z (19 days ago)
- Topics: advertising, api, ffmpeg, hevc, hls, media-server, server-side, streaming, video, video-processing, video-streaming
- Language: TypeScript
- Homepage: https://superstreamer.xyz
- Size: 120 MB
- Stars: 1,206
- Watchers: 6
- Forks: 43
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-repositories - superstreamerapp/superstreamer - An open, scalable, online streaming setup. All-in-one toolkit from ingest to adaptive video playback. Built for developers in need of video tooling. (TypeScript)
README
![]()
Superstreamer
From video processing to playback in a matter of minutes.
Documentation ·
Getting Started ·
Contributing
[
](https://www.buymeacoffee.com/matvp91)
[](https://discord.gg/4hXgz9EsF4)
Superstreamer is a self hostable platform that aims to simplify the complexities of video delivery. Transcode and package your media for online streaming with simple API calls and sane defaults, or craft dynamic HLS playlists on the fly with bumpers, ads and filters.
- Transcode your video file into separate quality tracks (eg; 1080p, 720p, 480p).
- Write `HLS CMAF` playlists directly to S3, ready for playback!
- Want to insert a bumper like Netflix? Stitch it as an HLS interstitial on the fly.
- Insert linear ads as interstitials by providing a simple VMAP, or schedule VAST manually.
- Use our player facade, a simplified API alongside [HLS.js](https://github.com/video-dev/hls.js), tailored for developers building a player UI.Give us a ⭐ if you like our work. Much appreciated!
## Getting Started
```shell
# We have prebuilt containers, see docker/docker-compose.yml
cd docker
# Copy the example .env
cp .env.example .env
# Configure the .env
docker compose up -d
```Self-hosting can be challenging, but we aim to make hosting Superstreamer as easy as possible. Check out the [Getting Started](https://superstreamer.xyz/guide/getting-started.html) section for more information. It should get you started in minutes.
## Screenshots
## Contributing
We love our contributors! Here's how you can contribute:
- [Open an issue](https://github.com/superstreamerapp/superstreamer/issues) if you believe you've encountered a bug.
- Follow the [local development guide](https://superstreamer.xyz/guide/getting-started.html) to set up your local dev environment.
- Make a [pull request](https://github.com/superstreamerapp/superstreamer/pull) to add new features or fix bugs.## Support
I've lost count of the weekends I’ve sacrificed to this project. If you think Superstreamer adding value to your company — or just want to help me remember what sunlight looks like — consider sponsoring! You can also pitch in by writing code, docs, or just spreading the word. Any help is hugely appreciated! 🥰