video-recorder-java icon indicating copy to clipboard operation
video-recorder-java copied to clipboard

added custom recorder type

Open githubCast opened this issue 6 years ago • 2 comments

custom recorder type +new property value: recorder.type=CUSTOM +new property: recorder.class //fully-qualified name of a class that extends VideoRecorder

githubCast avatar May 18 '19 20:05 githubCast

@githubCast could you describe which recorder might be used as custom?

SergeyPirogov avatar May 19 '19 04:05 SergeyPirogov

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

githubCast avatar May 19 '19 14:05 githubCast