<div dir="ltr">Hello,<br><br>I am using 'ip-camera' to stream the video(output of ip-camera is in H.264 format)<br>and i am using the openRTSP client capture the stream to a file in mp4 format.<br><br>However, when i play the captured video i notice that first few seconds(1-2 sec) of <br>video is not clear and while playing video it seems to be stopped and played again<br>for evary 4-5 seconds gap.<br><br>The command used to capture the video stream:<br><br>openRTSP -d 20 -4 -b 5120000 -B 5120000 -f 15 -w 704 -h 576 \<br>"rtsp://<a href="http://admin:admin@192.168.1.108:554/cam/realmonitor?channel=1&subtype=1">admin:admin@192.168.1.108:554/cam/realmonitor?channel=1&subtype=1</a>" > open-rtsp-video.mp4<br><br><br>what is the correct way to capture the stream without loosing any frames.<br>i had also altered the buffer size, but the problem is still present.<br><br><br></div>