We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07063db commit c5f8dcaCopy full SHA for c5f8dca
README.md
@@ -1,6 +1,6 @@
1
# DropboxStreamUploader
2
-Uploads RTSP video stream from IP camera to Dropbox every 30 seconds.
3
-The stream is splitted into 2-minutes video files. Each video file is encrypted with zip.
+Uploads RTSP video stream from IP camera to Dropbox every 2 MB [min 5, max 30 seconds].
+The stream is splitted into 1-minutes video files. Each video file is encrypted with zip.
4
To reduce space usage it automatically deletes zips older than 1 hour but they still can be recovered within 30 days with Dropbox Pro account.
5
When upload fails or power shortage happens unencrypted video file is kept locally so can be viewed and deleted later.
6
Uses ffmpeg.
0 commit comments