Fix a freeze of OBS when output source is used in the output
Add view support to output source (Aitum Vertical)
Add name to output source channels
  • Apply dsk (tab) order changes live
  • Add option for other views like Aitum Vertical to use DSK
Add obs-websocket vendor requests and event
Vendor: downstream-keyer
Requests:
  • get_downstream_keyers
  • get_downstream_keyer
    • dsk_name
  • dsk_select_scene
    • dsk_name
    • scene
  • dsk_add_scene
    • dsk_name
    • scene
  • dsk_remove_scene
    • dsk_name
    • scene
  • dsk_set_tie
    • dsk_name
    • tie boolean
  • dsk_set_transition
    • dsk_name
    • transition
    • transition_type
      • match
      • show
      • hide
  • dsk_add_exclude_scene
    • dsk_name
    • scene
  • dsk_remove_exclude_scene
    • dsk_name
    • scene
event dsk_scene_changed
  • dsk_name
  • new_scene
  • old_scene
Add option to exclude program scenes per DSK tab
1653932877444.png
fix output channel to large
  • Like
Reactions: ExtraBulla
fix crash when starting with OBS 27.1 RC1 or higher
  • Like
Reactions: SpicyJaw
  • add show and hide transition options
  • add tie option, allowing you to transition the DSK when the next global transition occurs.
1626531196870.png
1626531585214.png
Top