aboutsummaryrefslogtreecommitdiffhomepage
path: root/FAQ.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-10 10:36:50 +0100
committerChocobozzz <me@florianbigard.com>2020-11-10 10:36:50 +0100
commit6d61da4e32487bdb1f1a84a7b2eddf2df0ddf1ca (patch)
tree79a3f1d5635e4e2b44fbc53a21a8ebfee453c9e7 /FAQ.md
parentc2ecfe82b74f5dfeb9077a31fe70946e49f7d03a (diff)
downloadPeerTube-6d61da4e32487bdb1f1a84a7b2eddf2df0ddf1ca.tar.gz
PeerTube-6d61da4e32487bdb1f1a84a7b2eddf2df0ddf1ca.tar.zst
PeerTube-6d61da4e32487bdb1f1a84a7b2eddf2df0ddf1ca.zip
HLS player fallback for non https context
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index b84696620..56da720ce 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -114,7 +114,7 @@ As a real life example, the PeerTube demonstration server [https://peertube.cpy.
114 114
115### CPU 115### CPU
116 116
117Except for video transcoding, a PeerTube instance is not CPU bound. Neither Nginx, PeerTube itself, PpostgreSQL nor Redis require a lot of computing power. If it were only for those, one could easily get by with just one thread/vCPU. 117Except for video transcoding, a PeerTube instance is not CPU bound. Neither Nginx, PeerTube itself, PostgreSQL nor Redis require a lot of computing power. If it were only for those, one could easily get by with just one thread/vCPU.
118 118
119You will hugely benefit from at least a second thread though, because of transcoding. Transcoding _is_ very cpu intensive. It serves two purposes on a PeerTube instance: it ensures all videos can be played optimally in the web interface, and it generates different resolutions for the same video. PeerTube support for offloading transcoding to other machines is being discussed, but not yet implemented. See https://github.com/Chocobozzz/PeerTube/issues/947 . 119You will hugely benefit from at least a second thread though, because of transcoding. Transcoding _is_ very cpu intensive. It serves two purposes on a PeerTube instance: it ensures all videos can be played optimally in the web interface, and it generates different resolutions for the same video. PeerTube support for offloading transcoding to other machines is being discussed, but not yet implemented. See https://github.com/Chocobozzz/PeerTube/issues/947 .
120 120