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

Nicolas George nicolas.george at normalesup.org
Thu Dec 13 19:52:55 CET 2012


Le tridi 23 frimaire, an CCXXI, Вадим Лазовский a écrit :
> Apache with mod_php5 do the same, at least, this does not work:

I expected that too.

> Since "-progress" option is using HTTP as transport, it seems strange that
> server implementation become so complicated.

-progress can use any protocol supported by ffmpeg in write mode: HTTP,
file, pipe, UDP, etc. It was not designed with specifically HTTP in mind;
pipes and datagram sockets were the main concern in fact.

Clearly, it could be enhanced to work with multiple HTTP requests, but I
am sorry to say it is not high in my personal priority list right now.

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.

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/d9aaf93b/attachment.asc>


More information about the ffmpeg-user mailing list