Skip to content

Send yuv data to OBS virtual camera on windows & mac platform

Notifications You must be signed in to change notification settings

StreamMediaWorkspace/OBS-VirtualCam-sender

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBS-VirtualCam-sender

Send yuv data to OBS virtual camera on windows & mac platform

For windows

  1. Download form (CatxFish/obs-virtual-cam)[https://github.com/CatxFish/obs-virtual-cam/releases] or build from source if you need.
  2. Regist dll , must regist 32 bit dll on my test.then open your zoom or other meeting software. check if OBS-Camera exists.
regsvr32 "C:\Program Files\obs-studio\bin\32bit\obs-virtualsource.dll"
  1. switch to Windows dirctory .use cmake to generate Visual Studio project.
cmake -B build .
cmake --build ./build --config Debug --target ALL_BUILD
  1. DO NOT use control-c to interapt programe ,let the programe filish itself. IT"S IMPORTANT!.

For Mac

  1. Download From (johnboiles/obs-mac-virtualcam)[https://github.com/johnboiles/obs-mac-virtualcam/releases] or build from source if you need.
  2. Install the pkg package or copy the plugin file to target DAL folder.
  3. Build source from MacOS folder.
cmake . & make
  1. open zoom or other software then run our OBS-virualcam-serder program.

About

Send yuv data to OBS virtual camera on windows & mac platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 75.0%
  • C++ 13.0%
  • Objective-C 11.6%
  • CMake 0.4%