No, im asking to this:<br>my client sends in SETUP header &quot;Transport: RTP/AVP;unicast;client_port=46674-46675&quot;. Does this means, it&#39;s telling to LIVE to transmit over UDP?<br>(I looked to RTSO Specification and it looks like so). If so, does this means, that LIVE starts to transmit over UDP, as with openRTSP? This question is asked because if so, the mistake in JMF is somewhere else. I not, i must probably change SETUP in my Java client to &quot;Transport: RTP/AVP/TCP&quot;.
<br>Please again, correct me, where i&#39;m wrong. I&#39;m absolutely new on the filed of networking. I would like to use Live555Media Server to transmit indexed media (i&#39;m making face detection and identification in video. that&#39;s where i&#39;m home :) ) to the user, which will be able to seek in media file. Liive555MediaServer looks perfect for my needs.
<br><br>Thx a lot for your time.<br>Petr<br><br><br><div><span class="gmail_quote">2007/1/18, Ross Finlayson &lt;<a href="mailto:finlayson@live555.com">finlayson@live555.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Are you asking what a RTSP client should do to request that the<br>server send back RTP-over-TCP?&nbsp;&nbsp;If so, then you can figure this out<br>by (i) reading the RTSP specification, (ii) looking at what the<br>&quot;openRTSP&quot; client sends when you run &quot;openRTSP -V -t&quot;, and (iii)
<br>looking at our RTSP server code (hint: search for &quot;RTP_TCP&quot;).<br><br>Remember, You Have Complete Source Code, And Full Access To The RTSP<br>Specification (RFC 2326)<br>--<br><br>Ross Finlayson<br>Live Networks, Inc.
<br><a href="http://www.live555.com/">http://www.live555.com/</a><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">http://lists.live555.com/mailman/listinfo/live-devel</a><br></blockquote></div><br>