obs-command-source 0.5.0-1 source package in Ubuntu

Changelog

obs-command-source (0.5.0-1) unstable; urgency=medium

  * New upstream version 0.5.0.
  * debian/copyright:
      - The upstream changed the licensing for the all project to GPL-2+ only.
      - Updated upstream and packaging copyright years.
  * debian/patches/010_change-project-name.patch: updated to be compliant with
    the new upstream version.
  * debian/watch: added uversionmangle to fix release candidate versions on
    upstream side.

 -- Joao Eriberto Mota Filho <email address hidden>  Fri, 10 May 2024 20:48:39 -0300

Upload details

Uploaded by:
Joao Eriberto Mota Filho
Uploaded to:
Sid
Original maintainer:
Joao Eriberto Mota Filho
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
obs-command-source_0.5.0-1.dsc 2.0 KiB 5de454159725fe6ab3952f7f252c2ffd1124da37266804da6c98db81c161f561
obs-command-source_0.5.0.orig.tar.gz 29.7 KiB 866e14c8f9666b2c662797058f912c7cd70315b16acb7416a7dd3af15e42a836
obs-command-source_0.5.0-1.debian.tar.xz 3.9 KiB 17a83ef7881c8590a39901ed4ce4f818feb7a465e3c9203ef765a27e8d20fd12

No changes file available.

Binary packages built by this source

obs-command-source: plugin for OBS Studio providing a dummy source to execute commands

 This plugin provides a dummy source to execute arbitrary commands when a scene
 is switched.
 .
 Current features:
 .
   Start a command at the following events:
     * Show (the source is shown in either preview or program).
     * Hide (the source is hidden so that no longer shown in neither preview
       nor program).
     * Activate (the source goes to the program).
     * Deactivate (the source goes from the program).
     * Show in preview (the source goes to the preview).
     * Hide from preview (the source goes from the preview).
 .
   Optionally, kill the created process at these conditions (this feature is
   not available for Windows as of now):
     * When hiding, kill the process created at shown.
     * When deactivating, kill the process created at activated.
     * When hiding from the preview, kill the process created at preview.
 .
 Possible usage:
   * Implementing custom tally lights.
   * Controlling PTZ cameras by switching the scene. Ii is possible to combine
     with CURL to send some commands.
   * Start and stop a daemon program required for the scene.
   * Trigger other operations through websocket at the event. A helper script
     is available for this (request-websocket.py).
   * Start or stop a streaming and recording.
   * Open a full screen video.
   * Open a calculator to teach about finances when switching a scene.
   * Other actions.
 .
 Caution: since this plugin executes arbitrary commands, users need to consider
 security concerns. For example, when combining with obs-websocket plugin, a
 remote user could change property through the websocket interface so that the
 arbitrary commands can be executed.

obs-command-source-dbgsym: debug symbols for obs-command-source