Skip to content

Releases: clowd/obs-express

v1.0.0

25 Sep 16:42
Compare
Choose a tag to compare

!! BREAKING CHANGES !!

The command line options have been changed. Please review the README before updating to this release.

  • Updated OBS to 29.1.3
  • Add preview window capability (--preview {hWnd})
  • Add ability to capture a specific display (--monitor {szDevice})
  • Add ability to provide custom ffmpeg output arguments (eg. --omux hls_time:300)
  • Better error handling
  • Added realtime commands for pause/resume
  • General refactoring

v0.0.10

19 Nov 18:06
Compare
Choose a tag to compare
  • switch submodule back to obsproject/obs-studio
  • std-output status reporting is moved to a separate thread

v0.0.9

26 Oct 18:43
Compare
Choose a tag to compare
  • pause argument no longer responds to any key. must use 'start' command.
  • re-order initialisation code to make start-after-pause faster.

v0.0.8

26 Oct 15:13
Compare
Choose a tag to compare
  • Add mute/unmute commands

v0.0.7

10 Sep 13:57
Compare
Choose a tag to compare
  • Update OBS to 28.0.1
  • Fix bug with monochrome cursors requiring all-white pixels

v0.0.6

25 Aug 15:10
Compare
Choose a tag to compare
  • Misc improvements to monitor enumeration
  • Fallback to open-gl if d3d11 can't be initialised

v0.0.5

20 Aug 10:50
Compare
Choose a tag to compare
  • Update OBS fork to 28.0.0-rc1

v0.0.4

10 Aug 11:08
Compare
Choose a tag to compare
  • Custom fork of OBS to fix cursor rendering bug, also provide custom OBS version string
  • Remove extra Sleep before shutting down
  • Add --noCursor option

v0.0.3

08 Aug 12:03
Compare
Choose a tag to compare
  • stopped_recording signal now reports any errors and stop reason.
  • OBS error codes are now returned as process exit code
  • extra/unused locale files have been removed from releases

v0.0.2

08 Aug 10:15
Compare
Choose a tag to compare
  • Stop recording with 'q' or ctrl-c.
  • Output's OBS signals as json events.
  • Fix for parsing string arguments containing spaces