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

Nicolas George nicolas.george at normalesup.org
Thu Dec 13 20:12:49 CET 2012


Le tridi 23 frimaire, an CCXXI, Nicolas George a écrit :
> Note that it would also be possible to implement the enhancement in the web
> server: being able to react to progressive content from dynamic pages would
> be useful anyway.

After further tests with Apache, I notice that Apache itself is not the
culprit: CGI scripts get the data as soon as it arrives, de-chunked. The
problem lies with mod_php or any high-level PHP library used to get the POST
data. You may be able to get the data in real-time using PHP by directly
reading from stdin, or you may be able to do something with a CGI instead of
a PHP module. Good luck.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20121213/9f2a4cda/attachment.asc>


More information about the ffmpeg-user mailing list