Skip to content
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

Open
joaoasilva opened this issue Oct 26, 2017 · 5 comments
Open

Automatically send to FTP #70

joaoasilva opened this issue Oct 26, 2017 · 5 comments

Comments

@joaoasilva
Copy link

joaoasilva commented Oct 26, 2017

Hi,
First of all, thanks for your hard work.
Is it possible to automatically send the recorded videos to FTP?

Thanks.

@shadow-1
Copy link
Owner

@joaoasilva
Yes it is possible. Some scripts have been developed by others to fetch recorded video data automatically.

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).

@ghost
Copy link

ghost commented Oct 28, 2017

@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?

@shadow-1
Copy link
Owner

@AppaloosaTech
Two people have successfully written scripts to download recorded video files automatically using FTP. Unfortunately they did not share the scripts in the thread. Link: #13

RTSP support is a work in progress at the moment.

@natgoodfellow
Copy link

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!

https://askubuntu.com/questions/758640/how-to-automatically-sync-the-contents-of-a-local-folder-with-the-contents-of-a

@Catfriend1
Copy link

Catfriend1 commented Jul 12, 2020

ftp puah is supported in https://github.com/roleoroleo/yi-hack-Allwinner since v0.1.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants