Code Monkey home page Code Monkey logo

obs-virtual-cam's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

obs-virtual-cam's Issues

OBS-camera isn't showing up

I have a problem where discord doesn't recognize the virtual cam.
I used the installer to instal the virtual cam.

I've reinstalled obs, discord and the virtual cam multiple times. I also updated windows.
I've also tried to instal older versions of obs and te virtual cam.

but nothing seems to help to show the virtual cam as a webcam.

Use scene as source

It would be nice to be able to use the a scene as the source for the virtual camera to display, this would be useful for things like kinect greenscreen and ect.

Is this possible even?

Linux support/version

I'm actually trying to figure out how to do something like this on linux and without looking at the code I was wondering if it would take much work to set this up on linux.

Pixel Format wrong / Poor quality output.

According to another issue, this driver just copies the data "as-is", Since OBS uses NV12 by default, I wonder why VLC refuses to play another with anything other than YUY2, and I assume because the pixel format is incorrect, the quality is god awful?

image

image

Audio/Virtual microphone

Amazing job on the virtual camera. Finally I can replace ManyCam with OBS altogether.

However, it would be nice if it were to be able to use the audio mix from OBS as well, that for instance within Skype we could select the OBS audio as a microphone and have it synced up with the video.

Flipped Output*

Seems like for some programs (skype seems to get the output as is), but other programs have the output flipped horizontally.

I only just touched on writing HLSL shaders for OBS, but assuming you're just filling a buffer and spitting out the frames somewhere. you can probably run a video filter (w/ a boolean option of course). Simple enough.

Check out the shader filter plugin, the HLSL filter will look something like this.

float4 mainImage(VertData v_in){
	float2 uv = v_in.uv;
	float2 flipped = float2(1.0 - v_in.uv.x, v_in.uv.y);
	float4 color = image.Sample(textureSampler,flipped);
	
	return color;
}

Horizontal Flip causes crash

I've just installed OBS Virtual Cam and am trying to test with Google Hangouts. I've set it up to Auto-start with a horizontal flip. However, whenever I start up OBS it now crashes. Below is the crash dump. Any idea why this is happening? I originally had Horizontal Flip off, and OBS would crash whenever I switched it on, so I'm pretty sure it's to do with this.

Unhandled exception: c0000005
Date/Time: 2019-03-02, 19:12:05
Fault address: 7FFCE44AC517 (c:\windows\system32\vcruntime140.dll)
libobs version: 23.0.1 (64-bit)
Windows version: 10.0 build 17134 (revision: 590; 64-bit)
CPU: Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz


Thread 1F94 (Crashed)
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FD5FFBB8 00007FFCE44AC517 00000030FD5FFCB0 00000191ED2D1C00 00000030FD5FFCF9 0000000000000000 vcruntime140.dll!0x7ffce44ac517
00000030FD5FFBC0 00007FFCC48B4A57 00000191F0272500 00000030FD5FFCF9 00000030FD5FFCB0 00000191ED2D1C00 obs-virtualoutput.dll!0x7ffcc48b4a57
00000030FD5FFC00 00007FFCC48B1C2D 00000191F0272500 00000030FD5FFCF9 00000191F027B760 00000191F027B7C8 obs-virtualoutput.dll!0x7ffcc48b1c2d
00000030FD5FFC40 00007FFCBF17939B 00000191F027B720 00000030FD5FFCF9 00000191F027B790 00000030FD5FE4D8 obs.dll!default_raw_video_callback+0x3b
00000030FD5FFC70 00007FFCBF149474 00000191F027B340 0000000000000000 0000000000000000 0000000000000000 obs.dll!video_thread+0x214
00000030FD5FFD60 00007FFCF0FD753A 0000000000000000 0000000000000000 0000000000000000 0000000000000000 w32-pthreads.dll!ptw32_threadStart+0x8a
00000030FD5FFDF0 00007FFCF5CDC4CE 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ucrtbase.dll!0x7ffcf5cdc4ce
00000030FD5FFE20 00007FFCF7633DC4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffcf7633dc4
00000030FD5FFE50 00007FFCF9793691 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9793691

Thread 1AA4
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FCAFC1E8 00007FFCF64D96E4 0000000000000000 00000191ED2F6A80 00000191ED30BE90 00007FF6205F1F00 win32u.dll!0x7ffcf64d96e4
00000030FCAFC1F0 00007FFCF958031D 00000191ED30BE90 0000019100000003 0000000000000000 00000191ED2F6B00 user32.dll!0x7ffcf958031d
00000030FCAFC230 00007FFCBA197C01 00007FF6205F1F00 0000000000000000 00000191ED2CCB00 00000191F65C0800 qt5core.dll!0x7ffcba197c01
00000030FCAFF3B0 00007FFCC460AA69 0000000000000000 0000000000000014 00000191ED2E2A50 00000191ED2E2A50 qwindows.dll!0x7ffcc460aa69
00000030FCAFF3E0 00007FFCBA147442 00000191ED2FA570 0000000000000000 00000030FCAFF8E0 00007FFCBA247F98 qt5core.dll!0x7ffcba147442
00000030FCAFF460 00007FFCBA14AB3A 00007FF6206A820A 0000000000000000 00000030FCAFF8E0 00000191ED2F4620 qt5core.dll!0x7ffcba14ab3a
00000030FCAFF4D0 00007FF62042FABC 0000000000000000 00000191ED2EC1A0 0000019100000000 00000191ED2ED6A0 obs64.exe!run_program+0x75c
00000030FCAFF7E0 00007FF620432110 0000000000000000 0000000000000000 0000000000000000 0000000000000000 obs64.exe!main+0x670
00000030FCAFF9B0 00007FF62059EDE4 0000000000000001 0000000000000000 0000000000000000 0000000000000000 obs64.exe!WinMain+0x154
00000030FCAFFA40 00007FF62059DEC2 0000000000000000 0000000000000000 0000000000000000 0000000000000000 obs64.exe!__scrt_common_main_seh+0x106
00000030FCAFFA80 00007FFCF7633DC4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffcf7633dc4
00000030FCAFFAB0 00007FFCF9793691 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9793691

Thread 1604
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FCBFF598 00007FFCF97BE2F4 00000191ED2E9E08 00000191ED2E9E08 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf97be2f4
00000030FCBFF5A0 00007FFCF9746866 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9746866
00000030FCBFF890 00007FFCF7633DC4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffcf7633dc4
00000030FCBFF8C0 00007FFCF9793691 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9793691

Thread 2068
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FCCFF988 00007FFCF97BAA24 0000000000000002 00000191ED390B38 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf97baa24
00000030FCCFF990 00007FFCF6969252 0000000000000000 0000000000000000 0000000000000000 0000000000000478 kernelbase.dll!0x7ffcf6969252
00000030FCCFFA30 00007FFCBF15EBEF 0000000000000000 0000000000000000 0000000000000000 0000000000008000 obs.dll!os_event_timedwait+0xf
00000030FCCFFA60 00007FFCBF18FF19 00000191ED333770 0000000000000000 0000000000000000 00007FFCF5D790A8 obs.dll!obs_hotkey_thread+0x1b9
00000030FCCFFAC0 00007FFCF0FD753A 00000191ED338510 0000000000000000 0000000000000000 0000000000000000 w32-pthreads.dll!ptw32_threadStart+0x8a
00000030FCCFFB50 00007FFCF5CDC4CE 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ucrtbase.dll!0x7ffcf5cdc4ce
00000030FCCFFB80 00007FFCF7633DC4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffcf7633dc4
00000030FCCFFBB0 00007FFCF9793691 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9793691

Thread 2904
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FCDFF7F8 00007FFCF97BE2F4 0000000000000000 00000191EFFBE8C0 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf97be2f4
00000030FCDFF800 00007FFCF9746866 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9746866
00000030FCDFFAF0 00007FFCF7633DC4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffcf7633dc4
00000030FCDFFB20 00007FFCF9793691 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9793691

Thread 1170
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FCEFFAD8 00007FFCF97BE2F4 0000000000000000 00000191F0448070 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf97be2f4
00000030FCEFFAE0 00007FFCF9746866 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9746866
00000030FCEFFDD0 00007FFCF7633DC4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffcf7633dc4
00000030FCEFFE00 00007FFCF9793691 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9793691

