diff --git a/README.md b/README.md index b73c8df..d3516d6 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ the stream will be located at ```rtsp://IP_ADDRESS:8554/unicast``` Note: VLC seems to work fine for playback, ffmpeg and others have severe artifacts in the stream during playback. Huge credit to @mnakada for his libcallback library: https://github.com/mnakada/atomcam_tools __WARNING__: If using the wyze app to view the live stream, viewing in "HD" or "SD" will not work. Select 360p to view the live stram in the app. + --- ## Latest Updates diff --git a/SD_ROOT/wz_mini/run_mmc.sh b/SD_ROOT/wz_mini/run_mmc.sh index 9b1b22b..0a497de 100755 --- a/SD_ROOT/wz_mini/run_mmc.sh +++ b/SD_ROOT/wz_mini/run_mmc.sh @@ -35,13 +35,6 @@ swap_enable() { fi } -if [[ -d /configs/.ssh ]]; then - echo "dropbear ssh config dir present" -else - echo "dropbear ssh config dir not present, creating" - mkdir /configs/.ssh -fi - if [[ "$ENABLE_USB_ETH" == "true" ]]; then swap_enable