Re: [Live-devel] UDP framing in RTP

2009-09-04 Thread Ross Finlayson
I am struggling for some while now, what happens if your sources receives a complete frame larger than the maximum that can be passed into an UDP packet. That's not a problem. The RTP payload format (and our implementation of the RTP payload format) for each codec takes care of fragmenting

[Live-devel] UDP framing in RTP

2009-09-02 Thread Michael Braitmaier
Hello to everyone! I am struggling for some while now, what happens if your sources receives a complete frame larger than the maximum that can be passed into an UDP packet. Intuitively I would say it gets split up into multiple packets and merged again on receiver side. From my understanding