NOALBS does not work with obs-websocket-4.9.1-compat
reedog117 opened this issue · 1 comments
reedog117 commented
NOALBS does not work with obs-websocket-4.9.1-compat. Either the 4.9.1 version must be used (non-compat) or >=5.0.0
Error given is Error while trying to connect to OBS: obs-websocket version 4.9.1-compat doesn't match required ~4.9.1
715209 commented
Hi @reedog117 ,
That's correct, the version check in the OBS library fails when using the compat version.
You can still use v4.9.1 by using ObsOld
as the type or Obs
to use v5.0.0.