Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RTSP_H264Recorder ¶
type RTSP_H264Recorder struct {
// contains filtered or unexported fields
}
func NewRTSP_H264Recorder ¶
func NewRTSP_H264Recorder(rtspURL string, recordChan chan RecordedEvent, fchan chan image.Image) *RTSP_H264Recorder
This code requires the FFmpeg libraries, that can be installed with this command: apt install -y libavformat-dev libswscale-dev gcc pkg-config
func (*RTSP_H264Recorder) Start ¶
func (r *RTSP_H264Recorder) Start() error
func (*RTSP_H264Recorder) Stop ¶
func (r *RTSP_H264Recorder) Stop() error
type RecordedEvent ¶
Click to show internal directories.
Click to hide internal directories.