0

Fix doc submodule

This commit is contained in:
Gabe Kangas 2020-08-30 12:06:38 -07:00
parent b2ba9a2fcb
commit bb25207cd9
3 changed files with 2 additions and 11 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "doc"]
path = doc
url = https://github.com/owncast/owncast.github.io
url = https://github.com/owncast/owncast.github.io/

1
doc Submodule

@ -0,0 +1 @@
Subproject commit 54a0ee13964c70585c24a9b5869604373faaa926

View File

@ -1,10 +0,0 @@
## CPU and RAM usage alerts
If your hardware is being maxed out then your video may not be processed and delivered fast enough to keep up with the real-time requirements of live video.
Here are some steps you can try taking to resolve this.
1. You may have too many bitrates defined as separate video quality variants. Try removing one.
1. Change to a [faster encoder preset](https://github.com/gabek/owncast/blob/master/doc/encoding.md#encoder-preset) in your configuration. If you're currently using `veryfast`, try `superfast`, for example.
1. Try reducing [the quality of the video you're sending to Owncast from your broadcasting software](https://github.com/gabek/owncast/blob/master/doc/encoding.md#how-you-configure-your-broadcasting-software-matters).
1. If you've gone down to a single bitrate, changed the encoder preset to the fastest, and experimented with different qualities in your broadcasting software, it's possible the server you're running Owncast is just not powerful enough for the task and you might need to try a different environment to run this on.