<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;"><div><blockquote type="cite">I am refering testVideoOnDemand.cpp source</blockquote><div><br></div>We do not have a file by that name.  You should begin your testing with our (unmodified) "testOnDemandRTSPServer" code (as your server), and "openRTSP" (as your client).</div><div><br></div><div><br></div><div><blockquote type="cite">Here is link for file I am using for testing:<br><a href="https://www.dropbox.com/s/qwip5p9ij68fpm3/stream1.h264">https://www.dropbox.com/s/qwip5p9ij68fpm3/stream1.h264</a><br></blockquote><div><br></div></div>The problem with this file is that it has been encoded incorrectly.  It contains SPS ("Sequence Parameter Set") NAL units that say that the stream's frame rate is 29.97 frames-per-second (specifically: num_units_in_tick=1001; time_scale=60000).  Therefore, our server streams the file at that frame rate.  However, the video shows the clock on the wall running twice as fast as it should (i.e., 30 seconds elapse in about 15 seconds), which suggests that the frame rate should probably really be 15 frames-per-second.<div><br></div><div>Therefore, you need to fix whatever encoder you used to generate this file.<br><br></div><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>