diff --git a/.gitmodules b/.gitmodules index 6e4e33941..2a837f385 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "doc"] path = doc - url = https://github.com/owncast/owncast.github.io + url = https://github.com/owncast/owncast.github.io/ diff --git a/doc b/doc new file mode 160000 index 000000000..54a0ee139 --- /dev/null +++ b/doc @@ -0,0 +1 @@ +Subproject commit 54a0ee13964c70585c24a9b5869604373faaa926 diff --git a/doc/troubleshooting.md b/doc/troubleshooting.md deleted file mode 100644 index 263bf04c2..000000000 --- a/doc/troubleshooting.md +++ /dev/null @@ -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.