Blog post: IP Camera Viewer — Client Settings and Configuration Guide Introduction IP camera viewers let you monitor security cameras over a network or the internet. This guide walks through the key client-side settings you’ll encounter when configuring an IP camera viewer and how to set them for reliable, secure viewing. 1. Compatibility and connection types
Protocol: ONVIF, RTSP, HTTP(S), MJPEG, HLS.
ONVIF for device discovery and PTZ control. RTSP for low-latency realtime streams. MJPEG/HLS for broad browser compatibility.
Connection modes: LAN (local network) vs. WAN/Internet (remote). intitle ip camera viewer intext setting client setting link
Use LAN for initial setup and troubleshooting. For remote access, prefer secure methods (VPN, HTTPS, or authenticated cloud relay).
2. Adding a camera (client setup)
Auto-discovery: Use ONVIF or UPnP discovery in the viewer to list devices on the LAN. Manual add: Provide camera IP/hostname, port, username, password, and stream path (e.g., RTSP: rtsp://user:pass@192.168.1.10:554/stream1). Channel/stream selection: Choose main (high quality) or substream (lower bandwidth) depending on network capacity. Blog post: IP Camera Viewer — Client Settings
3. Video stream settings
Resolution: Select based on use—1080p+ for detail, 720p or lower for bandwidth saving. Frame rate (FPS): 15–30 FPS for smooth motion; 5–10 FPS for low-bandwidth monitoring. Bitrate mode: CBR (constant) vs. VBR (variable). Use VBR for better average quality and lower bandwidth; CBR when upstream bandwidth is fixed. Codec: H.264 widely supported; H.265 for lower bandwidth if both client and camera support it.
4. Network and performance settings
Transport: TCP vs. UDP for RTSP/RTP. TCP is more reliable over unstable networks; UDP for lower latency when packet loss is low. Buffering: Client buffer size (in seconds) — increase to reduce stutter on lossy networks; decrease to reduce latency. Connection timeout and retry: Configure retries and backoff to handle intermittent connectivity without overwhelming the camera. Bandwidth cap / stream limit: Set maximum simultaneous streams and per-stream caps to avoid saturating network or data caps.
5. Authentication and security settings