Thread 2090
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FCFFF5B8 00007FFCF97BB4F4 00007FFCF74B6720 00007FFCF97590CE 00000191ED2C2CE0 00000030FC9DE000 ntdll.dll!0x7ffcf97bb4f4
00000030FCFFF5C0 00007FFCF6976099 0000000000000000 00007FFCF9793670 0000000000000000 0000000000000000 kernelbase.dll!0x7ffcf6976099
00000030FCFFF8C0 00007FFCF7783E77 0000000000000000 0000000000000000 0000000000000000 00007FFCF77A8D37 combase.dll!0x7ffcf7783e77
00000030FCFFFB50 00007FFCF7802D30 00000191FFFFFFFF 00000191EFFA2D20 0000000000000000 0000000000002090 combase.dll!0x7ffcf7802d30
00000030FCFFFBA0 00007FFCF77812D1 0000000000000000 0000000000000000 00000191EFF6E560 0000000000000000 combase.dll!0x7ffcf77812d1
00000030FCFFFC00 00007FFCF78065DC 0000000000000000 0000000000000000 0000000000000000 0000000000000000 combase.dll!0x7ffcf78065dc
00000030FCFFFC30 00007FFCF7633DC4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffcf7633dc4
00000030FCFFFC60 00007FFCF9793691 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9793691

Thread 2818
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FD0FF918 00007FFCF97BB024 00000030FD0FF9D8 0000000000000001 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf97bb024
00000030FD0FF920 00007FFCF6975E9A 000000000000AC44 0000009E00000000 0000009EC00000BB 0000000000000000 kernelbase.dll!0x7ffcf6975e9a
00000030FD0FF9C0 00007FFCBF14A2AA 00000191F004A530 00000191F004A530 0000000000000000 0000000000000000 obs.dll!audio_thread+0x9a
00000030FD0FFA50 00007FFCF0FD753A 0000000000000000 0000000000000000 0000000000000000 0000000000000000 w32-pthreads.dll!ptw32_threadStart+0x8a
00000030FD0FFAE0 00007FFCF5CDC4CE 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ucrtbase.dll!0x7ffcf5cdc4ce
00000030FD0FFB10 00007FFCF7633DC4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffcf7633dc4
00000030FD0FFB40 00007FFCF9793691 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9793691

Thread 2808
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FD1FF678 00007FFCF97BE2F4 0000000000000000 0000000000000000 00007FFCF974A150 0000000000000010 ntdll.dll!0x7ffcf97be2f4
00000030FD1FF680 00007FFCF9746866 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9746866
00000030FD1FF970 00007FFCF7633DC4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffcf7633dc4
00000030FD1FF9A0 00007FFCF9793691 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9793691

Thread 2828
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FD2FF618 00007FFCF97BE2F4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf97be2f4
00000030FD2FF620 00007FFCF9746866 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9746866
00000030FD2FF910 00007FFCF7633DC4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffcf7633dc4
00000030FD2FF940 00007FFCF9793691 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9793691

Thread 2180
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FD3FFBE8 00007FFCF97BE2F4 0000000000000000 0000000000000000 00007FFCF974A150 0000000000000010 ntdll.dll!0x7ffcf97be2f4
00000030FD3FFBF0 00007FFCF9746866 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9746866
00000030FD3FFEE0 00007FFCF7633DC4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffcf7633dc4
00000030FD3FFF10 00007FFCF9793691 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9793691

Thread 26A4
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FD4FF898 00007FFCF97BE2F4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf97be2f4
00000030FD4FF8A0 00007FFCF9746866 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9746866
00000030FD4FFB90 00007FFCF7633DC4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffcf7633dc4
00000030FD4FFBC0 00007FFCF9793691 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9793691

Thread 2B54
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FD6FF7A8 00007FFCF97BB024 00000030FD6FF868 00000191F0149CD8 0000000000000000 00000191F0207020 ntdll.dll!0x7ffcf97bb024
00000030FD6FF7B0 00007FFCF6975E9A 000000005F191497 0000000000000000 0000009EC00000BB 0000000000000000 kernelbase.dll!0x7ffcf6975e9a
00000030FD6FF850 00007FFCBF161300 0000000000000000 0000000000000000 0000000000000001 000000000182A001 obs.dll!os_sleepto_ns+0x40
00000030FD6FF880 00007FFCBF1A9565 0000000000000000 0000000000000000 0000000000000000 00007FFCF5CCB761 obs.dll!obs_graphics_thread+0x2d5
00000030FD6FF940 00007FFCF0FD753A 0000000000000000 0000000000000000 0000000000000000 0000000000000000 w32-pthreads.dll!ptw32_threadStart+0x8a
00000030FD6FF9D0 00007FFCF5CDC4CE 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ucrtbase.dll!0x7ffcf5cdc4ce
00000030FD6FFA00 00007FFCF7633DC4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffcf7633dc4
00000030FD6FFA30 00007FFCF9793691 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9793691

Thread 2960
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FD7FFC28 00007FFCF97BAA24 0000000000000000 00007FFCF97283D0 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf97baa24
00000030FD7FFC30 00007FFCF6969252 00000191F027A000 0000000000000000 0000000000000000 00000000000005F0 kernelbase.dll!0x7ffcf6969252
00000030FD7FFCD0 00007FFCBF15ED5C 0000000000000000 00007FFCF5CCD92B 00000191F027A000 0000000000000000 obs.dll!os_sem_wait+0x1c
00000030FD7FFD00 00007FFCCAF62BB6 00000191F027A000 0000000000000000 0000000000000000 0000000000000000 obs-scripting.dll!defer_thread+0x26
00000030FD7FFD40 00007FFCF0FD753A 0000000000000000 0000000000000000 0000000000000000 0000000000000000 w32-pthreads.dll!ptw32_threadStart+0x8a
00000030FD7FFDD0 00007FFCF5CDC4CE 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ucrtbase.dll!0x7ffcf5cdc4ce
00000030FD7FFE00 00007FFCF7633DC4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffcf7633dc4
00000030FD7FFE30 00007FFCF9793691 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9793691

Thread D14
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FD8FF8D8 00007FFCF64D96E4 0066FFFF0033FFFF 00CCFFFF0099FFFF 0000000000FFFFFF 0000000000000000 win32u.dll!0x7ffcf64d96e4
00000030FD8FF8E0 00007FFCF958031D 0000000000000001 00000191F6D41ED0 0000000000000000 0000000000000000 user32.dll!0x7ffcf958031d
00000030FD8FF920 00007FFCE50C5CE3 0000000000000000 0000000000000680 0000000000000000 0000000000000000 gdiplus.dll!0x7ffce50c5ce3
00000030FD8FF990 00007FFCE50C5C5F 0000000000000000 0000000000000000 0000000000000000 0000000000000000 gdiplus.dll!0x7ffce50c5c5f
00000030FD8FF9C0 00007FFCF7633DC4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffcf7633dc4
00000030FD8FF9F0 00007FFCF9793691 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9793691

Thread 29F4
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FD9FF8D8 00007FFCF97BE294 0000000000000000 00000191EF41F8A0 0000000000000000 00000191EF4F30E0 ntdll.dll!0x7ffcf97be294
00000030FD9FF8E0 00007FFCF9795EE2 00000000FFFFFFFF 00000191EF418120 0000000000000005 00000191EF414D20 ntdll.dll!0x7ffcf9795ee2
00000030FD9FF950 00007FFCF699F318 0000000000000005 0000000000000000 0000000000000005 0000000000000000 kernelbase.dll!0x7ffcf699f318
00000030FD9FF980 00007FFCC532FD7B 00000191EF4194A0 0000000000000000 0000000000000000 0000000000000000 avutil-55.dll!0x7ffcc532fd7b
00000030FD9FFA10 00007FFCC532FCEF 00000191EF417F90 0000000000000000 0000000000000000 0000000000000000 avutil-55.dll!0x7ffcc532fcef
00000030FD9FFA40 00007FFCF6F4AA96 00007FFCF6FA06D0 00000191EF4194A0 0000000000000000 0000000000000000 msvcrt.dll!0x7ffcf6f4aa96
00000030FD9FFA70 00007FFCF6F4AB6C 0000000000000000 0000000000000000 0000000000000000 0000000000000000 msvcrt.dll!0x7ffcf6f4ab6c
00000030FD9FFAA0 00007FFCF7633DC4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffcf7633dc4
00000030FD9FFAD0 00007FFCF9793691 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9793691

