GNOME Bugzilla – Bug 726777
rtpjpegpay: payload size not correctly calculated
Last modified: 2014-03-27 08:47:19 UTC
The RTP header size is not taken into account when deciding on a payload size. As a result RTP packets are slightly bigger than proposed MTU.
Created attachment 272489 [details] [review] Take into account header length when calculating payload size
The problem is very noticeable when streaming content with the RTSP server over a TCP link and client chooses bigger value for the blocksize, for example 65524. In which case the size in the interleaved header overlaps.
commit 2143a6e452172d8b84aef5a5764440f263b5bf3b Author: Ognyan Tonchev <ognyan@axis.com> Date: Thu Mar 20 15:28:26 2014 +0100 jpegpay: consider header len when calculating payload len Fixed https://bugzilla.gnome.org/show_bug.cgi?id=726777