Menu Close

Category: RTSP/RTMP/HTTP/ONVIF DirectShow Source Filter

Windows Server prerequisites

On Windows Server, the “Desktop Experience” feature must be installed: the Server Core installations do not include the multimedia components required by DirectShow. Supported: Windows…

How to capture each video frame decoded in real time

Query the IDatasteadRTSPSampleCallback interface, and invoke DatasteadRTSPSampleCallback.SetVideoRGBSampleCallback (CallbackFunction). The callback function prototype is: typedef void (__stdcall *DatasteadRTSP_VideoSampleCallback) (void *Sender, __int64 SampleTime_Absolute, __int64 SampleTime_Relative, BYTE *Buffer,…