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

2021-02-22 Thread Paul B Mahol
On Mon, Feb 22, 2021 at 11:02 PM Marton Balint wrote: > > > On Mon, 22 Feb 2021, Paul B Mahol wrote: > > > On Mon, Feb 22, 2021 at 8:27 PM Marton Balint wrote: > > > >> > >> > >> On Mon, 22 Feb 2021, Paul B Mahol wrote: > >> > >> > On Mon, Feb 22, 2021 at 9:10 AM Gijs Peskens > wrote: > >> > >

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

2021-02-22 Thread Marton Balint
On Mon, 22 Feb 2021, Paul B Mahol wrote: On Mon, Feb 22, 2021 at 8:27 PM Marton Balint wrote: On Mon, 22 Feb 2021, Paul B Mahol wrote: > On Mon, Feb 22, 2021 at 9:10 AM Gijs Peskens wrote: > >> Hi, some feedback from one of the libRIST developers: >> >> Testing this patch (via diff foun

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

2021-02-22 Thread Paul B Mahol
On Mon, Feb 22, 2021 at 8:27 PM Marton Balint wrote: > > > On Mon, 22 Feb 2021, Paul B Mahol wrote: > > > On Mon, Feb 22, 2021 at 9:10 AM Gijs Peskens wrote: > > > >> Hi, some feedback from one of the libRIST developers: > >> > >> Testing this patch (via diff found > >> on: > >> > https://patchw

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

2021-02-22 Thread Marton Balint
On Mon, 22 Feb 2021, Paul B Mahol wrote: On Mon, Feb 22, 2021 at 9:10 AM Gijs Peskens wrote: Hi, some feedback from one of the libRIST developers: Testing this patch (via diff found on: https://patchwork.ffmpeg.org/project/ffmpeg/patch/20210126205145.20448-1-one...@gmail.com/ ) I've notice

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

2021-02-22 Thread Marton Balint
On Mon, 22 Feb 2021, Gijs Peskens wrote: Thanks for your swift reply! (and for your work on the patch, which I believe I forgot to thank you for) On 22-02-2021 09:17, Paul B Mahol wrote: On Mon, Feb 22, 2021 at 9:10 AM Gijs Peskens wrote: Hi, some feedback from one of the libRIST develop

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

2021-02-22 Thread Gijs Peskens
Thanks for your swift reply! (and for your work on the patch, which I believe I forgot to thank you for) On 22-02-2021 09:17, Paul B Mahol wrote: On Mon, Feb 22, 2021 at 9:10 AM Gijs Peskens wrote: Hi, some feedback from one of the libRIST developers: Testing this patch (via diff found on:

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

2021-02-22 Thread Paul B Mahol
On Mon, Feb 22, 2021 at 9:10 AM Gijs Peskens wrote: > Hi, some feedback from one of the libRIST developers: > > Testing this patch (via diff found > on: > https://patchwork.ffmpeg.org/project/ffmpeg/patch/20210126205145.20448-1-one...@gmail.com/ > ) I've noticed FFmpeg is not reading fast enough

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

2021-02-22 Thread Gijs Peskens
Hi, some feedback from one of the libRIST developers: Testing this patch (via diff found on:https://patchwork.ffmpeg.org/project/ffmpeg/patch/20210126205145.20448-1-one...@gmail.com/ ) I've noticed FFmpeg is not reading fast enough from the libRIST FIFO buffer (which is limited to 1024 packets

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

2020-12-22 Thread Paul B Mahol
On Tue, Dec 22, 2020 at 9:15 PM Lynne wrote: > Dec 22, 2020, 19:09 by one...@gmail.com: > > > Signed-off-by: Paul B Mahol > > + > > +const URLProtocol ff_librist_protocol = { > > +.name= "rist", > > +.url_open= librist_open, > > +.url_read= lib

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

2020-12-22 Thread Lynne
Dec 22, 2020, 19:09 by one...@gmail.com: > Signed-off-by: Paul B Mahol > + > +const URLProtocol ff_librist_protocol = { > +.name= "rist", > +.url_open= librist_open, > +.url_read= librist_read, > +.url_write = librist_write, > +