I have a strange problem showing up while trying to solve a memory leak
elsewhere in my code. When I attach a memory tool it somehow messes timing
or something and live555 begins to create BufferPacket structures of 68
bytes with a payload of 10K. Somehow they are not released so the code to
ge
I've got it.
The objects afterGettingFrame() function copys the parameters. That's, what
I forgot. So I did not tell the next Filter in queue, that there is any data
- because of frameSize.
I'll try now to insert the tables as I mentioned and report the result.
Best regards,
Thomas Göllner
Thanks Ross for your quick reply.
I have made a new subclass of MPEG2TransportUDPServerMediaSubsession and
added my "SDTinserter" subclass of FramedFilter into the filter chain. The
createNewStreamSource() function ends like that:
...
transportStreamSource = SDTInserter::createNew(envir(),
transp