> Is there a way to download RTSP streams on a very low power > machine and how to prevent such problems? Just use "copy": ffmpeg -i rtsp://... -f mpegts -c copy output.mpeg.ts older variant of options is a: -vcodec copy -acodec copy -scodec copy