Skip to content

Is it possible to query the status of a DeckLink output? #324

Open
@loveolsson

Description

@loveolsson

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions