Skip to content

Commit 46dac06

Browse files
authored
Update README.md
1 parent 0983e2b commit 46dac06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Restream self hosted alternative
1111
5. Start the stream on OBS.
1212
6. Go to your twitch profile, you should see a stream with the same content that you're streaming to the computer running the docker container. It's being forwarded.
1313
7. (Optional) You can watch the stream locally from VLC opening a stream with this url `rtmp://localhost/stream/hello`.
14-
8. (Optional) You can also stream to other services like youtube, just add tem below twitch in [nginx.conf](./nginx.conf):
14+
8. (Optional) You can also stream to other services (I think even other accounts of the same platform but I haven't tested this yet) like youtube, just add tem below twitch in [nginx.conf](./nginx.conf):
1515
```
1616
push rtmp://live.twitch.tv/app/${STREAM_KEY_TWITCH};
1717
push rtmp://a.rtmp.youtube.com/live2/${STREAM_KEY_YOUTUBE};

0 commit comments

Comments
 (0)