Move latency buffer setting under the output variants
This commit is contained in:
@@ -121,11 +121,6 @@ export default function CurrentVariantsTable() {
|
||||
};
|
||||
|
||||
const videoQualityColumns: ColumnsType<VideoVariant> = [
|
||||
{
|
||||
title: '#',
|
||||
dataIndex: 'key',
|
||||
key: 'key',
|
||||
},
|
||||
{
|
||||
title: 'Video bitrate',
|
||||
dataIndex: 'videoBitrate',
|
||||
|
||||
@@ -15,12 +15,14 @@ export default function ConfigVideoSettings() {
|
||||
<a href="https://owncast.online/docs/configuration">by visiting the documentation.</a>
|
||||
</p>
|
||||
|
||||
<VideoLatency />
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<p>
|
||||
<VideoVariantsTable />
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<VideoLatency />
|
||||
</p>
|
||||
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user