webcamoid/akvirtualcamera

[Question] Outputting OBS to akvirtualcam MacOS

asher-the-thrasher opened this issue · 1 comments

Questinons and other matters?

I am trying to output OBS to the akvirtualcam so I can have another virtual camera for obs. I am having trouble figuring out how to do ffmpeg -i video.webm -pix_fmt rgb24 -f rawvideo - | AkVCamManager stream AkVCamVideoDevice0 RGB24 480 360 in OBS ffmpeg output settings.

I am on MacOS Monterey and obs 27.1.3 and have downloaded the most recent version of akvirtualcamera.

Sorry if this is the wrong way/place to post this kind of question, please direct me to the proper place if so.

Maybe a solution would be streaming with OBS locally, then using the stream URL as an input for FFmpeg (instead of the video file), and all the rest being the same.
A much better solution would be writing an OBS plugin for the virtual camera, here you can find some code examples.