On Mon, May 03, 2021 at 10:51:43PM +0200, Marton Balint wrote: > It is quite ugly that you are introducing this in *avio*. Why is this not an > option of HTTP?
Two reasons: - As the commit message says, it is desirable to have this on pipe output as well (Cubemap would like to fork out to FFmpeg to do remuxing etc. for it, without having to speak HTTP over the pipe). - The HTTP layer does not have the information about what is a header etc., so it would need to be plumbed down the layers. I tried this at first, but it got markedly more intrusive than this, so I left it pretty early on. /* Steinar */ -- Homepage: https://www.sesse.net/ _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".