mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-13 12:06:23 -04:00
stdout on Windows from a subprocess requires that something read the stdout buffer, and currently we don't do that. Due to newly introduced printf/fprintf calls, the stdout buffer eventually fills up because nothing is emptying it, thus the muxer locks up on an fprintf/printf call and causes OBS itself to hang.