bp2008 / ui3

A powerful, modern HTML5 web interface for Blue Iris.
GNU Lesser General Public License v3.0
120 stars 18 forks source link

Seek bar quickly becomes inaccurate in clips that are still being recorded to #51

Closed bp2008 closed 2 years ago

bp2008 commented 3 years ago

This issue has been around as long as UI3, and every time I think I've fixed it, something changes to break it again. It is caused by UI3 and Blue Iris getting out of sync in their knowledge of the clip length. Possibly the key to fixing this once and for all is to use the new frame timestamps in H.264 streams as opposed to the 0-10000 seek bar offset.

Once fixed for H.264 streaming, verify that it is also okay when Jpeg streaming.

bp2008 commented 3 years ago

Improved in Version 125.

Some issues will remain until Blue Iris's behavior becomes more consistent and understood.

bp2008 commented 2 years ago

I think this issue is long since solved.