<div dir="ltr">Any update regarding this?</div><div dir="auto"></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 21, 2023, 20:49 Sulthan Amanu <<a href="mailto:sulthan4380@gmail.com" target="_blank">sulthan4380@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><span dir="ltr"><p>Hi Team,<br><br>I have successfully created a pipeline for recording audio and video buffers into an MP4 file for IP Camera. Below, you'll find the pipeline for your reference:</p><p><br></p><p><strong>Pipeline</strong></p><p><br>gst-launch-1.0 -e rtspsrc location=rtsp://<a href="http://192.168.0.10/cam0_0" rel="noreferrer" target="_blank">192.168.0.10/cam0_0</a> latency-time=0 ! rtph264depay ! avdec_h264 ! videoconvert ! queue ! x264enc tune=zerolatency ! mux_av. rtspsrc location=rtsp://<a href="http://192.168.0.10/cam0_0" rel="noreferrer" target="_blank">192.168.0.10/cam0_0</a> latency-time=0 ! rtppcmudepay ! mulawdec ! audioconvert ! audioresample ! avenc_aac ! mp4mux name=mux_av fragment-duration=2000 ! queue ! filesink location=file.mp4</p><p><br></p><p>I did encounter an issue after muxing both audio and video. The fragmented `moof` data did not get created properly. I recorded the video for 10 seconds with 2-second fragments, but instead of generating 5 `moof` data fragments, it created more than 9 `moov` data fragments. Can you please provide a solutionĀ for my issue.</p><p><br></p><p><img src="cid:ii_lmtbftmg1" alt="image" width="473" height="203"></p></span></div>
</blockquote></div>