<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-2"><base href="x-msg://216/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div tabindex="0" aria-label="Üzenet törzse" fpstyle="1" dir="ltr" style="font-family: Helvetica; font-size: medium; 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-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; margin: 0px; ">I've changed the code to read only one .jpg image and start to stream that<span class="Apple-converted-space"> </span><span id="result_box" class="short_text" lang="en">continuously. But after the stream starts the entire network is brokes until I stop the stream.</span></div></div></blockquote><div><br></div>Of course - because you're streaming data continuously, without any gaps between the frames!</div><div><br></div><div>You commented out the important line</div><div><span class="Apple-tab-span" style="white-space:pre">  </span>gettimeofday(&fLastCaptureTime, &Idunno);</div><div>so, you're not setting each frame's presentation time properly.  You also need to delay an appropriate length of time (depending on the frame rate that you want) before you transmit each frame.</div><div><br></div><div>Please also note that JPEG/RTP streaming is strongly discouraged; see <a href="http://www.live555.com/liveMedia/faq.html#jpeg-streaming">http://www.live555.com/liveMedia/faq.html#jpeg-streaming</a></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; font-size: medium; "><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; font-size: medium; ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>