<HTML><BODY><div>Hi.</div><div> </div><div>Given following pipeline rtspsrc !  rtph264depay !  h264parse !  splitmuxsink max-size-time=5seconds,</div><div>I need to be able to store frame timestamp within mp4 file itself so it could be accessible later, when reading this file.</div><div>Now it doesn’t preserved. I mean I can get buffer ts via GetReferenceTimestampMeta, but later on after it saved to</div><div>some mp4 file, iterating this mp4 file via appsink.PullSample() return sample with buffer with no ts info.</div><div> </div><div>How this timestamp meta info could be persisted and retrieved later on?</div><div> </div><div>Thanks in advance.</div></BODY></HTML>