Re: [Live-devel] get the rtp discontinuity info

2009-07-24 Thread Ross Finlayson
No, you don't need this information. Our RTP reception implementation takes care of this automatically, so that your receiver is presented with whole, properly-ordered frames. Dumb question: what if a frame is lost on the wire? For examp

Re: [Live-devel] get the rtp discontinuity info

2009-07-24 Thread Jeremy Noring
On Fri, Jul 24, 2009 at 3:09 AM, Ross Finlayson wrote: > I'm writing a Microsoft directshow source filter based on live media's rtp. >> I'm interested to get the discontinuity, such as packet lost, packet out of >> order etc from the rtp layer. >> > > No, you don't need this information. Our RTP

Re: [Live-devel] get the rtp discontinuity info

2009-07-24 Thread Dong Liu
Ross Finlayson wrote: I'm writing a Microsoft directshow source filter based on live media's rtp. I'm interested to get the discontinuity, such as packet lost, packet out of order etc from the rtp layer. No, you don't need this information. Our RTP reception implementation takes care of this

Re: [Live-devel] get the rtp discontinuity info

2009-07-24 Thread Ross Finlayson
I'm writing a Microsoft directshow source filter based on live media's rtp. I'm interested to get the discontinuity, such as packet lost, packet out of order etc from the rtp layer. No, you don't need this information. Our RTP reception implementation takes care of this automatically, so that

[Live-devel] get the rtp discontinuity info

2009-07-23 Thread Dong Liu
Hi, I'm writing a Microsoft directshow source filter based on live media's rtp. I'm interested to get the discontinuity, such as packet lost, packet out of order etc from the rtp layer. Is there API for this? Thanks! Dong ___ live-devel mailing list li