> No I am not referring to those. I am referring to incomplete packet reads for > RTCP packets. > Specifically where the flag "packetReadWasIncomplete" is set.
OK, so what specifically is your question? The incomplete packet reads are normal (i.e., not buggy) behavior when you’re reading a RTP/RTCP-over-TCP stream. They simply indicate that the most recent read from the TCP socket didn’t get all of the data that was needed to complete the RTCP (or RTP) packet. Subsequent reads from the TCP socket will finish getting the complete packet. There is no known bug in this code. 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