rtcp

Is RTP suitable for delivery of data files to multiple recipients?

I have a need to transfer files from a single, centralized source to a several hundred client machines. We currently use UDPCast to do this sort of thing, but are looking for more of a standards based approach to solving the problem. I have been reading through the RTP RFC (1889) and notice that the protocol was primarily developed for...

How do I determine if a packet is RTP/RTCP?

I am using SharpPCap which is built on WinPCap to capture UDP traffic. My end goal is to capture the audio data from H.323 and save those phone conversations as WAV files. But first thing is first - I need to figure out what my UDP packets are crossing the NIC. SharpPCap provides a UdpPacket class that gives me access to the PayloadDat...

Java RTP/RTCP library using NIO

Hello All, Is there a Java RTP/RTCP library based on Java NIO or some Java NIO framework (Netty, MINA, ...)? ...