-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible to download videos from base station storage? #86
Comments
I can use this library to do a lot of things with my Arlo cameras, but unfortunately, it doesn't seem to have any functions to download the videos stored on the base station. Another user came up with a proof of concept here: https://github.com/jesserockz/python-arlo-ratls-poc As a workaround, I bought a WIFI storage card and use it in my base station. I've written a program that polls the SD card for new files and downloads them to my webserver. It is quite a kludge. This is not ideal but at least I can view the videos. |
Thanks for the lead! I bet I can get that working with this library. |
Let me know how this goes. I want to get this integrated into Pyarlo - or made a requirement so I can hook into it - I've just been busy elsewhere for the last few weeks. |
I actually got this working to the point of automatically downloading videos from my base station, but I suspect there's some refactoring that needs to be done to better fit with the existing code base. I'll try to clean it up a bit this weekend and submit a PR. Through this I learned that not all of my recordings are being uploaded to the cloud... |
Sounds awesome, I would love to get rid of my external WiFi solution. And you are correct about some recordings not uploading to the cloud. I had the same issue and decided to get the recordings straight from the base station and eliminate the need to pay for the cloud. I've been running without a cloud subscription for a year now. |
I just had a chance to try phene's support-ratls branch, but I'm getting ModuleNotFoundError: No module named 'cryptography' Could someone point me to where I can find the cryptography module on GitHub? Sorry, I'm a total newb. |
I just added it to the requirements.txt -- sorry about that! |
Thanks! I have cryptography installed now and I tried your example. I get the messages: followed by a long error message ending in: |
@Jeff-Rand are there any days in which you don't have videos within the Consider adding Also, can we move this discussion to the PR? |
@Jeff-Rand I've updated the branch to support non-2k videos on the base station. |
Is it possible to download video files saved to the base station using this library?
The text was updated successfully, but these errors were encountered: