<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=""><div><blockquote type="cite" class=""><div class=""><div class="WordSection1" style="page: WordSection1; font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><span class="apple-style-span"><span style="font-family: Helvetica, sans-serif; color: rgb(31, 73, 125);" class="">Thanks you very much for the detailed answer.<br class="">I understand that the solution for mpeg-ts over UDP will still require usage of RTSP client-server request-response mechanism, Right ?<span class="Apple-converted-space"> </span><br class="">I'm not sure if I can use RTSP in my case, I think it is plain mpeg-ts over udp.</span></span></div></div></div></blockquote><div><br class=""></div></div>No, you don’t have to use RTSP - especially if your sending application already knows the identity of the receiving application (i.e., it’s IP address (possibly multicast) and port number) in advance.  As I noted in my email, your sending application can use a “BasicUDPSink”, and your receiving application can use a “BasicUDPSource” (perhaps fed into a “MPEG2TransportStreamFramer”, so you will get accurate presentation times).<div class=""><br class=""></div><div class="">However, because what you are trying to do here (streaming over raw UDP rather than over RTP) is an inherently bad idea, you can expect no additional support for this here.</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>