<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div><blockquote type="cite" class=""><div class=""><div bgcolor="#FFFFFF" text="#000000" class="">Using the example "<i class="">testH264VideoStreamer.cpp</i>" provided by the live library, I would like to create one UDP Groupsock that streams and receives H264 RTP data in parallel.<br class="">
<br class="">
I would like to know if this target is doable in principle using the live libraries.</div></div></blockquote><div><br class=""></div>You might be able to make that work, but in practice, separate “Groupsock” objects are usually used for receiving and transmitting, so I suggest that you do that instead.</div><div><br class=""></div><div>But let’s first step back and ask what it is you are trying to do.  It sounds like you want to relay an incoming UDP stream to a different destination.  If that’s the case, then I suggest looking at our “testRelay” demo application (“testProgs/testRelay.cpp”).</div><div><br class=""></div><div>Alternatively, if your incoming stream is accessible via RTSP (i.e., using a “<a href="rtsp://“" class="">rtsp://“</a> URL), then I suggest using the “LIVE555 Proxy Server”</div><div><span class="Apple-tab-span" style="white-space:pre">     </span><a href="http://live555.com/proxyServer/" class="">http://live555.com/proxyServer/</a>  </div><div>instead.</div><br class=""><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>