<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [Live-devel] Create and Handle Custom RTSP
Response</title></head><body>
<blockquote type="cite" cite><font face="Times New Roman">The
remaining piece of the puzzle for me deals with a web client that I
have written that provides interaction with the live stream.&nbsp; I
am trying to get a timestamp back from the media server to the client,
and ultimately available to a Javascript function on the page.&nbsp; I
can formulate a RTSP request from the client in the form of a URL that
triggers an internal method in the media server which provides the
current timestamp. &nbsp;How can I get this time stamp back to the
client?</font></blockquote>
<div><br></div>
<div>What exactly is this &quot;timestamp&quot; supposed to be?&nbsp;
You realize, I hope, that every RTP packet sent by the server (and
received by the client) already has a timestamp, which gets mapped to
an accurate &quot;presentation time&quot; that the client software
(e.g., VLC) sees.</div>
<div><br></div>
<blockquote type="cite" cite><font face="Times New Roman">&nbsp;I'm
working on trying to "send" back a response w/ the timestamp via
the RTSP session</font></blockquote>
<div><br></div>
<div>If you're trying to do something that's outside the RTSP/RTP/RTCP
standard, then this probably isn't a good idea.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>