Re: [Live-devel] Buffer size in MPEG2TransportStreamFromESSource

2016-06-22 Thread Ross Finlayson
> Instead, in the next release of the software, I’ll change > “MAX_INPUT_ES_FRAME_SIZE” from a compile-time constant to a run-time variable > that can be changed before the “MPEG2TransportStreamFromESSource” object is > created (similar to what we currently do with "OutPacketBuffer::maxSize”).

Re: [Live-devel] Buffer size in MPEG2TransportStreamFromESSource

2016-06-22 Thread Ross Finlayson
> I know you have repeated many times on this list that we should > configure the encoder to use slices instead of large frames, but > since you provide OutPacketBuffer::maxSize to increase the default > size of RTPSink objects, I thought that it would make sense to have > a way to change the size

[Live-devel] Buffer size in MPEG2TransportStreamFromESSource

2016-06-22 Thread Gilles Chanteperdrix
Hi Ross, I use the MPEG2TransportStreamFromESSource class to stream H264 frames using an MPEG transport stream. It happens that the encoder I use has some frames larger than the 100 KB buffer size. I know you have repeated many times on this list that we should configure the encoder to use slices