Hi, I would like to know how we get rtp packets. I am using openRTSP in Live555 library. We can get rtp frames by using the getNextFrame(). But i need rtp packets. I know, using incomingPacketHandler() we can get rtp packets, but it is declared in the private section. So i can't use it in the openRTSP test program. Can anyone help me ....