import { Col, Collapse, Row, Typography } from 'antd'; import React from 'react'; import { CodecSelector as VideoCodecSelector } from '../../components/admin/CodecSelector'; import { VideoLatency } from '../../components/admin/VideoLatency'; import { CurrentVariantsTable } from '../../components/admin/CurrentVariantsTable'; const { Panel } = Collapse; const { Title } = Typography; export default function ConfigVideoSettings() { return (
Before changing your video configuration{' '} visit the video documentation {' '} to learn how it impacts your stream performance. The general rule is to start conservatively by having one middle quality stream output variant and experiment with adding more of varied qualities.