Re: [Live-devel] Buffer size in MPEG2TransportStreamFromESSource

2016-06-23 Thread Ross Finlayson
> Thank you very much, it works fine. I just have a remaining minor > patch: when compiling programs using live555 headers with all gcc > warnings, I get a warning in MediaTranscodingTable.hh about unused > arguments in the weWillTranscode() method. OK; that will get fixed in the next release. Ro

Re: [Live-devel] Buffer size in MPEG2TransportStreamFromESSource

2016-06-23 Thread Gilles Chanteperdrix
On Wed, Jun 22, 2016 at 07:23:33PM -0700, Ross Finlayson wrote: > > 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 crea

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