From 7fd03a2c8f9d342927db8fcfa84c96e14a7740a2 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 26 Nov 2020 15:09:57 +0100 Subject: Create a dedicated transcoding tab in admin config --- .../edit-custom-config.component.html | 268 ++++++++++----------- 1 file changed, 133 insertions(+), 135 deletions(-) (limited to 'client/src/app') diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html index e73a9f8a8..0927523f1 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html +++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html @@ -647,15 +647,7 @@ - - - - - Services - - - -
+
TWITTER
@@ -704,130 +696,8 @@ -
- Live streaming - - - -
-
-
LIVE
-
- Enable users of your instance to stream live. -
-
- -
- - - -
- - - Allow live streaming - - - - ⚠️ Enabling live streaming requires trust in your users and extra moderation work - - - - -
- - - If the user quota is reached, PeerTube will automatically terminate the live streaming - - -
- -
- -
- - {form.value['live']['maxInstanceLives'], plural, =1 {live} other {lives}} -
-
- -
- -
- - {form.value['live']['maxUserLives'], plural, =1 {live} other {lives}} -
-
- -
- -
- -
-
- - - -
- - - Requires a lot of CPU! - - -
- -
- -
- -
-
{{ formErrors.live.transcoding.threads }}
-
- -
- - -
- -
- - -
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
- - - Advanced configuration + + Transcoding @@ -886,8 +756,6 @@ > - Experimental, we suggest you to not disable webtorrent support for now -

If you also enabled HLS support, it will multiply videos storage by 2


@@ -965,6 +833,136 @@
+ + + + + Live streaming + + + +
+
+
LIVE
+
+ Enable users of your instance to stream live. +
+
+ +
+ + + +
+ + + Allow live streaming + + + + ⚠️ Enabling live streaming requires trust in your users and extra moderation work + + + + +
+ + + If the user quota is reached, PeerTube will automatically terminate the live streaming + + +
+ +
+ +
+ + {form.value['live']['maxInstanceLives'], plural, =1 {live} other {lives}} +
+
+ +
+ +
+ + {form.value['live']['maxUserLives'], plural, =1 {live} other {lives}} +
+
+ +
+ +
+ +
+
+ + + +
+ + + Requires a lot of CPU! + + +
+ +
+ +
+ +
+
{{ formErrors.live.transcoding.threads }}
+
+ +
+ + +
+ +
+ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+ + + Advanced configuration + + +
CACHE
-- cgit v1.2.3