Initial commit
This commit is contained in:
17
config.psd1
Normal file
17
config.psd1
Normal 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'
|
||||
}
|
||||
Reference in New Issue
Block a user