<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">As you noted, your question has more to do with your encoder/media than with LIVE555, and therefore is hard to answer, especially because you haven’t said what kind of media you plan on streaming - i.e., what codec(s).  Also, there are other issues to consider as well as ‘latency’ - e.g., data efficiency (i.e., bitrate), and resilience to packet loss and/or reordering.<div class=""><br class=""></div><div class="">E.g., much of the latency in video streaming will come from your video encoder.  You could eliminate this latency by streaming raw (unencoded) video - but that would give you a very high network data rate.  Maybe that’s OK for you; maybe not...</div><div class=""><br class=""></div><div class="">One LIVE555-specific question that I can answer, however (because it’s one that you asked): Adding the (12-byte) RTP header at the front of each RTP packet adds no significant latency, so you shouldn’t consider raw-UDP streaming (because you lose resilience to packet reordering, statistics generation, etc.), unless you have a specific reason (e.g., legacy non-standard receiving client hardware) for doing this.</div><br class=""><div apple-content-edited="true" class="">
<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 class="">Live Networks, Inc.<br class=""><a href="http://www.live555.com/" class="">http://www.live555.com/</a></span></span>
</div>
<br class=""></body></html>