Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 291 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 291 Bytes

Rtsp packet recorder (without transcoding)

Originally by @d-a-gerashenko

Usage

Device device = new Device ( ... ); device.triggerRecording(true,RecordInvoker.TYPE.ALWAYS); starts the recording. device.triggerRecording(false,RecordInvoker.TYPE.ALWAYS);stops the recording.