Knowledge Base

(Advanced) Browser Source Status Events

Our OBS browser sources expose information like ingest bitrate via window events. By subscribing to the "irltkStatusUpdate" JS window event in a browser source via "window.AddEventListener", you can receive state updates and build many unique features. This event is emitted every 2.5 seconds.


Example JSON payload:


Example Implementation

This implementation displays the current bitrate of a theoretical second ingest.

Please rate this article to help us improve our Knowledge Base.

0 1