obs-command-source 0.4.0-4build2 source package in Ubuntu

Changelog

obs-command-source (0.4.0-4build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 18:01:30 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
obs-command-source_0.4.0.orig.tar.gz 29.3 KiB a604d53553afb3e5ff050eaa43f468f07a3cc1573347889e6fab854569b01238
obs-command-source_0.4.0-4build2.debian.tar.xz 4.0 KiB 0a453ebf0e973dfaef1e4168300f0874b4096c9793946fb97b72400731336a0d
obs-command-source_0.4.0-4build2.dsc 2.1 KiB d1397c18b19cb912b6be866cd45e2fab3d5b60f2efaaf88ae70da79388051465

Available diffs

View changes file

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