Open
Description
Description:
Before the transition to the native WebSocket fuctionality in OBS it was possible to query the status of a DeckLink output. I can't find how to do that in the latest version.
What worked while using obs-websocket 4.9.1 and obs-websocket-js 4.0.3:
const { outputs } = await this.ws.send('ListOutputs');
const decklink = outputs.find((op) => op.name === 'decklink_output');
const isActive = decklink?.active === true;
Is there any new functionality, such as sending a CallVendorRequest
to the DeckLink plugin that replaces this functionality?
Versions Used (if applicable):
- obs-websocket-js version: 5.0.2
- obs-websocket plugin version:
- obs-studio version: 29.0.0
- node version:
Metadata
Metadata
Assignees
Labels
No labels