<div dir="ltr">Hi Team,<br><br>I have tried to convert the H264 encoded buffer to mp4 file using appsrc element , i am not able to convert the as file, i have attached the pipeline for getting the buffer and attached the code snippet :<br><br>Pipeline :<br><br>gst-launch-1.0 -e v4l2src device="/dev/video0" ! videoconvert ! queue ! x264enc tune=zerolatency ! identity ! fakesink<br><br>using identity to get the buffers and stord in bufferlist and the using below code snippet to try to conver h264 encoded buffer to m04 file.<br><br>Code snippet:<br><br><br><br><br><br>ERROR<br><br>isbuffered is filled and Buffer size is 70<br>MP4 converted /n0:00:08.391637077 18811 0x7fcd6c0040f0 FIXME                default gstutils.c:3981:gst_pad_create_stream_id_internal:<source:src> Creating random stream-id, consider implementing a deterministic way of creating a stream-id<br><br><br>Can you please provide solution asasp<br><br><br>Regards,<br>sulthan<br></div>