The "refresh" mode is a method of streaming video where the browser continuously requests and reloads individual JPEG frames to create the illusion of a video feed. Bandwidth Efficiency
If client decode falls behind, newer frames may be dropped. The ViewerFrame mode should implement and skip intermediate frames when refresh_interval < decode_time . viewerframe mode refresh work