-
Notifications
You must be signed in to change notification settings - Fork 154
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
Automatically send to FTP #70
Comments
@joaoasilva Most people write a script that runs on a small board like Raspberry Pi or potentially their router to automatically fetch the recorded videos and copy them to their NAS or cloud storage (Google Drive, DropBox etc). |
@joaoasilva have you found a script that fetch recorded video data automatically to ftp? I'm searching such a script to save the data on my router. @shadow-1 could that be an alternative/easier solution to stream videos as via rtsp? |
@AppaloosaTech RTSP support is a work in progress at the moment. |
I am working on this functionality. My concept is to have a .sh script that listens to the /tmp/sd/record directory for file changes and then automatically pushes those files to a sftp server. https://www.computerhope.com/unix/sftp.htm I'm working on getting this setup. I had been trying to use the ftpput command and was getting some errors. Any resources on setting up sftp or automating this process would be awesome! |
ftp puah is supported in https://github.com/roleoroleo/yi-hack-Allwinner since v0.1.7 |
Hi,
First of all, thanks for your hard work.
Is it possible to automatically send the recorded videos to FTP?
Thanks.
The text was updated successfully, but these errors were encountered: