[FFmpeg-devel] [PATCH] libavformat: add librist protocol

Paul B Mahol onemda at gmail.com
Thu Dec 24 14:59:20 EET 2020


On Thu, Dec 24, 2020 at 12:32 PM Nicolas George <george at nsup.org> wrote:

> Paul B Mahol (12020-12-24):
> > This work is sponsored by Open Broadcast Systems.
> >
> > Signed-off-by: Paul B Mahol <onemda at gmail.com>
> > ---
> >  configure               |   5 +
> >  doc/protocols.texi      |  32 ++++++
> >  libavformat/Makefile    |   1 +
> >  libavformat/librist.c   | 242 ++++++++++++++++++++++++++++++++++++++++
> >  libavformat/protocols.c |   1 +
> >  5 files changed, 281 insertions(+)
> >  create mode 100644 libavformat/librist.c
>
> NAK. AVIO_FLAG_READ_WRITE not handled, incorrect timeout, payload
> possibly silently discarded. All already pointed.
>

I have zero respect about your disrespectful and extremely rude reviews.

Why such flag should be handled? It does not make sense.
timeout is correct.
payload is never silently discarded, it is make sure that it is never
bigger than max packet size, its just your imagination.



>
> --
>   Nicolas George
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-devel mailing list