[FFmpeg-devel] [PATCH] MMS maximum data packet size

Ronald S. Bultje rsbultje
Thu Nov 4 15:57:09 CET 2010


Hi,

On Thu, Nov 4, 2010 at 10:49 AM, Stephen D'Angelo <SDAngelo at evertz.com> wrote:
> According to the MMS spec: "The maximum size of an MMS data packet is
> 65,535 bytes."
>
> http://msdn.microsoft.com/en-us/library/cc251216(PROT.10).aspx
>
> Currently the maximum allowable size is 8192 bytes, this patch expands
> it to 65 535 bytes.

I've seen this patch before, please extend the read loop to read
repeatedly in a small buffer rather than extending buffer size, I
don't like random 64k buffers all around.

Ronald



More information about the ffmpeg-devel mailing list