<div dir="ltr">I am streaming RTSP with command line something like this:<div><br></div><div>ffmpeg -re -i ~/Downloads/test.mp4 -c copy -f rtsp rtsp://<a href="http://127.0.0.1:1935/livetest/stream">127.0.0.1:1935/livetest/stream</a></div><div><br></div><div>Original video length is about 15 minutes.</div><div><br></div><div>I want to automatically restart once file is finished - sort of like in a continuous loop.</div><div><br></div><div>Does FFmpeg command line give me this option? Or do I need to implement some other way?</div><div><br></div><div>Thanks</div></div>