This project uses obs to record screen capturing, which exports the recordings hourly, and sync the local recordings to sftp server. This sync will check files within 10 days, and the program won't fail even if the sftp server was sometime disconnected.
- Install Visual C++ via https://aka.ms/vs/16/release/vc_redist.x64.exe or google it to download if the link failed
- Install OBS via https://obsproject.com/download
- Modify start_obs_record.bat to delete 'start cmd /k call cp_rm_rec.bat' if sync to sftp is not needed
- Modify start_obs_record.bat to change "C:\Program Files\obs-studio\bin\64bit" to obs installation path
- Start OBS
- Add screen capture source
- Add clock.html to browser source if timestamp is needed to be shown on recording.
- Close OBS
- Run 'start_obs_record.bat'