Loopy SRT Stats Monitor v1.1.0
During installation, you will have two options: obs-websocket-http
and obs-websocket-js
. One of these must be downloaded for the program to communicate with OBS WebSocket.
obs-websocket-http
is the recommended option, the fastest, and requires only one additional file to be downloaded.
This video guide can help if you get stuck.
Some code has been rewritten since v1.0.0, you should confirm your settings work as intended, and report any bugs found.
This program does not modify config.ini
, it only reads it. Loopy SRT Monitor v1.1.0 contains additional features that must be manually added to config.ini
to be enabled.
config.default.ini
be renamed and reconfigured.
[obs-websocket-http]
HTTPCommunication=native
[nginx-rtmp-module]
RTMPServerKeepAlive=Default
[srt-live-server]
SLSServerIP2=127.0.0.1
SLSServerPort2=8181
SLSServerStats2=stats
SLSServerKeepAlive1=Default
SLSServerKeepAlive2=Default
- Added support for two separate SLS/BELABOX servers
- Added support for BELABOX cloud relay server [with assistance from EmeraldAudioVisual]
- Added "Yami" OBS theme
- Added "Grey" OBS theme
- Added 'HTTPCommunication' configuration - see readme.txt for instructions
- Added 'RTMPServerKeepAlive' configuration - see readme.txt for instructions
- Added 'SLSServerIP2' configuration - see readme.txt for instructions
- Added 'SLSServerPort2' configuration - see readme.txt for instructions
- Added 'SLSServerStats2' configuration - see readme.txt for instructions
- Added 'SLSServerKeepAlive1' configuration - see readme.txt for instructions
- Added 'SLSServerKeepAlive2' configuration - see readme.txt for instructions
- Removed some configurations - use 'config.default.ini' if updating.
- Automatically restart "obs-websocket-http" on lost connection [Windows]
- Minor fixes with LBR Delay setting
- Minor fixes with NGINX
- Minor fixes and improvements