mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2025-08-09 20:14:04 +00:00
update rtsp server and libraries, fix choppy audio in libcallback, fix busybox for old fw versions including rtsp_fw
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -23,6 +23,9 @@ sleep 2
|
||||
|
||||
set -x
|
||||
|
||||
#lets test this out and see how it goes, patched udhcpc for iCamera
|
||||
mount --bind /opt/wz_mini/bin/busybox /bin/busybox
|
||||
|
||||
#WCV3 GPIO
|
||||
GPIO=63
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -51,8 +51,6 @@ DEBUG_ENABLED="false"
|
||||
##########CONFIG END#################
|
||||
#####################################
|
||||
|
||||
echo "run_mmc.sh start" > /dev/kmsg
|
||||
|
||||
hostname_set() {
|
||||
echo "set hostname"
|
||||
hostname $HOSTNAME
|
||||
@@ -352,8 +350,6 @@ if [[ "$RTSP_ENABLED" == "true" ]]; then
|
||||
swap_enable
|
||||
fi
|
||||
|
||||
mkdir /tmp/alsa
|
||||
cp /media/mmc/wz_mini/etc/alsa.conf /tmp/alsa
|
||||
/opt/wz_mini/bin/cmd video on
|
||||
/opt/wz_mini/bin/cmd audio on
|
||||
|
||||
|
Reference in New Issue
Block a user