Releases: clowd/obs-express
Releases · clowd/obs-express
v1.0.0
!! 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
- switch submodule back to obsproject/obs-studio
- std-output status reporting is moved to a separate thread
v0.0.9
- pause argument no longer responds to any key. must use 'start' command.
- re-order initialisation code to make start-after-pause faster.
v0.0.7
- Update OBS to 28.0.1
- Fix bug with monochrome cursors requiring all-white pixels
v0.0.6
- Misc improvements to monitor enumeration
- Fallback to open-gl if d3d11 can't be initialised
v0.0.5
- Update OBS fork to 28.0.0-rc1
v0.0.4
- 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
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
- Stop recording with 'q' or ctrl-c.
- Output's OBS signals as json events.
- Fix for parsing string arguments containing spaces