open-webrtc-toolkit / owt-client-native

Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
394 stars 182 forks source link

Implement media foundation based video capturer. #521

Closed taste1981 closed 3 years ago

taste1981 commented 3 years ago

This pr implements media foundation based video capturerer as the preparing for zero-buffer copy between encoder and capturer on windows.

LocalStream creation with this new capturerer is not implemented, and will be enabled together with updated hardware encoder.

Media foundation based video capture require Win8 and Win10 to work.

taste1981 commented 3 years ago

Please also add hardware requirement for this feature.

Added in the PR description section.