Sebastian Beckmann

Results 183 comments of Sebastian Beckmann

In your crash log I can see a DAL plugin (some sort of virtual camera), which is very likely the cause of your crashes: `/Library/CoreMediaIO/DAL/RelayCam.plugin` I don't know what installed...

As said before, if you see this problem please also confirm that it's not just in the preview but also the recording, and provide the other info requested [above](https://github.com/obsproject/obs-studio/issues/7742#issuecomment-1425932455).

As an update here, we were finally able to reproduce the issue on our side. We were able to find where it was introduced, and a fix has been proposed...

Marking as draft to prevent accidental merges

@Pehrsons could you confirm if this is fixed with OBS 28.1?

Hey there, I can't get this PR to work. With these properties: ``` obs_properties_t *final_props = obs_properties_create(); obs_properties_add_text(final_props, "my_text", "Text", OBS_TEXT_DEFAULT); obs_properties_t *group = obs_properties_create(); obs_properties_add_text(group, "my_text_in_group", "Text in group",...

Thanks for the quick response. Using the same example as before, the content now properly appears inside the group, but *also* on the outside. ``` { "group": { "my_text_in_group": "text...

Yeah, also happens with new sources. (For reference, I also tested this by dropping the properties code into the properties of OBS' image source to confirm it's not my plugin...

Fyi, this has conflicts now.