stream-labs / obs-studio-node

libOBS (OBS Studio) for Node.Js, Electron and similar tools
GNU General Public License v2.0
616 stars 100 forks source link

Change Virtual Camera Name #909

Open hrueger opened 3 years ago

hrueger commented 3 years ago

The virtual camera feature works great, however, it seems like the name is hardcoded?

I set it here, but it still shows up as Streamlabs OBS Virtual Camera... Any idea?

(also see https://github.com/Envek/obs-studio-node-example/issues/44)

alokmahor commented 3 years ago

For custom virtual camera name you need custom obs-studio-node by compiling and building it. For that you would need to compile obs-studio and set this custom obs-studio in OSN_LIBOBS_URL. obs-studio have virtual camera plugin that you need to modify to change name. see https://github.com/stream-labs/obs-studio-node#readme

MooLee89 commented 2 years ago

For custom virtual camera name you need custom obs-studio-node by compiling and building it. For that you would need to compile obs-studio and set this custom obs-studio in OSN_LIBOBS_URL. obs-studio have virtual camera plugin that you need to modify to change name. see https://github.com/stream-labs/obs-studio-node#readme

Hi, can you tell me to change the name of the virtual camera and what files should be changed in obs-studio