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,