video-recorder-java
video-recorder-java copied to clipboard
added custom recorder type
custom recorder type +new property value: recorder.type=CUSTOM +new property: recorder.class //fully-qualified name of a class that extends VideoRecorder
@githubCast could you describe which recorder might be used as custom?
Hi @SergeyPirogov It can be any tool that extends com.automation.remarks.video.recorder.VideoRecorder. I'm going to use it with our internal recorder. For smoke tests your implementations of VideoRecorder can be used: MonteRecorder, WindowsFFmpegRecorder ...
video.properties: recorder.type=CUSTOM recorder.class=com.automation.remarks.video.recorder.ffmpeg.WindowsFFmpegRecorder