Answer the question
In order to leave comments, you need to log in
Is it possible to record an rtsp video stream to the cloud?
There is an IP camera, it broadcasts an rtsp stream.
Is it possible to somehow organize the recording of this stream in the cloud storage?
Answer the question
In order to leave comments, you need to log in
You can, accept and write the stream using ffmpeg, like this:
ffmpeg -rtsp_transport tcp -r 25 -y -i "link to rtsp" -vcodec copy -acodec copy "path/output file"
There is megatools for the mega cloud, it works under centos etc. OS
Copy, for example, like this
megacopy --no-progress --local "path/output file --remote "/Root/folder on mega"
Links to docks: ffmpeg.org/documentation.html
https://megatools .megous.com/man/megatools.html
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question