[Live-devel] Drift over time

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

Re: [Live-devel] How to get RTP packets

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

[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