NOALBS / nginx-obs-automatic-low-bitrate-switching

Simple app to automatically switch scenes in OBS based on the current bitrate fetched from the NGINX stats page.
http://noalbs.com
MIT License
339 stars 77 forks source link

NOALBS does not work with obs-websocket-4.9.1-compat #145

Open reedog117 opened 1 year ago

reedog117 commented 1 year ago

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 1 year ago

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.