Proper way to synchronize events between multiple plugins?
Posted: 10 Aug 2013 23:06
Hi all.
For my ongoing project, I need to talk between two completely different plugins (sending messages from plugin object to plugin object few times a second). Currently I use SHM, but the code looks much unportable is there a native plugin-to-plugin messaging layer in VLC plugins? (I write out-of-tree modules).
For my ongoing project, I need to talk between two completely different plugins (sending messages from plugin object to plugin object few times a second). Currently I use SHM, but the code looks much unportable is there a native plugin-to-plugin messaging layer in VLC plugins? (I write out-of-tree modules).