Skip to main content

Posts

Showing posts from June, 2026

Streaming Protocols for Popular IP Camera Manufacturers. Part 2: RTSP

RTSP enables users to access live video streams directly from cameras over a network. Unlike proprietary mobile applications that lock users into a specific ecosystem, RTSP provides a standardized way for software, recorders, and third-party applications to communicate with IP cameras. Today, nearly every major camera manufacturer supports RTSP, including popular brands such as Hikvision, Dahua Technology, Axis Communications, Hanwha Vision, Bosch Security Systems, and many others. Typical RTSP URL format: rtsp://username:password@IP_ADDRESS:554/path Default RTSP port: 554 RTSP URLs for Popular Camera Manufacturers Manufacturer Main Stream RTSP URL Sub Stream RTSP URL Default Port Hikvision rtsp://IP:554/Streaming/Channels/101 rtsp://IP:554/Streaming/Channels/102 554 Dahua Technology rtsp://IP:554/cam/realmonitor?channel=1&subtype=0 rtsp://IP:554/cam/realmonitor?channe...

Streaming Protocols for Popular IP Camera Manufacturers. Part 1: HTTP

Internet Protocol (IP) cameras have become an essential component of modern video surveillance systems. From home security and office monitoring to industrial automation and smart city deployments, IP cameras provide high-quality video streams over computer networks. One of the most important aspects of working with IP cameras is understanding the various HTTP URLs used to access live video, snapshots, configuration pages, PTZ controls, and other camera functions. While many modern surveillance systems rely on standards such as ONVIF, RTSP, and proprietary mobile applications, HTTP remains one of the most widely supported communication methods. HTTP URLs allow users, developers, system integrators, and network administrators to interact directly with cameras through web browsers, monitoring software, scripts, and automation platforms. Common URL Formats Most cameras are accessed using: http://IP_ADDRESS/path Examples: http://192.168.1.100/axis-cgi/jpg/image.cgi http://192.168.1.100/cgi...