Niek / obs-web

OBS-web - the easiest way to control OBS remotely
http://obs-web.niek.tv
GNU General Public License v3.0
1.13k stars 131 forks source link

Please add "preview thumbnail update rate" control. #406

Open wsy opened 1 month ago

wsy commented 1 month ago

Hi, My content in OBS does not change too much, so I would like to preview my thumbnail in a low frame rate such as 1fps, or manually. I hope there can be something like this:

<span>Preview framerate:</span>
<select name="framerate">
    <option value="0">Manual refresh</option>
    <option value="1">1fps</option>
    <option value="2">2fps</option>
    <option value="5">5fps</option>
    <option value="10">10fps</option>
</select>