Rclone integration #2350
Tormund1985
started this conversation in
General
Replies: 1 comment 5 replies
-
Hello, first of all native recording is being implemented (#2255) and FFmpeg is not necessary anymore. Furthermore, MP4s generated by the native recording system can be read immediately without waiting finalization. You can use
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I have mediamtx configured on a raspberry pi running the recording and streaming of a CSI camera.
On the other hand running through crontab an script that syncs the files created by ffmpeg to a cloud through rclone. However it consumes a lot of resources as it is continuously monitoring the folder.
I wonder if there is a way to improve its efficiency by running a simple upload when ffmpeg finishes writing a file to disk in the mediamtx yml file itself.
How could I make it so that it would run when ffmpeg finishes writing the file?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions