From e77ba2dfbc76c553b5b1299affbc923538b7f79c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 1 Aug 2024 11:11:18 +0200 Subject: [PATCH] Add runner note about public IP --- support/doc/tools.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/support/doc/tools.md b/support/doc/tools.md index 5dfb109f9..48838b882 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md @@ -121,6 +121,9 @@ peertube-cli redundancy remove --video 823 PeerTube supports VOD/Live transcoding and VOD transcription (PeerTube >= 6.2) by a remote PeerTube runner. +The runner communicates with the PeerTube instance using HTTP and WebSocket and doesn't need to have a public IP. +So you can run a runner on a classic server, a non-public server or even on your own computer! + ### Runner installation Ensure you have `node`, `ffmpeg` and `ffprobe` installed on your system: