From 5a71acd2547c098657ae6e0e31e0862094585088 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 21 Nov 2019 17:01:24 +0100 Subject: Disable webtorrent support in client --- .../edit-custom-config.component.html | 21 ++++++++++++++++++++- .../edit-custom-config.component.ts | 3 +++ 2 files changed, 23 insertions(+), 1 deletion(-) (limited to 'client/src/app/+admin/config/edit-custom-config') 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 e057e394e..82f467e16 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 @@ -491,6 +491,23 @@ + +
+ + + + Experimental, we suggest you to not disable webtorrent support for now + +

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

+
+
+
+
+
+
- Requires ffmpeg >= 4.1 and multiplies videos storage by 2! + Requires ffmpeg >= 4.1

Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:

    @@ -507,6 +524,8 @@
  • Faster playback in particular with long videos
  • More stable playback (less bugs/infinite loading)
+ +

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

diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts index f3fb849bb..8411c4f4f 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts +++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts @@ -169,6 +169,9 @@ export class EditCustomConfigComponent extends FormReactive implements OnInit { resolutions: {}, hls: { enabled: null + }, + webtorrent: { + enabled: null } }, autoBlacklist: { -- cgit v1.2.3