diff --git a/README.md b/README.md index 485397b..cd9049d 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,7 @@ edit the file `wz_mini/usr/bin/rtmp-stream.sh` with your stream keys and then ru ## Latest Updates +* 05-27-22: update `rtmp-stream.sh`, update various system binaries. * 05-25-22: usb direct mode and rndis are now supported on the v2 camera * 05-25-22: add experimental youtube/twitch/facebook live steam rtmp support in `wz_mini/usr/bin/rtmp-stream.sh` * 05-24-22: add `wz_mini.conf` to replace `run_mmc.sh`, all configuration variables are now stored in this file, scripting logic now in wz_user.sh inside init.d folder. add support for user to add a custom script to run on boot. diff --git a/SD_ROOT/wz_mini/bin/iperf3 b/SD_ROOT/wz_mini/bin/iperf3 new file mode 100755 index 0000000..7c233b7 Binary files /dev/null and b/SD_ROOT/wz_mini/bin/iperf3 differ diff --git a/SD_ROOT/wz_mini/bin/rsync b/SD_ROOT/wz_mini/bin/rsync new file mode 100755 index 0000000..6ea3fd1 Binary files /dev/null and b/SD_ROOT/wz_mini/bin/rsync differ diff --git a/SD_ROOT/wz_mini/bin/socat b/SD_ROOT/wz_mini/bin/socat index e26609f..fc770db 100755 Binary files a/SD_ROOT/wz_mini/bin/socat and b/SD_ROOT/wz_mini/bin/socat differ diff --git a/SD_ROOT/wz_mini/bin/strace b/SD_ROOT/wz_mini/bin/strace index cfd0d84..a12cf1c 100755 Binary files a/SD_ROOT/wz_mini/bin/strace and b/SD_ROOT/wz_mini/bin/strace differ diff --git a/SD_ROOT/wz_mini/bin/tcpdump b/SD_ROOT/wz_mini/bin/tcpdump index 5c5aa5e..0002a66 100755 Binary files a/SD_ROOT/wz_mini/bin/tcpdump and b/SD_ROOT/wz_mini/bin/tcpdump differ diff --git a/SD_ROOT/wz_mini/bin/v4l2rtspserver b/SD_ROOT/wz_mini/bin/v4l2rtspserver index 4f34a54..6a03b97 100755 Binary files a/SD_ROOT/wz_mini/bin/v4l2rtspserver and b/SD_ROOT/wz_mini/bin/v4l2rtspserver differ