diff --git a/devices/ssc338q_apfpv/general/overlay/usr/share/openipc/customizer.sh b/devices/ssc338q_apfpv/general/overlay/usr/share/openipc/customizer.sh index 88ee4b4..9a96463 100644 --- a/devices/ssc338q_apfpv/general/overlay/usr/share/openipc/customizer.sh +++ b/devices/ssc338q_apfpv/general/overlay/usr/share/openipc/customizer.sh @@ -12,8 +12,11 @@ fw_setenv upgrade 'https://github.com/OpenIPC/builder/releases/download/latest/o # cli -s .isp.exposure 10 cli -s .video0.fps 90 -cli -s .video0.bitrate 8192 +cli -s .video0.bitrate 12000 cli -s .video0.codec h265 cli -s .video0.rcMode cbr +cli -s .audio.codec pcm cli -s .outgoing.enabled true cli -s .outgoing.server udp://192.168.0.10:5600 +cli -s .records.split 5 +cli -s .records.notime true diff --git a/devices/ssc338q_apfpv/general/overlay/var/www/cgi-bin/j/locale.cgi b/devices/ssc338q_apfpv/general/overlay/var/www/cgi-bin/j/locale.cgi new file mode 100755 index 0000000..9f1f539 --- /dev/null +++ b/devices/ssc338q_apfpv/general/overlay/var/www/cgi-bin/j/locale.cgi @@ -0,0 +1,8 @@ +#!/bin/sh +mj_audio=Audio +mj_image=Image +mj_isp=ISP +mj_outgoing=Outgoing +mj_records=Record +mj_system=System +mj_video0=Video0 diff --git a/devices/ssc338q_apfpv/general/overlay/var/www/cgi-bin/p/header.cgi b/devices/ssc338q_apfpv/general/overlay/var/www/cgi-bin/p/header.cgi new file mode 100755 index 0000000..014d00b --- /dev/null +++ b/devices/ssc338q_apfpv/general/overlay/var/www/cgi-bin/p/header.cgi @@ -0,0 +1,113 @@ +#!/usr/bin/haserl +Content-type: text/html; charset=UTF-8 +Cache-Control: no-store +Pragma: no-cache + + + + + + + <% html_title %> + + + + + + + + + +
+
+
+
+
+
+
+ +
+ <%= $(signature) %> +
+ +
+
+
+
+
+
+ +<% if [ -z "$network_gateway" ]; then %> +
+

Internet connection not available, please check your network settings.

+
+<% fi %> + +<% if [ ! -e $(get_config) ]; then %> +
+

Majestic configuration not found, please check your Majestic settings.

+
+<% fi %> + +<% if [ "$(cat /etc/TZ)" != "$TZ" ] || [ -e /tmp/system-reboot ]; then %> +
+

Warning.

+

System settings have been updated, restart to apply pending changes.

+ + Restart camera + +
+<% fi %> + +

<%= $page_title %>

+<% log_read %>