You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[<imgsrc="./public/button-buy-me-a-coffee.png"width="150"alt="Buy me a coffee button"/>](https://www.buymeacoffee.com/matvp91)
@@ -29,9 +30,8 @@ Superstreamer is a self hostable platform that aims to simplify the complexities
29
30
- Transcode your video file into separate quality tracks (eg; 1080p, 720p, 480p).
30
31
- Write `HLS CMAF` playlists directly to S3, ready for playback!
31
32
- Want to insert a bumper like Netflix? Stitch it as an HLS interstitial on the fly.
32
-
- Insert linear ads as interstitials by providing a simple VMAP.
33
-
- Use our facade to interact with HLS.js, a heavily simplified wrapper that makes sense for player builders.
34
-
- Awesome React components to start building your own player.
33
+
- Insert linear ads as interstitials by providing a simple VMAP, or schedule VAST manually.
34
+
- Use our player facade, a simplified API alongside [HLS.js](https://github.com/video-dev/hls.js), tailored for developers building a player UI.
35
35
36
36
Give us a ⭐ if you like our work. Much appreciated!
37
37
@@ -40,13 +40,25 @@ Give us a ⭐ if you like our work. Much appreciated!
40
40
```shell
41
41
# We have prebuilt containers, see docker/docker-compose.yml
42
42
cd docker
43
-
# Copy the example config
44
-
cp ../config.env.example config.env
45
-
#Open config.env and change the variables.
43
+
# Copy the example .env
44
+
cp .env.example .env
45
+
#Configure the .env
46
46
docker compose up -d
47
47
```
48
48
49
-
Dive into the [Documentation](https://superstreamer.xyz) and do not hesitate to ask questions on [Discord](https://discord.gg/4hXgz9EsF4).
49
+
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.
50
+
51
+
## Contributing
52
+
53
+
We love our contributors! Here's how you can contribute:
54
+
55
+
-[Open an issue](https://github.com/superstreamerapp/superstreamer/issues) if you believe you've encountered a bug.
56
+
- Follow the [local development guide](https://superstreamer.xyz/guide/getting-started.html) to set up your local dev environment.
57
+
- Make a [pull request](https://github.com/superstreamerapp/superstreamer/pull) to add new features or fix bugs.
0 commit comments