[FFmpeg-devel] [PATCH 5/6] fftools: avradio support

Kieran Kunhya kieran618 at googlemail.com
Fri Jul 28 14:07:24 EEST 2023


I am going to ignore the dredging up of ancient history.

On Thu, Jul 27, 2023 at 6:56 PM Nicolas George <george at nsup.org> wrote:
> > It's not just multimedia that goes over radio, it's not just
> > multimedia that goes over TCP,  it's not just multimedia that needs
> > XML, that's why there are separate libraries for these kind of things.
>
> It is not just multimedia that can be encrypted, yet FFmpeg has
> cryptographic primitives.
>
> It is not just multimedia that can go over HTTP, yet FFmpeg has support
> for HTTP — limited to its needs.

FFmpeg doesn't implement TCP in userspace, it doesn't implement the
WiFi protocol etc etc. Different layers are delegated to different
programs.
Is FFmpeg going to implement HTTP3 (QUIC) in full? QUIC is a layered protocol.

> It is not just multimedia that requires Fourier transforms and similar
> mathematical operations, yet FFmpeg has them too.

All of your examples are small and self-contained. SDR is definitely
not small and self-contained. It's a field bigger than multimedia and
there are many layers of framing inside.

Kieran


More information about the ffmpeg-devel mailing list