CatxFish / obs-virtual-cam

obs-studio plugin to simulate a directshow webcam
https://obsproject.com/forum/resources/obs-virtualcam.539/
GNU General Public License v2.0
1.75k stars 341 forks source link

Skype for Business? #24

Open bobbymac opened 6 years ago

bobbymac commented 6 years ago

Any planned support for Skype for Business?

SplatManDK commented 6 years ago

I am already using it for SFB. I had to manually re-register the components with REGSVR, but after a quick fix from the dev to sort out a minor issue with device detection, it seems to work just fine with SFB. :-)

joosera commented 6 years ago

What was your quick fix? I can't seem to get the camera recognised in Skype for Business either.

SplatManDK commented 6 years ago

I re-registered both the x32 and x64 versions of the component, to ensure that it was registered no matter what version of Office my Corporate overlords had installed on my machine. Then I restarted my computer (complete reboot), and everything worked.

Instructions:

1.) Run your command line in elevated mode / Administrator mode. type "cmd" in the Start menu, right-click on "Command promt" and select "Run as Administrator".

2.) Register the components with the following commands:

regsvr32 "C:\Program Files (x86)\obs-studio\bin\32bit\obs-virtualsource.dll" regsvr32 "C:\Program Files (x86)\obs-studio\bin\64bit\obs-virtualsource.dll"

3.) Reboot computer

This fixed it for me.

joosera commented 6 years ago

I tried a lot of things but never managed to get this working for Skype for Business. If anyone has some more ideas I'd be happy to hear them.

joosera commented 6 years ago

Oh by the way, which version are you using? I tried 2013 and 2016.

gmontess commented 5 years ago

Hi,

I have the same issue. I have changed to regsvr32 "C:\Program Files\obs-studio\bin\32bit\obs-virtualsource.dll" regsvr32 "C:\Program Files\obs-studio\bin\64bit\obs-virtualsource.dll"

dlls are in these directories.

But still don't work. Any idea?