[FFmpeg-devel] [PATCH] avformat/avio: Add Metacube support
Steinar H. Gunderson
steinar+ffmpeg at gunderson.no
Tue May 4 00:05:41 EEST 2021
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/
More information about the ffmpeg-devel
mailing list