MrGunflame
New Member
Hello,
I'm trying to create a custom streaming service. I have a module that calls
I'm trying to create a custom streaming service. I have a module that calls
obs_register_service_s
on load, but the service never appears within OBS and none of the provided functions are ever called. If I manually call, say obs_service_get_display_name
, I get the expected output. The service also seems to be registered correctly, when attempting to create a second one with the same id, OBS warns that the id is already in use.