Re: [Live-devel] Re (your issues with RTP-over-TCP streaming)

2012-10-18 Thread Ralf Globisch
> I've now installed a new version (2012.10.18) of the "LIVE555 Streaming > Media" code that incorporates (the equivalent of) your proposed fix. Please > test it (in your > VLC client) to make sure that it works OK for you. Thanks Ross, much appreciated. I will test it asap. > You, however, are

Re: [Live-devel] Re (your issues with RTP-over-TCP streaming)

2012-10-18 Thread Ross Finlayson
Ralf, I've now installed a new version (2012.10.18) of the "LIVE555 Streaming Media" code that incorporates (the equivalent of) your proposed fix. Please test it (in your VLC client) to make sure that it works OK for you. BTW, I now understand why you saw this situation occur, but I never did.

Re: [Live-devel] Re (your issues with RTP-over-TCP streaming)

2012-10-17 Thread Ross Finlayson
Ralf, Thanks for the note. Your patch looks like a good idea; it will likely be incorporated into the next release of the software. However, although your patch is a good idea (basically, a 'sanity check' for the case when a '$'-framed packet is received without an appropriate handler for the

Re: [Live-devel] Re (your issues with RTP-over-TCP streaming)

2012-10-17 Thread Ross Finlayson
Oops, you forgot to attach your patch. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Re (your issues with RTP-over-TCP streaming)

2012-10-17 Thread Ralf Globisch
>>> Ross Finlayson 16/10/12 11:50 PM >>> Apologies, the buggy mail software seems to have dropped the attached patch, or at least I can't see it on the mailing list. Attempt #2. Regards,Ralf -- This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and i

Re: [Live-devel] Re (your issues with RTP-over-TCP streaming)

2012-10-17 Thread Ralf Globisch
Hi Ross, > So if you still see problems even with the latest version of the software > (for both the server and client), then you're going to have to track this down yourself. (Please don't bother sending 'wireshark' logs; I never look at those.) After upgrading the server, the issue persiste

Re: [Live-devel] Re (your issues with RTP-over-TCP streaming)

2012-10-16 Thread Ross Finlayson
> Could it be that once the client starts processing the RTP data i.e. before > the 200 OK of the PLAY arrives, that the handler is then set to the $ > (RTP/RTCP handler) and that > if an RTSP message comes in, even though it gets processed, it's > callback/completion handler is not invoked sin

Re: [Live-devel] Re (your issues with RTP-over-TCP streaming)

2012-10-15 Thread Ross Finlayson
>> OK, your log suggests that 'incomplete' data is being received over TCP (by >> the client), which implies (assuming that your client+server OS's TCP/IP >> implementation is correct) that some of the server's writes to the TCP >> socket are failing. > > > The fact that this is happening woul