[Live-devel] How to get RTP packets

2008-04-27 Thread Renjith
e.cpp is called else MultiFramedRTPSource.cpp is called. But i can't understand the flow of execution. Can you please tell me what happend here and in which class i create a file for getting the packets? Thanks, Renjith ___ live-devel mailing list live-dev

[Live-devel] How to get RTP packets

2008-04-18 Thread Renjith
>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

[Live-devel] How to get RTP packets

2008-04-17 Thread Renjith
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 o