AxisCommunications / locomote-video-player

Media Player in Adobe Flash with RTSP support. (THIS PROJECT IS NO LONGER MAINTAINED)
BSD 3-Clause "New" or "Revised" License
133 stars 79 forks source link

MJPEG delay build up fix #176

Closed insonifi closed 4 years ago

insonifi commented 8 years ago

Fixes progressive delay, through absolute timing instead of relative one. And frame drop if delay is too much. Change moving window average for FPS calculation to exponential moving average, it is less CPU intensive (especially if you poll FPS) and gives adequate result.