Page 1 of 1

OnProcessMessageReceived is not called

PostPosted: Tue Apr 27, 2021 3:35 pm
by apr
Hello,
I am implementing an application using obs-browser plugin. Working on Ubuntu 18 docker. The original OBS application with GUI works fine. But using it in my application is not working. The problem is with OnProcessMessageReceived not getting called in the https://github.com/obsproject/obs-brows ... er-app.cpp . The SendProcessMessage is in the macro SendBrowserProcessMessage called in SendBrowserVisibility in https://github.com/obsproject/obs-brows ... source.cpp. Any idea how to resolve?
Thanks!

Re: OnProcessMessageReceived is not called

PostPosted: Tue Apr 27, 2021 3:49 pm
by magreenblatt
I suggest asking the obs-browser developers.

Re: OnProcessMessageReceived is not called

PostPosted: Tue Apr 27, 2021 11:14 pm
by apr
Okay thanks.