Commit graph

8 commits

Author SHA1 Message Date
Sandro 21679dee9d
Merge pull request #131172 from babbaj/obs-nvfbc
obs-nvfbc: init at 0.0.3
2021-08-05 09:53:50 +02:00
Josh Moller-Mara 20da7e6982 obs-studio-plugins.obs-websocket: fix attribute name
obs-websocket.nix existed, but no attribute was made for it.
2021-07-30 14:42:15 -07:00
Babbaj 37810bc9a2
obs-nvfbc: init at 0.0.3 2021-07-26 13:38:42 -04:00
Babbaj ad8b9f8c60
looking-glass-obs: init 2021-07-06 13:34:21 -04:00
Tristan Gosselin-Hane fb80827e88
obs-move-transition: fix patch path 2021-06-30 01:25:26 -04:00
Tristan 34eb39f141
obs-move-transition: 2.3.0 -> 2.4.3 (#128270)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-27 18:47:24 +02:00
V e8e0255162
obs-studio: add plugin wrapper (#125308)
* obs-studio: tidy things up a little

* obs-studio: add plugin wrapper

This allows users to install plugins into their OBS Studio, like so:

	wrapOBS {
	  plugins = with obs-studio-plugins; [
	    wlrobs
	    obs-multi-rtmp
	    obs-gstreamer
	  ];
	}

* obs-gstreamer: convert to plugin

* obs-move-transition: convert to plugin

* obs-multi-rtmp: convert to plugin

* obs-ndi: convert to plugin

* obs-v4l2sink: remove

The functionality provided by this package is included in the upstream
project as of version 26.1.

Link: https://github.com/CatxFish/obs-v4l2sink/issues/56#issuecomment-753191690
Link: https://github.com/obsproject/obs-studio/releases/tag/26.1.0

* wlrobs: convert to plugin, unstable-2020-06-22 -> unstable-2021-05-13
2021-06-17 14:05:26 -04:00
Alexandre Iooss 9e3118de6b
obs-websocket: init at 4.9.0 2021-06-02 08:54:24 +02:00