Closed halill1 closed 1 year ago
Is AkVCamAssistant running?
Is AkVCamAssistant running?
Yes. It turned out that I need to move all files to Application directory; otherwise, it just can't start stream. When I copied plugin folder to the Application directory and do the exact same steps, it now works. Might this be related to some permission?
It's already documented in the wiki, the service need to be installed to pass data between the clients, otherwise the virtual camera will never work.
I had already installed the service. My point is following. Assume I build the files in a folder named akv/buıild placed in Desktop. Then if I try to make a operation in manager the output I have shared is shown, also I can't start stream using ffmpeg etc. However, If I copy the plugin and paste it under the Applications directory of Mac, no error message is shown and I can start a stream. In both cases my services are running.
If I copy the plugin and paste it under the Applications directory of Mac, no error message is shown and I can start a stream.
Because you had the /Library/CoreMediaIO/Plug-Ins/DAL/AkVirtualCamera.plugin
folder still linked to your /Applications folder, again, read the documentation from start to the end, it's all in there.
Summary
Hi, I build the AkVirtualCamera from source. I followed the wiki step by step. I added device, started the service, added format to the camera. Now, my camera is detected by zoom.us. I can use set-picture command to set default png etc. However, there is a problem with the ipcbridge that doesnt let me stream using ffmpeg.
Current Behavior
I can't make stream using ffmpeg. I set log level 7 to gain more information. Here is a sample of my output even in the simplest command:
and device information normally
Expected Behavior
I expect program to work properly.
Your Environment