import React from 'react'; import { Typography, Row, Col, Collapse } from 'antd'; import VideoVariantsTable from '../components/config/video-variants-table'; import VideoLatency from '../components/config/video-latency'; import VideoCodecSelector from '../components/config/video-codec-selector'; 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.