M
M
min_t_mur2017-10-04 23:46:40
CCTV
min_t_mur, 2017-10-04 23:46:40

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

1 answer(s)
A
atomos90, 2018-02-22
@atomos90

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 question

Ask a Question

731 491 924 answers to any question