mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Move latency buffer setting under the output variants
This commit is contained in:
parent
e3ea0e8f43
commit
3790aba34f
@ -121,11 +121,6 @@ export default function CurrentVariantsTable() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const videoQualityColumns: ColumnsType<VideoVariant> = [
|
const videoQualityColumns: ColumnsType<VideoVariant> = [
|
||||||
{
|
|
||||||
title: '#',
|
|
||||||
dataIndex: 'key',
|
|
||||||
key: 'key',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: 'Video bitrate',
|
title: 'Video bitrate',
|
||||||
dataIndex: 'videoBitrate',
|
dataIndex: 'videoBitrate',
|
||||||
|
@ -15,12 +15,14 @@ export default function ConfigVideoSettings() {
|
|||||||
<a href="https://owncast.online/docs/configuration">by visiting the documentation.</a>
|
<a href="https://owncast.online/docs/configuration">by visiting the documentation.</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<VideoLatency />
|
<p>
|
||||||
|
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
|
|
||||||
<VideoVariantsTable />
|
<VideoVariantsTable />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<VideoLatency />
|
||||||
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user