Disable support for the latency compensator in the player (#4348)
* chore(web): disable support for the latency compensator. Closes #4224 * Javascript formatting autofixes --------- Co-authored-by: Owncast <owncast@owncast.online>
This commit is contained in:
@@ -94,7 +94,7 @@ export function createVideoSettingsMenuButton(
|
||||
defaultAutoItem.selected(true);
|
||||
});
|
||||
|
||||
const supportsLatencyCompensator = !!tech && !!tech.vhs;
|
||||
const supportsLatencyCompensator = false; //! !tech && !!tech.vhs;
|
||||
|
||||
// Only show the quality selector if there is more than one option.
|
||||
if (qualities.length < 2 && supportsLatencyCompensator) {
|
||||
|
||||
Reference in New Issue
Block a user