Thread 2110
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FDAFF908 00007FFCF97BE294 0000000000000000 00000191EF41F8A0 0000000000000000 00000191EF4F30E0 ntdll.dll!0x7ffcf97be294
00000030FDAFF910 00007FFCF9795EE2 00000000FFFFFFFF 00000191EF418120 0000000000000005 00000191EF414D80 ntdll.dll!0x7ffcf9795ee2
00000030FDAFF980 00007FFCF699F318 0000000000000005 0000000000000000 0000000000000005 0000000000000000 kernelbase.dll!0x7ffcf699f318
00000030FDAFF9B0 00007FFCC532FD7B 00000191EF419D40 0000000000000000 0000000000000000 0000000000000000 avutil-55.dll!0x7ffcc532fd7b
00000030FDAFFA40 00007FFCC532FCEF 00000191EF417F90 0000000000000000 0000000000000000 0000000000000000 avutil-55.dll!0x7ffcc532fcef
00000030FDAFFA70 00007FFCF6F4AA96 00007FFCF6FA06D0 00000191EF419D40 0000000000000000 0000000000000000 msvcrt.dll!0x7ffcf6f4aa96
00000030FDAFFAA0 00007FFCF6F4AB6C 0000000000000000 0000000000000000 0000000000000000 0000000000000000 msvcrt.dll!0x7ffcf6f4ab6c
00000030FDAFFAD0 00007FFCF7633DC4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffcf7633dc4
00000030FDAFFB00 00007FFCF9793691 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9793691

Thread 147C
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FDBFFB28 00007FFCF97BE294 0000000000000000 00000191EF41F8A0 0000000000000000 00000191EF4F30E0 ntdll.dll!0x7ffcf97be294
00000030FDBFFB30 00007FFCF9795EE2 00000000FFFFFFFF 00000191EF418120 0000000000000005 00000191EF414DE0 ntdll.dll!0x7ffcf9795ee2
00000030FDBFFBA0 00007FFCF699F318 0000000000000005 0000000000000000 0000000000000005 0000000000000000 kernelbase.dll!0x7ffcf699f318
00000030FDBFFBD0 00007FFCC532FD7B 00000191EF419780 0000000000000000 0000000000000000 0000000000000000 avutil-55.dll!0x7ffcc532fd7b
00000030FDBFFC60 00007FFCC532FCEF 00000191EF417F90 0000000000000000 0000000000000000 0000000000000000 avutil-55.dll!0x7ffcc532fcef
00000030FDBFFC90 00007FFCF6F4AA96 00007FFCF6FA06D0 00000191EF419780 0000000000000000 0000000000000000 msvcrt.dll!0x7ffcf6f4aa96
00000030FDBFFCC0 00007FFCF6F4AB6C 0000000000000000 0000000000000000 0000000000000000 0000000000000000 msvcrt.dll!0x7ffcf6f4ab6c
00000030FDBFFCF0 00007FFCF7633DC4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffcf7633dc4
00000030FDBFFD20 00007FFCF9793691 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9793691

Thread 1578
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FDCFFA18 00007FFCF97BE294 0000000000000000 00000191EF41F8A0 0000000000000000 00000191EF4F30E0 ntdll.dll!0x7ffcf97be294
00000030FDCFFA20 00007FFCF9795EE2 00000000FFFFFFFF 00000191EF418120 0000000000000005 00000191EF414E40 ntdll.dll!0x7ffcf9795ee2
00000030FDCFFA90 00007FFCF699F318 0000000000000005 0000000000000000 0000000000000005 0000000000000000 kernelbase.dll!0x7ffcf699f318
00000030FDCFFAC0 00007FFCC532FD7B 00000191EF4191C0 0000000000000000 0000000000000000 0000000000000000 avutil-55.dll!0x7ffcc532fd7b
00000030FDCFFB50 00007FFCC532FCEF 00000191EF417F90 0000000000000000 0000000000000000 0000000000000000 avutil-55.dll!0x7ffcc532fcef
00000030FDCFFB80 00007FFCF6F4AA96 00007FFCF6FA06D0 00000191EF4191C0 0000000000000000 0000000000000000 msvcrt.dll!0x7ffcf6f4aa96
00000030FDCFFBB0 00007FFCF6F4AB6C 0000000000000000 0000000000000000 0000000000000000 0000000000000000 msvcrt.dll!0x7ffcf6f4ab6c
00000030FDCFFBE0 00007FFCF7633DC4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffcf7633dc4
00000030FDCFFC10 00007FFCF9793691 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9793691

Thread 780
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FDEFFAC8 00007FFCF97BAAC4 0000000000000000 0000000000000000 0000000000000001 00007FFCF5250000 ntdll.dll!0x7ffcf97baac4
00000030FDEFFAD0 00007FFCF525F338 00007FFCF5251D50 00000191F0299190 0000000000000000 0000000000000000 mswsock.dll!0x7ffcf525f338
00000030FDEFFB30 00007FFCF7633DC4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffcf7633dc4
00000030FDEFFB60 00007FFCF9793691 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9793691

Thread 2BD4
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FDDFFB48 00007FFCF97BB4F4 0000000000000000 0000000000000000 0000000000000000 00007FFCF9793670 ntdll.dll!0x7ffcf97bb4f4
00000030FDDFFB50 00007FFCF6976099 0000000000000000 0000000000000000 00000191F0329C30 0000000000000000 kernelbase.dll!0x7ffcf6976099
00000030FDDFFE50 00007FFCF6975F8E 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernelbase.dll!0x7ffcf6975f8e
00000030FDDFFE90 00007FFCC1041E05 0000000000000000 0000000000000000 0000000000000000 0000000000000000 win-wasapi.dll!WASAPISource::CaptureThread+0x65
00000030FDDFFED0 00007FFCF7633DC4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffcf7633dc4
00000030FDDFFF00 00007FFCF9793691 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9793691

Thread 1DC8
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FDFFF4F8 00007FFCF97BB4F4 00007FFCB9FA72E0 0000000000000000 0000000000000000 00000030FDFFF958 ntdll.dll!0x7ffcf97bb4f4
00000030FDFFF500 00007FFCF6976099 0000000000000000 0000000000000000 00000191EFFE7850 0000000000000002 kernelbase.dll!0x7ffcf6976099
00000030FDFFF800 00007FFCF6975F8E 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernelbase.dll!0x7ffcf6975f8e
00000030FDFFF840 00007FFCB9FA745D 0000000000000000 0000000000000000 0000000000000000 00000191EFFE7850 qt5core.dll!0x7ffcb9fa745d
00000030FDFFF8E0 00007FFCF7633DC4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffcf7633dc4
00000030FDFFF910 00007FFCF9793691 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9793691

Thread 27A4
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FE0FF888 00007FFCF97BB4F4 0000000000000000 0000000000000000 00000000FF800000 0000000000000000 ntdll.dll!0x7ffcf97bb4f4
00000030FE0FF890 00007FFCF6976099 00000002000001E0 0000BB8000000004 00000191F02A5B00 0000000000000000 kernelbase.dll!0x7ffcf6976099
00000030FE0FFB90 00007FFCF6975F8E 00000000000001E0 0000000000000000 0000000000000000 00000191F6182440 kernelbase.dll!0x7ffcf6975f8e
00000030FE0FFBD0 00007FFCC1041E05 0000000000000000 0000000000000000 0000000000000000 0000000000000000 win-wasapi.dll!WASAPISource::CaptureThread+0x65
00000030FE0FFC10 00007FFCF7633DC4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffcf7633dc4
00000030FE0FFC40 00007FFCF9793691 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9793691

