This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
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.