#2748: Inconsistent UDP output packet size
-------------------------------------+-------------------------------------
Reporter: lancey | Owner:
Type: defect | Status: open
Priority: normal | Component:
Version: git-master | undetermined
Keywords: mpegts udp | Resolution:
Blocking: | Blocked By:
Analyzed by developer: 0 | Reproduced by developer: 0
-------------------------------------+-------------------------------------
Comment (by smallishzulu):
Dear Krieger,
To make ffmpeg stream workable with commonly used decoders, output needs
to be multiple of 188 bytes. MTU is 1500 is standart. So, 7x118 = 1316
bytes. If a part of ts package added to left space on MTU, decoders loose
sync or you face with pixels/drop frames. Thats why best practice is to
set payload with 1316 bytes with padding null. Patch does it.
Dear Cehoyos,
I will be glad if someone or himself can do it. This is not a bug. It is
like a feature. It can be good for broadcasting users.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/2748#comment:17>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac