<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    We have an application which receives video over the lan using rtp.<br>
    On the receiver the video is saved in files of 10 seconds using
    splitmuxsink.<br>
    This works fine !<br>
    <br>
    Now we want to save the start and stop time of each individual video
    file.<br>
    I can 'capture' the "splitmuxsink-fragment-opened" and
    "splitmuxsink-fragment-opened" messages from splitmuxsink and read
    the running time. It seems the running time is a time in nanosecond
    since the stream started.<br>
    <br>
    How can i convert that time to the absolute time the stream was
    captured ?<br>
    <br>
    my pipelines are :<br>
    <br>
    On the sender :<br>
    imxv4l2videosrc - vpuenc - rtph264pay - rtpbin - udpsink <br>
    rtpbin is setup to send SR and i've tried several settings of
    ntp-time-source without success)<br>
    <br>
    On the receiver :<br>
    udpsrc - rtpbin - h264parse - splitmuxsink<br>
    <br>
    Regards<b>,<br>
      <br>
    </b>Rini<b><br>
    </b>
  </body>
</html>