diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ipcam-streaming.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/ipcam-streaming.md b/doc/ipcam-streaming.md index 524e0e2..7573811 100644 --- a/doc/ipcam-streaming.md +++ b/doc/ipcam-streaming.md @@ -3,4 +3,18 @@ Let's assume IP cameras stream h264 via rtsp. To `/etc/fstab`: ``` tmpfs /var/ipcamfs tmpfs mode=1755,uid=1000,gid=1000 0 0 +``` + +For event-based FTP storage: +``` +apt install vsftpd +``` + +`/etc/vsftpd.conf`: +``` +chroot_local_user=YES +allow_writeable_chroot=YES + +write_enable=YES +seccomp_sandbox=NO ```
\ No newline at end of file |