bp2008 / ui3

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

Slider control for playback speed #172

Open bp2008 opened 2 weeks ago

bp2008 commented 2 weeks ago

Someone asked for a slider-style control for playback speed and reverse playback functions that would operate similar to how it does in the local console.

2 obstacles to this:

  1. This control by necessity would require a lot of screen space.
  2. Changing H.264 streaming speed requires reloading the video stream with new arguments, so it wouldn't be very seamless.