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