mirror of
https://github.com/cupcakearmy/livestream.git
synced 2025-12-17 11:15:00 +00:00
video streaming
This commit is contained in:
27
video/README.md
Normal file
27
video/README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Livestream
|
||||
|
||||
Dockerized livestream server based on nginx that serves HLS and DASH.
|
||||
|
||||
## Quickstart 💥
|
||||
|
||||
```
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
## Setup 🏗
|
||||
|
||||
Tweak `nginx.conf` to your likings if necessary.
|
||||
|
||||
## Usage 👾
|
||||
|
||||
Stream to it with [OBS](https://obsproject.com/)
|
||||
|
||||
Settings -> Stream:
|
||||
- Stream Type = custom
|
||||
- Url = rtmp://localhost/mychannel
|
||||
- Stream Key = some *non empty* string
|
||||
|
||||
Settings -> Output:
|
||||
- Output Mode = Simple
|
||||
- Streaming
|
||||
- Bitrate = depends on resolution and quality. check [here](https://support.video.ibm.com/hc/en-us/articles/207852117-Internet-connection-and-recommended-encoding-settings)
|
||||
Reference in New Issue
Block a user