There's not alot you can check in RTP. Sequence numbers and timestamps should be increasing monotonically with wraparound. You can also verify that the payload type is as expected and that the version number is correct, but this doesn't provide a ton of confidence that's it's actually an RTP packet.
There may be more information in the payload, ie. if the payload is compressed video the MPEG etc. headers have lots of information that can be verified. In the implementations I've seen, this is left to the video codec. Bill _______________________________________________ p2p-hackers mailing list [email protected] http://lists.zooko.com/mailman/listinfo/p2p-hackers
