<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.6.6">
</HEAD>
<BODY>
Le jeudi 20 mars 2014 à 08:26 -0700, z.ashani@agentvi.com a écrit :<BR>
<BLOCKQUOTE TYPE=CITE>
    I am recording video from a camera to a file and storing the real time<BR>
    timestamp for each frame. This video is being played back using<BR>
    gst-rtspserver and an appsrc which reads from the file. How do I get the<BR>
    player to display the real time timestamp for each frame?<BR>
</BLOCKQUOTE>
<BR>
It's not very clear from this message what you are storing into the file. Maybe specify what video encoding,<BR>
what container, et. In order to see the timestamp, you may want to set GST_DEBUG=*SCHED*:6 and grep of the chain function trace of a sink, could be before the parser as you seem to be interested in what has been read from the file.<BR>
<BR>
Nicolas<BR>
<BR>
</BODY>
</HTML>