Re: [Live-devel] RTP Extension Headers

2020-03-30 Thread Ross Finlayson
> On Mar 31, 2020, at 4:01 AM, Jeff Shanab wrote: > > I need to add an RTP Extension header to my on demand rtsp server and am > trying to figure out how to implement it. Right now, you can’t - because we currently don’t support them. See http://lists.live555.com/pipermail/live-devel/2019-D

[Live-devel] RTP Extension Headers

2020-03-30 Thread Jeff Shanab
In MultiFramedRTPSink we have : Boolean MultiFramedRTPSink::isTooBigForAPacket(unsigned numBytes) const { // Check whether a 'numBytes'-byte frame - together with a RTP header and // (possible) special headers - would be too big for an output packet: // (Later allow for RTP extension header!