Skip to content

RTSP, RTMP, HTTP, UDP, MMS sources and other streaming protocols

RTSP, RTMP, HTTP, UDP, MMS, RTP sources and other streaming protocols

The sample code is similar to the RTSP capture, just replace "rtsp" or "onvif" by the corresponding protocol, e.g.:

VideoGrabber.IPCameraURL = "udp://192.168.0.25"

VideoGrabber.IPCameraURL = "mmsh://192.168.0.25"

VideoGrabber.IPCameraURL = "rtmp://192.168.0.25/live"

VideoGrabber.IPCameraURL = "rtp://192.168.0.25"

VideoGrabber.IPCameraURL = "http://192.168.0.25/url"

etc...