Using the TVideoGrabber http/mjpeg decoder when the Datastead RTSP filter is installed

Prev

Next

 






































































































Using the TVideoGrabber http/mjpeg decoder when the Datastead RTSP filter is installed

Description

When the Datastead RTSP/RTMP/HTTP/ONVIF DirectShow Source Filter is installed, the capture/decoding of HTTP streams is delegated to it.

To force TVideoGrabber to use its embedded HTTP/MJPEG decoder anyway, set:

VideoGrabber.PlayerForcedCodec := "HTTP_TVG";

before invoking StartPreview() or StartRecording()

(This can be cancelled by setting VideoGrabber.PlayerForcedCodec := "")