Re: [Live-devel] Bug-fix: RR packets are being sent early before PLAY command has been issued when using RTP-over-TCP

2013-09-11 Thread Stanley Biggs
, Stanley Biggs wrote: > Hi Ross > > I have found what I believe to a bug in the latest live555 code and I also > have a fix for the problem. We have tested this fix in our implementation > and I would like to submit this fix for inclusion in your project. > > *PROBLEM D

[Live-devel] Bug-fix: RR packets are being sent early before PLAY command has been issued when using RTP-over-TCP

2013-09-11 Thread Stanley Biggs
{ //The following IF-statement was added by me (Stanley). As in the case of the Sink Node above, we first check the value of EnableRTCPReports before we do addRR(). *if (!fSource->**constAccessibleEnableRTCPReports()) return false;* addRR(); } return True; } ... Kind

Re: [Live-devel] Server getting confused with RTCP message before PLAY command (when using RTP over TCP)

2013-09-02 Thread Stanley Biggs
Hi Ross I have upgraded to the very latest Live555 server code and the new Asynchronous Client Handler. We are using RTP-over-TCP. My server and client work fine over a regular, low-latency connection, however, the moment that latency increases somewhat, I am unable to get streaming working. I get

Re: [Live-devel] Server getting confused with RTCP message before PLAY command (when using RTP over TCP)

2013-05-30 Thread Stanley Biggs
Ross Finlayson writes: > > >Or perhaps the client code shouldn't be allowed to send RTCP > >messages until after the PLAY command has been issued. > > You're right - it shouldn't. You've discovered a bug. > > >PS. I should probably note my code isn't like openRTSP in that it > >doesn't do D

Re: [Live-devel] RTSP Client sending RR messages before Play command is issued

2013-05-30 Thread Stanley Biggs
It seems that it may not be RR packets. It is some other RTCP or RTP packet that the client sends. On Tue, May 28, 2013 at 10:36 AM, Stanley Biggs wrote: > Hi > > I am experiencing the same problem as described in this thread: > http://lists.live555.com/pipermail/live-devel/2012-A

[Live-devel] RTSP Client sending RR messages before Play command is issued

2013-05-28 Thread Stanley Biggs
Hi I am experiencing the same problem as described in this thread: http://lists.live555.com/pipermail/live-devel/2012-August/015750.html and answered here http://lists.live555.com/pipermail/live-devel/2012-August/015755.html Basically, we are implementing an RTSP client and server. However, when