Initial commit

This commit is contained in:
2026-03-27 11:16:39 -07:00
commit 67d5c9ca5f
8 changed files with 470 additions and 0 deletions

17
config.psd1 Normal file
View File

@@ -0,0 +1,17 @@
@{
# Base UNC path for saved clips — a subfolder per username is created automatically
UNCPath = '\\server\ITCaptures'
# Replay buffer duration in seconds (120 = 2 minutes)
BufferSeconds = 120
# OBS WebSocket port — must match obs-config/plugin_config/obs-websocket/config.json
WebSocketPort = 4455
# Full path to OBS executable (standard App Volumes / Program Files install)
OBSExecutable = 'C:\Program Files\obs-studio\bin\64bit\obs64.exe'
# Must match the profile folder name and scene collection filename
ProfileName = 'ITMonitor'
SceneCollection = 'ITMonitor'
}