> 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
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
> 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”).
> 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