<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"> <br><div><blockquote type="cite">When it comes to the RTSP integration there are two ways to <br>set the PLAY requests range header value. When playing live video the <br>RTSP SendPlayCommand sens a "range: npt" tag, when playing recorded <br>video it sends a "range: clock" value.</blockquote><div><br></div>No.  The LIVE555 library has *two* "sendPlayCommand()" functions (i.e., with two different parameter signatures).</div><div><br></div><div>One "sendPlayCommand()" function uses doubles for the start/end times.  This function is implemented by sending "range: npt" strings in RTSP.</div><div><br></div><div>The other "sendPlayCommand()" function uses strings (ISO 8601 format times) for the start/end times.  This function is implemented by sending "range: clock" strings in RTSP.</div><div><br></div><div>So, this has nothing to do with 'live' versus 'recorded' video.  It simply depends on which form of the "sendPlayCommand()" function you choose to call.</div><br><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>