From 6efad0c59c2afe043a4c77d8217b7dd860b4c079 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 10 Feb 2024 15:58:20 +0100 Subject: [PATCH] Add video P2P https://github.com/pixelfed/pixelfed/pull/4713 --- conf/.env | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/.env b/conf/.env index 615ba19d..0acef299 100644 --- a/conf/.env +++ b/conf/.env @@ -141,3 +141,8 @@ SESSION_DRIVER=redis ## Passport #PASSPORT_PRIVATE_KEY= #PASSPORT_PUBLIC_KEY= + +## Video P2P +MEDIA_HLS_ENABLED=true +MEDIA_HLS_P2P=true +MEDIA_HLS_BITRATE=2000 # average quality and limited storage use