Jakub Wiśniowski
Jakub Wiśniowski
## Description The webpack installation instructions are no longer valid for htmx 2.0. There are also no installation instructions for Vite. This is affecting multiple people, judging from the issue...
#fixes #732 The `setAudioInput` method raises "player is not defined" exception when used in a mode different from the AUDIO_ONLY one. This PR fixes the problem by replacing the call...
## Description The `setAudioInput` method raises "player is not defined" exception when used in a mode different from the AUDIO_ONLY one. The problematic code is the `default` case (`videojs.record.js::Record.setAudioOutput`) that...