[Live-devel] 回复: Developed a Server, choose "RTSP-over-UDP" was ok,but choose "RTSP-over-TCP" was error

Simon 1273653716 at qq.com
Fri Dec 19 19:31:41 PST 2014


thank you. this question was resolve.
  
 modify RTPInterface.cpp::line 328.
 before:
 if (!sendDataOverTCP(socketNum, framingHeader, 4, False)) break;
 after:
 if (!sendDataOverTCP(socketNum, framingHeader, 4, True)) break;
  

 Simon
 1273653716 at qq.com
 
 
 ------------------ 原始邮件 ------------------
  发件人: "Ross Finlayson";<finlayson at live555.com>;
 发送时间: 2014年12月20日(星期六) 上午6:14
 收件人: "LIVE555 Streaming Media - development & use"<live-devel at ns.live555.com>; 
 
 主题: Re: [Live-devel] Developed a Server, choose "RTSP-over-UDP" was ok,but choose "RTSP-over-TCP" was error

 

Your debugging trace doesn’t show any RTCP packets received by the server (and sent by the client).  RTCP packets are how the client tells the server that it is still alive. 

 However, I have just tested our latest client software (“openRTSP -t”) with our latest server software (“testOnDemandRTSPServer”), and have confirmed that the client does (still) send RTCP packets (when streaming over UDP or TCP), and the server (still) does receive them (and use them to indicate client liveness).
 

 I conclude, therefore, that you have modified the supplied software in some way, and therefore I can’t help you.  Sorry.


 Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20141220/2b7297cd/attachment.html>


More information about the live-devel mailing list