Had to change a bunch to get everything to work but it should be working now
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
@{
|
||||
# Base UNC path for saved clips — a subfolder per username is created automatically
|
||||
UNCPath = '\\server\ITCaptures'
|
||||
UNCPath = '\\server\share'
|
||||
|
||||
# Directory path for script logs — supports %USERNAME% and other environment variables
|
||||
# Each script writes its own log: OBSReplayBuffer.log, OBSReplayBuffer-Tray.log, OBSReplayBuffer-Save.log
|
||||
LogPath = '\\server\ITLogs\%USERNAME%'
|
||||
LogPath = '\\server\share'
|
||||
|
||||
# Replay buffer duration in seconds (120 = 2 minutes)
|
||||
BufferSeconds = 120
|
||||
|
||||
Reference in New Issue
Block a user