Question / Help OBS Studio "keys per second" low updating rate

Videophile

Elgato
Looks like maybe OBS Studio does not poll the text source as fast as OBS 1. This is something that Jim would probably need to fix, or maybe enable a "High polling" option for text sources.
 

Gol D. Ace

Member
if (os_gettime_ns() - srcdata->last_checked >= 1000000000) this are ns I think.
So it will check once per second.

OBS 1 does apparently use a entire different method for checking.
 
Top