Menu Close

HTTP URL in MJPEG format not working

How Can We Help?

< Back
You are here:
Print

HTTP URL in MJPEG format not working

If starting a HTTP URL in MJPEG format returns an error and the Datastead RTSP/RTMP/HTTP/ONVIF Source Filter is installed, try again:

– from the TVideoGrabber SDK or a DirectShow application by adding “>srcformat=mjpeg” at the end of the URL, e.g.:
http://192.168.5.22/vid>srcformat=mjpeg

– or from a DirectShow application by configuring the filter as follows:
DatasteadRTSPSourceConfig.SetStr (RTSP_Source_Format_str, “mjpeg”)

Table of Contents