HclX / WyzeHacks

Hacks I discovered allowing Wyze camera owners to do customizations
MIT License
789 stars 75 forks source link

No video recordings on NFS share but other files are created #29

Closed HclX closed 3 years ago

HclX commented 3 years ago

There are multiple reports that on certain setups the NFS share is mounted correctly, some files are created, however, no video recordings. I suspect this has something to do with the NFS share size but will need more information on this since I don't have a large enough NFS share to test this out.

HclX commented 3 years ago

@kdvlr Let me know if you can post more information about your setup. I added more logging in latest change so can you try it and show me the log related to this. You will need to enable log syncing, and then search "statfs(path=" in the log to find the related debugging information. Make sure you mask or erase your credentials.

kdvlr commented 3 years ago

@HclX - Did you make any changes to the NFS code ? I can see the recordings being created with your latest release.

HclX commented 3 years ago

Yes. I modified the code to change the emulated SD card max size from 2TB to 512GB, and looks like that's the root cause! I will keep this issue open for a couple more days until you confirm this really fixes the issue!

HclX commented 3 years ago

Mark this one fixed.