mrayy / UnityCam

Unity3D Virtual webcam plugin, streams unity viewport contents to other applications as virtual camera
MIT License
506 stars 150 forks source link

support for directShow #15

Closed ghost closed 4 years ago

ghost commented 4 years ago

would it be possible to add support for DirectShow so it can be used with stuff like FFMPEG or VLC. or is there another way to achieve this?

PierreGac commented 4 years ago

Hi, Check this fork : https://github.com/schellingb/UnityCapture I am using it with FFMPEG to stream and record Unity. It works nicely with DX11.

ghost commented 4 years ago

yep that works, thanks!