Skip to content

Commit

Permalink
webui: rtsp, extend range down to 5 fps.
Browse files Browse the repository at this point in the history
  • Loading branch information
themactep committed Oct 5, 2024
1 parent 3e2a81f commit 9cbdfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/thingino-webui/files/var/www/x/config-rtsp.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ for i in 0 1; do
<div class="row g-2">
<div class="col-3"><% field_text "${domain}_width" "Width" %></div>
<div class="col-3"><% field_text "${domain}_height" "Height" %></div>
<div class="col-6"><% field_range "${domain}_fps" "FPS" "15,30,1" %></div>
<div class="col-6"><% field_range "${domain}_fps" "FPS" "5,30,1" %></div>
</div>
<div class="row g-2">
<div class="col-3"><% field_select "${domain}_format" "Format" "H264,H265" %></div>
Expand Down

0 comments on commit 9cbdfa2

Please sign in to comment.