I apologise for the line length in my previous post
I'll be more careful in future.
--
This message is subject to the CSIR's copyright terms and conditions, e-mail
legal notice, and implemented Open Document Format (ODF) standard.
The full disclaimer details can be found at
http://www.csi
Thanks for the info. I know doGetNextFrame1() will give the rtp
frames. But instead of rtp frames i need rtp packets.
The following function will do get rtp packets.
* static void networkReadHandler(MultiFramedRTPSource* source, int /*mask*/);
* friend void networkReadHandler(MultiFramedRTPSourc
>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