Thread 20F0
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FE1FFC88 00007FFCF64D96E4 00000191F5EC9A40 00007FFCBAD798B8 00000191F77CE120 0000000000000001 win32u.dll!0x7ffcf64d96e4
00000030FE1FFC90 00007FFCF958031D 0000000000000001 00000191F0247FD0 00000191F0247FD0 0000000000000001 user32.dll!0x7ffcf958031d
00000030FE1FFCD0 00007FFCBAD68022 00000191F0247FD0 0000000000000000 0000000000000000 0000000000000000 win-dshow.dll!DShowInput::DShowLoop+0x52
00000030FE1FFD60 00007FFCBAD684B5 0000000000000000 0000000000000000 0000000000000000 0000000000000000 win-dshow.dll!DShowThread+0x25
00000030FE1FFD90 00007FFCF7633DC4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffcf7633dc4
00000030FE1FFDC0 00007FFCF9793691 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf9793691

Thread 286C
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FE2FF798 00007FFCF64D1144 0000000000000000 0000000000000001 0000000000000000 00007FFCB937FA14 win32u.dll!0x7ffcf64d1144
00000030FE2FF7A0 00007FFCF9581B8B 0000000000000000 0000000000000000 0000000000000000 0000000000000000 user32.dll!0x7ffcf9581b8b
00000030FE2FF800 00007FFCB938293C 0000000000000000 0000000000000000 0000000000000000 0000000000000001 quartz.dll!0x7ffcb938293c

Thread 2A80
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FE4FF4B8 00007FFCF97BB4F4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf97bb4f4
00000030FE4FF4C0 00007FFCF6976099 0000000000000000 0000000000000000 00000000800703E5 0000000080070000 kernelbase.dll!0x7ffcf6976099
00000030FE4FF7C0 00007FFCF6975F8E 00000000800703E5 0000000000000020 00000030FE4FF900 0000000080070000 kernelbase.dll!0x7ffcf6975f8e
00000030FE4FF800 00007FFCBACA4554 0000000000000020 00000030FE4FF900 0000000080070000 00000030FE4FF8D8 ksproxy.ax!0x7ffcbaca4554
00000030FE4FF808 00000000800703E5 00000030FE4FF900 0000000080070000 00000030FE4FF8D8 0000000000000010 <unknown>!0x800703e5
00000030FE4FF810 0000000000000020 0000000080070000 00000030FE4FF8D8 0000000000000010 00000030FE4FF840 <unknown>!0x20
00000030FE4FF818 00000030FE4FF900 00000030FE4FF8D8 0000000000000010 00000030FE4FF840 00000030FE4FF888 <unknown>!0x30fe4ff900
00000030FE4FF820 0000000080070000 0000000000000010 00000030FE4FF840 00000030FE4FF888 0000000000000000 <unknown>!0x80070000
00000030FE4FF828 00000030FE4FF8D8 00000030FE4FF840 00000030FE4FF888 0000000000000000 0000000000000000 <unknown>!0x30fe4ff8d8
00000030FE4FF830 0000000000000010 00000030FE4FF888 0000000000000000 0000000000000000 0000000000000000 <unknown>!0x10
00000030FE4FF838 00000030FE4FF840 0000000000000000 0000000000000000 0000000000000000 0000000000000000 <unknown>!0x30fe4ff840
00000030FE4FF840 00000030FE4FF888 0000000000000000 0000000000000000 0000000000000000 0000000000000000 <unknown>!0x30fe4ff888

Thread 2014
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FE5FF6D8 00007FFCF97BAA24 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffcf97baa24
00000030FE5FF6E0 00007FFCF6969252 0000000000000000 0000000000000000 0000000000000000 0000000000001104 kernelbase.dll!0x7ffcf6969252
00000030FE5FF780 00007FFCB9378A69 0000000000000000 0000000000000000 0000000000001104 0000000000000000 quartz.dll!0x7ffcb9378a69

Thread C14
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FE6FFD08 00007FFCF97BAA24 0000000000000000 0000000000000000 00000030FE6FFDF0 0000000000000000 ntdll.dll!0x7ffcf97baa24
00000030FE6FFD10 00007FFCF6969252 00000191EF417A00 00000191EF417A00 0000003000000000 000000000000110C kernelbase.dll!0x7ffcf6969252
00000030FE6FFDB0 00007FFCBACA3B88 00000191EF417A00 0000003000000000 000000000000110C 00000030FE6FFDF8 ksproxy.ax!0x7ffcbaca3b88
00000030FE6FFDB8 00000191EF417A00 0000003000000000 000000000000110C 00000030FE6FFDF8 0000000000000008 <unknown>!0x191ef417a00
00000030FE6FFDC0 00000191EF417A00 000000000000110C 00000030FE6FFDF8 0000000000000008 00000030FE6FFDF0 <unknown>!0x191ef417a00
00000030FE6FFDC8 0000003000000000 00000030FE6FFDF8 0000000000000008 00000030FE6FFDF0 0000000000000000 <unknown>!0x3000000000
00000030FE6FFDD0 000000000000110C 0000000000000008 00000030FE6FFDF0 0000000000000000 0000000000000000 <unknown>!0x110c
00000030FE6FFDD8 00000030FE6FFDF8 00000030FE6FFDF0 0000000000000000 0000000000000000 0000000000970FE0 <unknown>!0x30fe6ffdf8
00000030FE6FFDE0 0000000000000008 0000000000000000 0000000000000000 0000000000970FE0 11CFAC17DF12A4C0 <unknown>!0x8
00000030FE6FFDE8 00000030FE6FFDF0 0000000000000000 0000000000970FE0 11CFAC17DF12A4C0 0000C104DB28D6A5 <unknown>!0x30fe6ffdf0

Thread 1FF4
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000030FE3FF678 00007FFCF97BB4F4 00000191EECD0CC0 00007F0100000035 0000000000000090 00007FFCBAC715C9 ntdll.dll!0x7ffcf97bb4f4
00000030FE3FF680 00007FFCF6976099 0000000000000001 00000191EF46E020 0000000000000004 0000000000000002 kernelbase.dll!0x7ffcf6976099
00000030FE3FF980 00007FFCBAC8F3C0 00000191EF46E020 0000000000000004 0000000000000002 0000000000000000 ksproxy.ax!0x7ffcbac8f3c0
00000030FE3FF988 0000000000000001 0000000000000004 0000000000000002 0000000000000000 0000000000000000 <unknown>!0x1
00000030FE3FF990 00000191EF46E020 0000000000000002 0000000000000000 0000000000000000 0000000000000000 <unknown>!0x191ef46e020
00000030FE3FF998 0000000000000004 0000000000000000 0000000000000000 0000000000000000 0000000000000000 <unknown>!0x4
00000030FE3FF9A0 0000000000000002 0000000000000000 0000000000000000 0000000000000000 0000000000000000 <unknown>!0x2

