This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
Releases: fzwoch/obs-gnome-screencast
Releases · fzwoch/obs-gnome-screencast
v0.2.0
v0.1.2
- create own thread with it's own main loop. let us not assume OBS comes with one, and if it does, try not to interfere with it.
- always copy the video buffer. this comes with a performance penalty, but pipewire versions >= 0.21 seem to have issue if we don't.
- don't leak the bus watch handle. this could have led to "too many files open" error in case of many stop/starts.
v0.1.1
v0.1.0
v0.0.10
v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
- use GDP payload format between processes for exchanging data (may add a memcpy().. to be investigated, but allows much for interesting data to be transferred for debugging, performance measuring and alike)
- SHM socket path is now configurable (in case you can't read/write to /tmp)
- Added option to capture all screens at once (may be helpful for multi monitor setups as you can only have one instance of a GNOME capture session)