From 3790aba34f770cccfad1a733732ca96288aa013a Mon Sep 17 00:00:00 2001
From: Gabe Kangas
Date: Wed, 3 Feb 2021 16:23:06 -0800
Subject: [PATCH] Move latency buffer setting under the output variants
---
web/pages/components/config/video-variants-table.tsx | 5 -----
web/pages/config-video.tsx | 12 +++++++-----
2 files changed, 7 insertions(+), 10 deletions(-)
diff --git a/web/pages/components/config/video-variants-table.tsx b/web/pages/components/config/video-variants-table.tsx
index e1ddb41d1..1ef5bdb55 100644
--- a/web/pages/components/config/video-variants-table.tsx
+++ b/web/pages/components/config/video-variants-table.tsx
@@ -121,11 +121,6 @@ export default function CurrentVariantsTable() {
};
const videoQualityColumns: ColumnsType = [
- {
- title: '#',
- dataIndex: 'key',
- key: 'key',
- },
{
title: 'Video bitrate',
dataIndex: 'videoBitrate',
diff --git a/web/pages/config-video.tsx b/web/pages/config-video.tsx
index c5102d636..5876e009c 100644
--- a/web/pages/config-video.tsx
+++ b/web/pages/config-video.tsx
@@ -15,12 +15,14 @@ export default function ConfigVideoSettings() {
by visiting the documentation.
-
-
-
-
-
+
+
+
+
+
+
+
);
}