summaryrefslogtreecommitdiff
path: root/doc/ipcam-streaming.md
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2022-05-24 22:16:33 +0300
committerEvgeny Zinoviev <me@ch1p.io>2022-05-24 22:16:35 +0300
commit00427d1b252474abde7de40588688ec2cea99185 (patch)
tree44f8aa2c1d24da2ed8c08c396e0ecfc57108c2a9 /doc/ipcam-streaming.md
parentb8aa98899f14d90326bd10259aa69a0b4d6a139e (diff)
ipcam changes
Diffstat (limited to 'doc/ipcam-streaming.md')
-rw-r--r--doc/ipcam-streaming.md14
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