[FFmpeg-devel] Chunked request when using "-progress"

Вадим Лазовский vadim.lazovskiy at gmail.com
Thu Dec 13 12:07:21 CET 2012


Hello.

I have encountered a problem when using new "-progress" option.
FFmpeg uses chunked request that is not supported by nginx up to the last
version 1.3.9 released on 2012-11-27 (Feature: support for chunked transfer
encoding while reading client request body).
All other versions of nginx are unable to handle chunked input and respond
with "411 Length Required".

Is it possible to make ffmpeg do requests in a "traditional" way: not
chunked, specifying Content-Length header?

ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers
  built on Sep 28 2012 23:56:09 with gcc 4.7 (SUSE Linux)

Thank you.


More information about the ffmpeg-devel mailing list