Loaded modules:
Base Address                      Module
00007FF6203F0000-00007FF62071E000 C:\Program Files (x86)\obs-studio\bin\64bit\obs64.exe
00007FFCF9720000-00007FFCF9901000 C:\WINDOWS\SYSTEM32\ntdll.dll
00007FFCC68A0000-00007FFCC68B2000 C:\Program Files (x86)\AVG\Antivirus\aswhook.dll
00007FFCF7620000-00007FFCF76D2000 C:\WINDOWS\System32\KERNEL32.DLL
00007FFCF6930000-00007FFCF6BA3000 C:\WINDOWS\System32\KERNELBASE.dll
00007FFCF6740000-00007FFCF6922000 C:\WINDOWS\System32\CRYPT32.dll
00007FFCF5CC0000-00007FFCF5DBA000 C:\WINDOWS\System32\ucrtbase.dll
00007FFCF5A90000-00007FFCF5AA2000 C:\WINDOWS\System32\MSASN1.dll
00007FFCF9560000-00007FFCF96F0000 C:\WINDOWS\System32\USER32.dll
00007FFCF64D0000-00007FFCF64F0000 C:\WINDOWS\System32\win32u.dll
00007FFCF73C0000-00007FFCF73E8000 C:\WINDOWS\System32\GDI32.dll
00007FFCF64F0000-00007FFCF6682000 C:\WINDOWS\System32\gdi32full.dll
00007FFCF5AF0000-00007FFCF5B8F000 C:\WINDOWS\System32\msvcp_win.dll
00007FFCF7A70000-00007FFCF8EB0000 C:\WINDOWS\System32\SHELL32.dll
00007FFCF6F10000-00007FFCF6FAE000 C:\WINDOWS\System32\msvcrt.dll
00007FFCF5B90000-00007FFCF5BD9000 C:\WINDOWS\System32\cfgmgr32.dll
00007FFCF70E0000-00007FFCF7189000 C:\WINDOWS\System32\shcore.dll
00007FFCF6FB0000-00007FFCF70D4000 C:\WINDOWS\System32\RPCRT4.dll
00007FFCF7740000-00007FFCF7A62000 C:\WINDOWS\System32\combase.dll
00007FFCF5BE0000-00007FFCF5C5A000 C:\WINDOWS\System32\bcryptPrimitives.dll
00007FFCF5DC0000-00007FFCF64CD000 C:\WINDOWS\System32\windows.storage.dll
00007FFCF8F20000-00007FFCF8FC1000 C:\WINDOWS\System32\advapi32.dll
00007FFCF7290000-00007FFCF72EB000 C:\WINDOWS\System32\sechost.dll
00007FFCF6EB0000-00007FFCF6F01000 C:\WINDOWS\System32\shlwapi.dll
00007FFCF5AB0000-00007FFCF5AC1000 C:\WINDOWS\System32\kernel.appcore.dll
00007FFCF5AD0000-00007FFCF5AEF000 C:\WINDOWS\System32\profapi.dll
00007FFCF5A40000-00007FFCF5A8C000 C:\WINDOWS\System32\powrprof.dll
00007FFCF5A30000-00007FFCF5A3A000 C:\WINDOWS\System32\FLTLIB.DLL
00007FFCF6BB0000-00007FFCF6D01000 C:\WINDOWS\System32\ole32.dll
00007FFCBF8C0000-00007FFCBFE1B000 C:\Program Files (x86)\obs-studio\bin\64bit\Qt5Widgets.dll
00007FFCF19C0000-00007FFCF19D4000 C:\Program Files (x86)\obs-studio\bin\64bit\obs-frontend-api.dll
00007FFCB6C10000-00007FFCB8080000 C:\Program Files (x86)\obs-studio\bin\64bit\avcodec-57.dll
00007FFCC52F0000-00007FFCC5391000 C:\Program Files (x86)\obs-studio\bin\64bit\avutil-55.dll
00007FFCBF690000-00007FFCBF8BB000 C:\Program Files (x86)\obs-studio\bin\64bit\avformat-57.dll
00007FFCF9440000-00007FFCF94AC000 C:\WINDOWS\System32\WS2_32.dll
00007FFCC5B50000-00007FFCC5BD1000 C:\Program Files (x86)\obs-studio\bin\64bit\libcurl.dll
00007FFCF8EC0000-00007FFCF8F1F000 C:\WINDOWS\System32\WLDAP32.dll
00007FFCBF210000-00007FFCBF690000 C:\Program Files (x86)\obs-studio\bin\64bit\Qt5Gui.dll
00007FFCB9F70000-00007FFCBA52C000 C:\Program Files (x86)\obs-studio\bin\64bit\Qt5Core.dll
00007FFCBF120000-00007FFCBF20A000 C:\Program Files (x86)\obs-studio\bin\64bit\obs.dll
00007FFCF94B0000-00007FFCF94B8000 C:\WINDOWS\System32\PSAPI.DLL
00007FFCF72F0000-00007FFCF73B3000 C:\WINDOWS\System32\OLEAUT32.dll
00007FFCE44C0000-00007FFCE4566000 C:\WINDOWS\SYSTEM32\MSVCP140.dll
00007FFCE44A0000-00007FFCE44B6000 C:\WINDOWS\SYSTEM32\VCRUNTIME140.dll
00007FFCF3D30000-00007FFCF3DC8000 C:\WINDOWS\SYSTEM32\UxTheme.dll
00007FFCF3E00000-00007FFCF3E29000 C:\WINDOWS\SYSTEM32\dwmapi.dll
0000000062500000-0000000062752000 C:\Program Files (x86)\obs-studio\bin\64bit\libopus-0.dll
000000006D540000-000000006D5DD000 C:\Program Files (x86)\obs-studio\bin\64bit\libvorbis-0.dll
000000006B680000-000000006B766000 C:\Program Files (x86)\obs-studio\bin\64bit\libvorbisenc-2.dll
0000000066280000-0000000066548000 C:\Program Files (x86)\obs-studio\bin\64bit\libvpx-1.dll
00007FFCBEA90000-00007FFCBEC8D000 C:\Program Files (x86)\obs-studio\bin\64bit\libx264-148.dll
000000006AD00000-000000006AD72000 C:\Program Files (x86)\obs-studio\bin\64bit\zlib.dll
00007FFCF1990000-00007FFCF19B8000 C:\Program Files (x86)\obs-studio\bin\64bit\swresample-2.dll
00007FFCE4B10000-00007FFCE4B1C000 C:\WINDOWS\SYSTEM32\Secur32.dll
00007FFCBB380000-00007FFCBB60F000 C:\Program Files (x86)\obs-studio\bin\64bit\libGLESv2.dll
00007FFCE6470000-00007FFCE648A000 C:\WINDOWS\SYSTEM32\MPR.dll
00007FFCE2150000-00007FFCE2167000 C:\WINDOWS\SYSTEM32\NETAPI32.dll
00007FFCF5930000-00007FFCF5958000 C:\WINDOWS\SYSTEM32\USERENV.dll
00007FFCE6CD0000-00007FFCE6CDA000 C:\WINDOWS\SYSTEM32\VERSION.dll
00007FFCF38C0000-00007FFCF38E3000 C:\WINDOWS\SYSTEM32\WINMM.dll
00007FFCF0FD0000-00007FFCF0FE9000 C:\Program Files (x86)\obs-studio\bin\64bit\w32-pthreads.dll
00007FFCC48D0000-00007FFCC4965000 C:\Program Files (x86)\obs-studio\bin\64bit\swscale-4.dll
0000000070680000-00000000706E3000 C:\Program Files (x86)\obs-studio\bin\64bit\libogg-0.dll
00007FFCBB030000-00007FFCBB1C7000 C:\WINDOWS\SYSTEM32\d3d9.dll
00007FFCF3890000-00007FFCF38BA000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll
00007FFCF5960000-00007FFCF5990000 C:\WINDOWS\SYSTEM32\SSPICLI.DLL
00007FFCF5010000-00007FFCF501E000 C:\WINDOWS\SYSTEM32\NETUTILS.DLL
00007FFCE40D0000-00007FFCE40F6000 C:\WINDOWS\SYSTEM32\SRVCLI.DLL
00007FFCF5420000-00007FFCF542B000 C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL
00007FFCF75F0000-00007FFCF761D000 C:\WINDOWS\System32\IMM32.DLL
00007FFCF5250000-00007FFCF52B6000 C:\WINDOWS\system32\mswsock.dll
00007FFCC45B0000-00007FFCC4663000 C:\Program Files (x86)\obs-studio\bin\64bit\platforms\qwindows.dll
00007FFCF0FA0000-00007FFCF0FC6000 C:\Program Files (x86)\obs-studio\bin\64bit\styles\qwindowsvistastyle.dll
00007FFCF94C0000-00007FFCF9560000 C:\WINDOWS\System32\clbcatq.dll
00007FFCE9EE0000-00007FFCE9F56000 C:\WINDOWS\System32\MMDevApi.dll
00007FFCF5840000-00007FFCF5867000 C:\WINDOWS\System32\DEVOBJ.dll
00007FFCF3340000-00007FFCF34F4000 C:\WINDOWS\System32\PROPSYS.dll
00007FFCE6FF0000-00007FFCE711C000 C:\WINDOWS\SYSTEM32\AUDIOSES.DLL
00007FFCF13B0000-00007FFCF14FD000 C:\WINDOWS\SYSTEM32\wintypes.dll
00007FFCF0D20000-00007FFCF0D2A000 C:\WINDOWS\SYSTEM32\AVRT.dll
00007FFCE9B80000-00007FFCE9C94000 C:\Windows\System32\Windows.UI.dll
00007FFCE9AE0000-00007FFCE9B76000 C:\Windows\System32\TextInputFramework.dll
00007FFCE9A60000-00007FFCE9AD9000 C:\Windows\System32\InputHost.dll
00007FFCF08B0000-00007FFCF0BCE000 C:\Windows\System32\CoreUIComponents.dll
00007FFCF2DB0000-00007FFCF2E8A000 C:\Windows\System32\CoreMessaging.dll
00007FFCF4B20000-00007FFCF4B51000 C:\WINDOWS\SYSTEM32\ntmarta.dll
00007FFCD28B0000-00007FFCD28FB000 C:\WINDOWS\SYSTEM32\wscapi.dll
00007FFCEAC90000-00007FFCEAE59000 C:\WINDOWS\SYSTEM32\urlmon.dll
00007FFCF5590000-00007FFCF55B5000 C:\WINDOWS\SYSTEM32\bcrypt.dll
00007FFCE8560000-00007FFCE8805000 C:\WINDOWS\SYSTEM32\iertutil.dll
00007FFCE79F0000-00007FFCE7D0C000 C:\WINDOWS\system32\dwrite.dll
00007FFCF7470000-00007FFCF75E3000 C:\WINDOWS\System32\MSCTF.dll
00007FFCD0F80000-00007FFCD0FD8000 C:\WINDOWS\system32\dataexchange.dll
00007FFCF21F0000-00007FFCF24FB000 C:\WINDOWS\system32\d3d11.dll
00007FFCF2B60000-00007FFCF2CFC000 C:\WINDOWS\system32\dcomp.dll
00007FFCF46F0000-00007FFCF47AB000 C:\WINDOWS\system32\dxgi.dll
00007FFCF3F90000-00007FFCF4148000 C:\WINDOWS\system32\twinapi.appcore.dll
00007FFCF3EE0000-00007FFCF3F09000 C:\WINDOWS\system32\RMCLIENT.dll
00007FFCC5990000-00007FFCC59C9000 C:\Program Files (x86)\obs-studio\bin\64bit\libobs-d3d11.dll
00007FFCF1CA0000-00007FFCF20CF000 C:\WINDOWS\SYSTEM32\D3DCompiler_47.dll
00007FFCF5400000-00007FFCF5417000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
00007FFCEF770000-00007FFCF06CD000 C:\WINDOWS\SYSTEM32\igd10iumd64.dll
00007FFCF5560000-00007FFCF5586000 C:\WINDOWS\SYSTEM32\ncrypt.dll
00007FFCF5520000-00007FFCF5556000 C:\WINDOWS\SYSTEM32\NTASN1.dll
00007FFCEE230000-00007FFCEEC6F000 C:\WINDOWS\SYSTEM32\igdusc64.dll
00007FFCBF070000-00007FFCBF116000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\chrome_elf.dll
00007FFCEBCD0000-00007FFCEBCEF000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\coreaudio-encoder.dll
00007FFCC5910000-00007FFCC5951000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\decklink-ouput-ui.dll
00007FFCBE9F0000-00007FFCBEA84000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\enc-amf.dll
00007FFCBB870000-00007FFCBB8F7000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\frontend-tools.dll
00007FFCCAF60000-00007FFCCAF90000 C:\Program Files (x86)\obs-studio\bin\64bit\obs-scripting.dll
00007FFCBE330000-00007FFCBE3A5000 C:\Program Files (x86)\obs-studio\bin\64bit\lua51.dll
00007FFCC7290000-00007FFCC72A4000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\image-source.dll
00007FFCAD1E0000-00007FFCB33DE000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\libcef.dll
00007FFCF71A0000-00007FFCF728D000 C:\WINDOWS\System32\COMDLG32.dll
00007FFCF5C60000-00007FFCF5CB7000 C:\WINDOWS\System32\WINTRUST.dll
00007FFCE6B30000-00007FFCE6B3A000 C:\WINDOWS\SYSTEM32\msdmo.dll
00007FFCE5DD0000-00007FFCE5E3B000 C:\WINDOWS\SYSTEM32\OLEACC.dll
00007FFCE43F0000-00007FFCE4497000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.17134.590_none_f957b8d13090c3f9\COMCTL32.dll
00007FFCF4610000-00007FFCF461C000 C:\WINDOWS\SYSTEM32\HID.DLL
00007FFCF4440000-00007FFCF4609000 C:\WINDOWS\SYSTEM32\dbghelp.dll
00007FFCF4FD0000-00007FFCF5008000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
00007FFCED2C0000-00007FFCED2D9000 C:\WINDOWS\SYSTEM32\USP10.dll
00007FFCEAE80000-00007FFCEAF5D000 C:\WINDOWS\SYSTEM32\WINHTTP.dll
00007FFCED2A0000-00007FFCED2B1000 C:\WINDOWS\SYSTEM32\credui.dll
00007FFCF4670000-00007FFCF4683000 C:\WINDOWS\SYSTEM32\WTSAPI32.dll
00007FFCBE980000-00007FFCBE9A2000 C:\WINDOWS\SYSTEM32\dxva2.dll
00007FFCE6BB0000-00007FFCE6C35000 C:\WINDOWS\SYSTEM32\WINSPOOL.DRV
00007FFCBE290000-00007FFCBE326000 C:\WINDOWS\SYSTEM32\CRYPTUI.dll
00007FFCEB500000-00007FFCEB51A000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
00007FFCF7190000-00007FFCF7198000 C:\WINDOWS\System32\NSI.dll
00007FFCEBE70000-00007FFCEBE88000 C:\WINDOWS\SYSTEM32\SAMCLI.DLL
00007FFCB6750000-00007FFCB6C02000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\libGLESv2.dll
00007FFCF8FD0000-00007FFCF941B000 C:\WINDOWS\System32\SETUPAPI.dll
00007FFCB9500000-00007FFCB9770000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\obs-browser.dll
00007FFCC6DD0000-00007FFCC6DFA000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\obs-ffmpeg.dll
00007FFCC68C0000-00007FFCC68EC000 C:\Program Files (x86)\obs-studio\bin\64bit\avdevice-57.dll
00007FFCC6820000-00007FFCC6838000 C:\WINDOWS\SYSTEM32\AVICAP32.dll
00007FFCB64E0000-00007FFCB6745000 C:\Program Files (x86)\obs-studio\bin\64bit\avfilter-6.dll
00007FFCC5A70000-00007FFCC5A99000 C:\WINDOWS\SYSTEM32\MSVFW32.dll
00007FFCC58E0000-00007FFCC590A000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\obs-filters.dll
00007FFCBB2A0000-00007FFCBB379000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\obs-outputs.dll
00007FFCC4750000-00007FFCC4787000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\obs-qsv11.dll
00007FFCC5AD0000-00007FFCC5AE8000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\obs-text.dll
00007FFCE50C0000-00007FFCE525A000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.17134.590_none_2c288ee48afc5a56\gdiplus.dll
00007FFCC5970000-00007FFCC5984000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\obs-transitions.dll
00007FFCC48B0000-00007FFCC48C4000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\obs-virtualoutput.dll
00007FFCC4840000-00007FFCC485A000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\obs-vst.dll
00007FFCC4810000-00007FFCC4824000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\obs-x264.dll
00007FFCC47D0000-00007FFCC47EE000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\rtmp-services.dll
00007FFCF4E30000-00007FFCF4E63000 C:\WINDOWS\system32\rsaenh.dll
00007FFCBB1E0000-00007FFCBB2A0000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\text-freetype2.dll
00007FFCF5020000-00007FFCF50DE000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
00007FFCC4730000-00007FFCC4743000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\vlc-video.dll
00007FFCE6B20000-00007FFCE6B2A000 C:\Windows\System32\rasadhlp.dll
00007FFCC4540000-00007FFCC455F000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\win-capture.dll
00007FFCE6C50000-00007FFCE6CC2000 C:\WINDOWS\System32\fwpuclnt.dll
00007FFCC4510000-00007FFCC4531000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\win-decklink.dll
00007FFCBAD60000-00007FFCBADB3000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\win-dshow.dll
00007FFCC43F0000-00007FFCC4407000 C:\Windows\System32\devenum.dll
00007FFCF1980000-00007FFCF198E000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\win-mf.dll
00007FFCC1040000-00007FFCC1059000 C:\Program Files (x86)\obs-studio\obs-plugins\64bit\win-wasapi.dll
00007FFCF4D70000-00007FFCF4DE9000 C:\WINDOWS\system32\schannel.DLL
00007FFCDC290000-00007FFCDC2A4000 C:\WINDOWS\SYSTEM32\mskeyprotect.dll
00007FFCDBB20000-00007FFCDBB41000 C:\WINDOWS\system32\ncryptsslp.dll
00007FFCE2FA0000-00007FFCE2FC9000 C:\WINDOWS\SYSTEM32\dbgcore.DLL
00007FFCB9340000-00007FFCB94FD000 C:\Windows\System32\quartz.dll
00007FFCBE9B0000-00007FFCBE9E3000 C:\Windows\System32\qcap.dll
00007FFCBAD10000-00007FFCBAD5B000 C:\Windows\System32\mfksproxy.dll
00007FFCE4100000-00007FFCE411D000 C:\Windows\System32\ATL.DLL
00007FFCD1E20000-00007FFCD1FFB000 C:\Windows\System32\MFPlat.DLL
00007FFCED960000-00007FFCED98E000 C:\Windows\System32\RTWorkQ.DLL
00007FFCBACC0000-00007FFCBAD0E000 C:\Windows\System32\MFSENSORGROUP.dll
00007FFCBAC70000-00007FFCBACB8000 C:\Windows\System32\ksproxy.ax
00007FFCC78E0000-00007FFCC78E9000 C:\Windows\System32\ksuser.dll
00007FFCF1890000-00007FFCF190F000 C:\WINDOWS\SYSTEM32\policymanager.dll
00007FFCF3680000-00007FFCF3711000 C:\Windows\System32\msvcp110_win.dll
00007FFCED290000-00007FFCED29C000 C:\Windows\System32\vidcap.ax
00007FFCBE080000-00007FFCBE0A6000 C:\Windows\System32\kswdmcap.ax
00007FFCB8620000-00007FFCB8784000 C:\Windows\System32\MFC42.dll
00007FFCBB830000-00007FFCBB861000 C:\Program Files (x86)\obs-studio\bin\64bit\obs-virtualsource.dll

