<div dir="ltr"><br><div><div class="gmail_extra"><br><div class="gmail_quote">2016-03-23 16:15 GMT+01:00 Ross Finlayson <span dir="ltr"><<a href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">> I have some doubts about how to stream RTP over TCP.<br>
><br>
> I am trying to do so without RTSP<br>
<br>
</span>Why? The whole point of the RTP-over-TCP implementation is that it uses the existing TCP connection that’s used to send RTSP commands.<br></blockquote><div> </div><div>Ok I see, I was a bit afraid to face an issue like this. I noted that those features where mostly used in the RTSP client/server. <br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
It might conceivably be possible to make RTP-over-TCP work with some other TCP connection that you’ve (somehow) set up ‘by hand’ between your two endpoints - but why bother? You certainly won’t get any support from me for doing this.<br></blockquote><div> </div><div>Actually you are right, this is an unsuited request. It may be easier
to just configure the RTSP client to force RTP over TCP streaming. This stupid question just passed through my mind because we tunnel the comunication through different network emulators (for Wimax, LTE, etc.) and at some point we needed some specific ports control (so that in UPD streaming we where not using RTSP). For some reason I imagined that in RTP-over-TCP (via RTSP) there could be some "unmanaged" (or more precisely, not managed by us) port assignement for the communication in parallel of the RTSP socket. I makes total sense to reuse the TCP socket of the RTSP protocol and it fits my needs as I have control enough over that.<br><br></div><div>The solution was so simple and in front of me. Thanks for the comments and sorry for the stupid question.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Just use RTSP; and then existing RTSP clients (like “openRTSP”, “VLC”, etc.) will work as well.<br>
<br></blockquote><div>Sure, that's the way. <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Ross Finlayson<br>
Live Networks, Inc.<br>
<a href="http://www.live555.com/" rel="noreferrer" target="_blank">http://www.live555.com/</a><br>
<br>
<br>
_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" rel="noreferrer" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
</blockquote></div><br></div></div></div>