From 00427d1b252474abde7de40588688ec2cea99185 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Tue, 24 May 2022 22:16:33 +0300 Subject: ipcam changes --- doc/ipcam-streaming.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3