obs camera virtual device does not appear in any browser but Chrome

Hi,

obs camera virtual device does not appear in any browser (Flash) but Chrome, although
nothing is showing when I select it.
I tried to install both 32 and 64 bits of obs-studio.
I use windows 10 pro 64 bits, tried firefox,seamonkey,chrome,opera,yandex,edge,IE,safari(old version)

any idea?

gray screen

I've just installed it and tried to do a google hangout.
I can select the OBS-Camera as webcam but the image is just gray.

I've selected tool and then virtualcam and checked the autostart box.

Do I have to do something else too?

downscale in chrome

Hey, thanks for this amazing obs-plugin!

I'm trying to convert an NDI video feed into a direct show camera through OBS, and use it for WebRTC conference calls. My goal is to use the OBS feed in a browser application, e.g. this WebRTC demo.

It works well at lower resolution (1024x768). But when I increase it to something like 2550x1440, Chrome downscales the frames using a nearest neighbor interpolation, and ruins the video quality.

Interestingly enough, VLC gives me a clean preview of the video feed. Also, It works well in Chrome when using NDI Transmit which converts an NDI feed into a directshow camera (which is essentially the same as this plug-in, but without the OBS flexibility). This leads me to think it's a problem with either the plug-in or OBS.

Any ideas on how to fix this? Thank you!

