norihiro / obs-h8819-source

OBS Studio audio source capturing REAC packets
GNU General Public License v3.0
3 stars 0 forks source link

CI build for Windows #10

Closed norihiro closed 2 years ago

norihiro commented 2 years ago

Description

Build the plugin for Windows using Npcap-SDK.

How Has This Been Tested?

General checklist

norihiro commented 2 years ago

Compile has passed. Maybe need to obtain device name.

norihiro commented 2 years ago

Observed the subprocess cannot receive control input because WaitForMultipleObjects does not support pipes, though stdin from console is supported. Since the amount of the change is huge, I started to consider another implementation using npcap library from the main process.

norihiro commented 2 years ago

This implementation has a problem maybe on IPC. The other implementation has smaller code and somehow working. Hence reject this PR.