But I have another solution. line 1482, replace :

if (foundRequest == NULL && responseIsHTTP) {
// Hack: HTTP responses don't have a "CSeq:" header, so if we got a HTTP response, assume it's for our most recent request:

by

if (foundRequest == NULL) {
// Hack: The response don't have a "CSeq:" header, assume it's for our most recent request:

Would you accept this change for the next version ?

OK, I've now installed a new version (2010.10.06) of the code that includes this change.
--

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

Reply via email to