Ideal OBS Settings for minimal latency?

Hi, first of all just wanted to say thanks for making this plugin! It's exactly what I needed and seems to work well.

I was just wondering what your recommendations for OBS settings are in order to reduce latency?

Currently it's not bad (I guess around 20-40ms), I found that the Software encoder (x264) works slightly faster than the hardware encoders (x264 or NVENC) by about 10ms.

Also, setting number of delayed frames to 3-5 seems quicker than having it on 0 (on the receiver end).

I'm not sure if bitrate is affected by virtual webcam, I have it on around 10000 as it resulted in slightly faster performance than lower or higher than that.

How to use this?

Hi, is there any tutorial how to use this? I'm new to streaming and don't really know about it.
I'm trying to use OBS to stream in this web https://live.fc2.com/.

The OBS-Camera is detected successfully and allowed in the flash. But the screen just shows grey background.

I've tried:

  1. Run OBS as Admin
  2. Run both OBS 32 and 64 bit
  3. Start Streaming(nothing happens)
  4. Start Recording(only save a video)

Screenshots:
http://i.imgur.com/g32wNGZ.jpg
http://i.imgur.com/emYkOcP.jpg
http://i.imgur.com/1EWUgcO.jpg

Won't install on a naked windows 10 install

This plugin worked as a charm before yesterday....
Had my only windows device crash its HDD yesterday, Reinstalled windows 10 home; installed OBS Studio; then the plugin. But when i try to register the dll i get an error:

The module "C:\Program Files
(x86)\obs-studio\bin\32bit\obs-virtual source.dll' failed to load.

Make sure the binary is stored at the specified path or debug it to
check for problems with the binary or dependent DLL files.

The specified module could not be found.

The path autocompletes so i doubt the actual dll is the issue ....Any ideas ?

Failed to register the dll files.

I am using Windows 10 professional 64bit.
When I try to install obs-virtual-cam using installer for windows, the error occurs.
"Unable to register the DLL/OCS: regsvr32 failed with exit code 0x3."
I already tried to run the installer with admin and register the dll manually. But it didn't work.
Does anyone have an idea?

Issue with Skype?

I see that in skype i have a cam that says “mixedreality” source - or something like that. But it just gives me a black screen.

The obs camera does actually work in hangouts.

Any ideas why it doesn’t work in skype?

VirtualCam and appear.in

I can get this camera setup correctly but it doesn't display my window in the proper aspect ratio. I've attached two windows of scrrens (appear.in and obs) and my settings? Why is it cutting me off? What do I do?

image

image

image

image

obs-virtual-cam out of obs

Is it possible to install the video sink only on 32 and 64bit
and use it from any software / browser?
also is it XP compatible or start with 7?
thanks

UI doesn't look right with all themes

This was tested in OBS 23.1.0 on Windows 10.0.17763.379.

The UI looks fine with the Default or Dark theme but not with the others.

Rachni looks like this:
image

And Acri looks like this:
image

Jitsi Meet/Video bridge

First up some really great work to everyone who contributed. Was wondering if anyone has test on Jitsi successfully?

Can't get it to recognize my webcam. Works on hangouts which is basically the same architecture.

Audio output

Hello,

I'm trying to output OBS on Webex (I'm trying on hangout too same issue). My video feed is from OBS however I can't have the audio from OBS. The only audio feed I get is from my PC mic. So how do I set OBS as my default mic if I can say that ?

Thanks in advance !

Audio Distorted

Hello,

the audio output of the DirectShow filter (OBS-Audio) is distorted after OBS is launched. To fix this stopping and starting the VirtualCam output again is necessary.

We tried switching the used sample rate between 44.1 and 48kHz in OBS, no change.
Also we are using and outputting the signal to a DeckLink SDI card, the SDI sound is fine.

We are using OBS 23.02 64 bit.
VirtualCam version is 2.0.3.
The application that uses the virtual sources is in 32 bit.
Everything runs under Windows 10 Pro 1809.

Decklink Output

I figured I'd move the conversation to github since it's a more relevant place.

I havn't really done much in DirectX, so I have no idea how to actually program these graphs to make useful production grade stuff. I'm pretty much a noob with a gui. Though I managed to get it working by going from OBS-Camera to and AVI Decompressor to a Color Space Converter to the BlackMagic WDM render: https://i.gyazo.com/ed200c51e32d4fe3f2bfbb03f97e9527.png

