Michael Niedermayer <[email protected]> added the comment: On Thu, Sep 10, 2009 at 10:34:13PM +0000, ndrasmussen wrote: > When adding a data stream to an MPEGTS, the packets in the stream are buffered > up as if they were audio packets. I am not sure if this is per the > specification > as I have not been able to find any information on it. I put this as a bug > because I have been given other MPEGTS files that do not have the data stream > buffered as I am seeing using ffmpeg. It can be fixed by simply adding > STREAM_TYPE_DATA to the "if" statement on line 736 of file mpegtsenc.c.
what you write is all very vague, its not clear at all what kind of data stream you use nor what problem you have. Its hardly the way packets are buffered as such ... Also just to clarify the thing you call "buffering up" is not audio specific, it can be done for video as well its just that our ts muxer isnt doing it. I think it was disabled because it caused some problem with some decoder, i think i was quite unhappy about this solution, though iam not sure if i mentioned that in public ... [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Complexity theory is the science of finding the exact solution to an approximation. Benchmarking OTOH is finding an approximation of the exact _____________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/roundup/ffmpeg/issue1374> _____________________________________________________
