Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

v0.1.2

Compare
Choose a tag to compare
@fzwoch fzwoch released this 08 Mar 12:51
· 5 commits to master since this release
9023aa7
  • 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.