I encoutered something odd on my end when trying to install the plugin.
When i install it over my current obs installation it fails to load the needed modules, same happens if i try it with clean plugin folders / no other plugin installed.
However if i try it on a fresh install (well zip file really) of obs in portable mode it works fine.
Not sure what could be wrong here:
Log:
https://gist.github.com/anonymous/57a454533ac890f1364d6eeeabe480fb
Plugin folder to show the dlls are in fact there:
https://i.imgur.com/MVtSW6N.png
"
12:34:21.257: LoadLibrary failed for '../../obs-plugins/64bit/obs-websocket.dll': The specified procedure could not be found.
12:34:21.257: (127)
12:34:21.257: Module '../../obs-plugins/64bit/obs-websocket.dll' not loaded
12:34:21.261: Required module function 'obs_module_load' in module '../../obs-plugins/64bit/Qt5Network.dll' not found, loading of module failed
12:34:21.261: Required module function 'obs_module_load' in module '../../obs-plugins/64bit/Qt5WebSockets.dll' not found, loading of module failed
"
Edit: If i replace the bin folder with a fresh one it works, no idea what is going wrong there but it works now...