video streaming

This commit is contained in:
nicco
2018-06-29 12:30:49 +02:00
parent 743290d462
commit a666c01300
8 changed files with 136 additions and 0 deletions

27
video/README.md Normal file
View 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)