mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
At least for the time being hide the audio configuration, nobody uses it
This commit is contained in:
parent
fc100cec35
commit
25766003d7
@ -197,7 +197,7 @@ export default function VideoVariantForm({
|
|||||||
<Divider />
|
<Divider />
|
||||||
|
|
||||||
{/* AUDIO PASSTHROUGH FIELD */}
|
{/* AUDIO PASSTHROUGH FIELD */}
|
||||||
<div className="field">
|
{/* <div className="field">
|
||||||
<p className="label">
|
<p className="label">
|
||||||
<InfoTip tip={VIDEO_VARIANT_DEFAULTS.audioPassthrough.tip} />
|
<InfoTip tip={VIDEO_VARIANT_DEFAULTS.audioPassthrough.tip} />
|
||||||
Use Audio Passthrough?
|
Use Audio Passthrough?
|
||||||
@ -212,10 +212,10 @@ export default function VideoVariantForm({
|
|||||||
/>
|
/>
|
||||||
{dataState.audioPassthrough ? <span className="note">Same as source</span> : null}
|
{dataState.audioPassthrough ? <span className="note">Same as source</span> : null}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> */}
|
||||||
|
|
||||||
{/* AUDIO BITRATE FIELD */}
|
{/* AUDIO BITRATE FIELD */}
|
||||||
<div className={`field ${dataState.audioPassthrough ? 'disabled' : ''}`}>
|
{/* <div className={`field ${dataState.audioPassthrough ? 'disabled' : ''}`}>
|
||||||
<p className="label">
|
<p className="label">
|
||||||
<InfoTip tip={VIDEO_VARIANT_DEFAULTS.audioBitrate.tip} />
|
<InfoTip tip={VIDEO_VARIANT_DEFAULTS.audioBitrate.tip} />
|
||||||
Audio Bitrate:
|
Audio Bitrate:
|
||||||
@ -241,7 +241,7 @@ export default function VideoVariantForm({
|
|||||||
<span className="selected-value-note">{selectedAudioBRnote}</span>
|
<span className="selected-value-note">{selectedAudioBRnote}</span>
|
||||||
) : null}
|
) : null}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> */}
|
||||||
</Panel>
|
</Panel>
|
||||||
</Collapse>
|
</Collapse>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user