mirror of
https://github.com/wimpysworld/stream-sprout
synced 2026-03-14 14:45:50 +01:00
docs: improve yaml examples
This commit is contained in:
parent
5f8f70bced
commit
824a7e724b
2 changed files with 7 additions and 7 deletions
|
|
@ -112,7 +112,7 @@ Here's an example configuration for the Stream Sprout `server:` section.
|
|||
```yaml
|
||||
server:
|
||||
url: "rtmp://127.0.0.1:1935"
|
||||
key: "<insert your own key here>"
|
||||
key: "create your key with uuidgen here"
|
||||
archive_stream: false
|
||||
archive_path: "${HOME}/Streams"
|
||||
```
|
||||
|
|
@ -140,7 +140,7 @@ services:
|
|||
twitch:
|
||||
enabled: true
|
||||
rtmp_server: "rtmp://live.twitch.tv/app/"
|
||||
key: "<your_stream_key>"
|
||||
key: "your_twitch_stream_key"
|
||||
```
|
||||
|
||||
#### Ingest servers
|
||||
|
|
@ -166,7 +166,7 @@ services:
|
|||
youtube:
|
||||
enabled: true
|
||||
rtmp_server: "rtmp://a.rtmp.youtube.com/live2/"
|
||||
key: "<your_stream_key>"
|
||||
key: "your_youtube_stream_key"
|
||||
```
|
||||
|
||||
## Configure OBS Studio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue