From aad6093852fb78159b8b0c756e9283e9a78a31cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FORTIN?= <38886040+topiga@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:22:11 +0100 Subject: [PATCH] Added 1 Mb/s as bitrate --- components/BitrateSelector.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/BitrateSelector.tsx b/components/BitrateSelector.tsx index 0f1bd28b..d08a939a 100644 --- a/components/BitrateSelector.tsx +++ b/components/BitrateSelector.tsx @@ -27,6 +27,10 @@ export const BITRATES: Bitrate[] = [ key: "2 Mb/s", value: 2000000, }, + { + key: "1 Mb/s", + value: 1000000, + }, { key: "500 Kb/s", value: 500000,