An OBS plugin that allows capture of independant application audio streams on Windows, in a similar fashion to OBS's game capture and Discord's application streaming.
GNU General Public License v2.0
3.8k
stars
209
forks
source link
Fail to detect target process with administrator privileges #75
If run target process as Administrator, open_process() with _PROCESS_QUERYINFORMATION will fail.
It is better to replace _PROCESS_QUERYINFORMATION with _PROCESS_QUERY_LIMITEDINFORMATION
If run target process as Administrator, open_process() with _PROCESS_QUERYINFORMATION will fail. It is better to replace _PROCESS_QUERYINFORMATION with _PROCESS_QUERY_LIMITEDINFORMATION