<div dir="ltr">I am streaming an RTSP stream (from an AXIS P7216 encoder). To connect to it, I have used an ssh tunnel that forwards the remote stream so I can access it as localhost. <div><br></div><div>The command I am using is as follows:<br><br>openRTSP -D 1 -c -B 10000000 -b 10000000 -Q -F cam_eight -P 30 -4 -t -u username password "rtsp://localhost:5544/axis-media/media.amp"<div><br></div><div>The same occurs when removing the -B and -b arguments above. <br><div><br></div><div>The first clip saves fine, but all subsequent clips show some corrupted frames for the first second or so, you can see an example corrupted clip: <a href="https://drive.google.com/file/d/1QXJmnjhW68mFlzW5bTOZafDGHjasMNld/view?usp=sharing">https://drive.google.com/file/d/1QXJmnjhW68mFlzW5bTOZafDGHjasMNld/view?usp=sharing</a></div><div><br></div><div>And a healthy clip: <a href="https://drive.google.com/file/d/16RS9gp8i7f_xTRWRwSanQ5lVFQfgVGTF/view?usp=sharing">https://drive.google.com/file/d/16RS9gp8i7f_xTRWRwSanQ5lVFQfgVGTF/view?usp=sharing</a></div><div><br></div><div>I would be very grateful if anyone has any suggestions as to the cause?<br><br>The following ffmpeg command:<br></div><div>ffmpeg -rtsp_transport tcp -i "rtsp://username:password@localhost:5544/axis-media/media.amp"  -vcodec copy -acodec copy -map 0 -f segment -segment_time 3 -segment_format mp4  "$(date +\%Y-\%m-\%d_\%H-\%M-\%S.\%4N)__%03d.mp4" does not have this issue, but FFMPEG freezes erratially after a few hours, and I have no idea why, but hoping openRTSP might be more reliable.<br></div><div><br></div><div>Kind Regards,</div><div><br></div></div></div></div>