I think that theoretically it should be pretty simple to include some sort of dropdown menu to have it output to any form of external renderers. I'm not a very experienced programmer though. What do you think? I can provide more details since you mentioned that you don't actually have one of these cards. If it would be too hard to add outputting to hardware, then what would you suggest in terms of setting this up so I don't have to open up the software and import the .GRF file all the time?

Skype for Business: "Your camera isn't set up, or you're already using it"

Hi, I just logged an issue on the Skype for Business feedback site, but it seems prudent to point to it from here as well.

https://www.skypefeedback.com/forums/299913-generally-available/suggestions/32883757-error-in-camera-status-detection-your-camera-isn

While the issue may very well be in SFB, one might think that there could be a way to "fix" it here. For example by making a switch (controlled by a reg key perhaps?) or similar option, used in the DirectShow code, that makes the virtual camera report itself as "not occupied" (or whatever the technical attribute is called in real life) by any software. I don't know if this would cause any issues, but I am happy to help test a beta version since the issue is preventing me from using OBS and this virtual cam with SFB.

Virtualcam 2.0.2 not showing up in tools in OBS 22.0.2 64 bit

Hi,

thanks for this plugin.

Issue: I have installed virtualcam yesterday, 2.0.2 on OBS 22.0.2. It showed up in tools, but after starting it it failed to show OBS virtualcam in any application.

I have uninstalled the plugin, then OBS, then reinstalled everything.

This time round, the plugin won't show up under tools.

I have obs-virtualoutput.dll activate twice under install. It shows a copy in both 32 and 64bit folder.

Any clues?
Mads

Not all applications recognise the virtual "OBS-camera"

The following applications do not recognise the virtual OBS-camera:

  • Windows 10 Official Camera application (ver. 1809)
  • Unreal Engine 4.22.2 (Instructions)

It's strange, in my tests only Google Chrome recognises the virtual camera.

Any hints?
I will also post an issue on Unreal Engine.

Thank you!

Aspect ratio issue

I cannot force virtual cam into certain aspect ratios, like 4:3 or 16:9, it just does w/e it wants, and often not what it should. Maybe it would be better if this was something we set manually, rather than relying on automation?

Ver 2.0.2 for Windows does not work in Chrome/Jitsi

I am using the installer. I follow the instructions for output. I go to Chrome, go to settings, go to camera source and select OBS-Camera. But when Using Jitsi, it insists on using my built-in camera for my laptop and says the camera can't be used (OBS is using it, but of course). It refuses to use OBS. I am thinking there's something wrong with Chrome or how OBS-virtual-cam interacts with Chrome?

image

image

EDIT: It works fine in Firefox. But it's worth checking out in Chrome.

Problem with virtualcam video

Hello mates,

i installed OBS and plugin in my pc and test output a avermedia capture video to virtualcam. The first time work properly but when i restart windows and test again my video cam show a interlaced video. In OBS the video captured is working fine and i can record also, but when start the plugin and test with Skype or other videochat software, using the virtualcam like a source cam, the video is interlaced.

How can i resolve that problem?

Mac support

I suggest the the OBS plug-in will support the usage on the Mac. Especially to work as an input for Skype.

OBS-Camera not recognized by Android Emulators (Tested with Andy, Bluestacks, Memu, Genymotion, Nox)

Hi, first things first: Thank you for this great plugin! It works just fine for Google hangouts and Skype.
My usecase however would be to use the camera with an android emulator. The Emulator runns just fine with droidcam for example which is also a virtual webcam. However, even if no other webcam is connected, the OBS-Camera is not recognized by any of those emulators. The partial solution from #11 did not work for me.

Kind regards
Patrick

Hello CatxFish... Any way to install OBS-virtual-cam on ubuntu?

Hello. Hope youre doing fine. I was reading your other post that you said obs works with genymotion. then i realized i can't even stream. I mean it was complicated. Then i found out that youre talking about obs-virtualcam but i have obs studio. are these 2 different softwares? Sorry im alittle noobish.
If not so can i install obs-virtual cam on linux? Or can i do teh same with on obs studio? I have obs studio but i dunno how to stream internal. i want to use it as genymotion camera . but obs studio wants to conenct to a server and wants server keys and such. so i cant start streaming even to test to see if genymotion detects teh cam or not.
Could you please help me? Thanks alot

3 cameras instead of 4

Google Hangouts:
2018-10-12_12-35-37

Jitsi
2018-10-12_12-31-30

For some unknown reason, camera # 1 does not appear in the list of available ...

Skype
image

OBS-audio device didn't found

I've experienced that obs-audio device doesn't appear in any device list (such as chrome mic, firefox, windows rec device) where instead obs-video is correctly displayed.
I can access it only via VLC

image

Virtualcam not listed

Installed with no issues. Registered the DLLs no problem. Select Tools -> virtualcam -> start. I can go to any app (Skype, Hangouts, etc) and it only lists my actual webcam, no virtualcam. My webcam works fine in OBS also. Any ideas?

Win10, Alienware Area51, the latest OBS, the latest VirtualCam.

Issue installing

Catxfish, I read through all the comments and issues and couldn't find much help on the issue I am having. I tried the installer for obs-virtual cam and it would not install. I switched over to administrator on windows 10 and tried again. I keep getting the same error.

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

Unable to register the DLL/OCX: RegSvr32 failed with exit code 0x3

I also tried to install the zip file in the OBS directory and the go through the CMD prompt to register the DLL files both 32 and 64bit and was not successful.

Please advise. I am needing this badly for pulling green screen from OBS to hangouts and other things.

Respectfully,

Chuckyzee

Problem with Skype 7.xx & 8.xx

I did everything according to the instructions:

  • Unzip OBS-VirtualCam.zip and put it to your obs-studio install folder.
  • Run CMD as Administrator and register 64bit directshow source

My result:
(I apologize for the Russian interface of the programs)

1
Skype 7.xx only sees a physically connected webcam...

skype 8
Skype 8.xx only sees a physically connected webcam...

video capture device
OBS Video Capture Device

How can I fix it?

VirtualCam flickering

Hey,

Been using this extension forever, love it. I stream my games to my GF through discord using it. We've been doing this over a year now, but we get this weird problem that is starting to frustrate me. Sometimes it'll start flickering from grey to whatever I'm streaming.
Here's an example:
https://gyazo.com/6ceda0ac80dc23213d21592fb48aa287

Is there any way to fix this? Can I downscale the webcam output maybe?

OBS-audio doesn't work properly in second OBS instance

Hello, I'm using your plugin to stream to 2 different services via 2 separate OBS instances. In OBS#1 I have my main stream and I wanted to output it's video+audio into OBS#2. Video works correctly as expected, but there are problems with capturing the audio.

I just added OBS-cam source to the OBS#2 and I see correctly the video and also I see the audio item of this OBS-cam source in mixer panel. But it doesn't output any sound into stream/recording. I don't even see the volume bars changing in mixer, so it seems there is no audio being received.

I looked into OBS#2's Settings / Audio and tried to select OBS-Audio in Desktop Audio Device or Mic/Auxillary Audio Device but it isn't there, there are only my real audio devices. Strange is that I see OBS-Audio in the OBS-cam source's properties (see next paragraph).

Then I opened OBS-cam source properties, and checked "Use custom audio device" and here I selected "OBS-Audio", pressed OK. At first it started showing the volume bar at maximum (which was wrong, seems like issue #47 ), but after stopping and starting again the VirtualCam in OBS#1 it started showing the volume bar correctly as it should. But in stream/recording is still no sound.

Weird is, that when I tried in OBS-cam source properties set Audio Output Mode from Capture audio only to Output Desktop Audio, it correctly started playing the correct sound from my speakers. Which means OBS#2 is receiving the audio and can process it, but for some reason it just won't use it with streaming/recording. Also note that when I selected *Output Desktop Audio", it stopped showing changes in volume bar again for the OBS-cam's source in mixer.

Am I doing something wrong or can this issue be fixed in the plugin? I'm using latest OBS Studio version 23.1.0 (64-bit) and obs-virtual-cam 2.0.3.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.