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

2020-12-30 Thread Nicolas George
Sergio M. Ammirata, Ph.D. (12020-12-30): > Is there else blocking the integration of the library based > module into ffmpeg? The comments made by James and me need to be addressed. > We would prefer not to have it in "experimental mode". For that, you need to be really really sure that the API i

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

2020-12-30 Thread Sergio M. Ammirata, Ph.D.
Understood ... thanks for the advice. Is there else blocking the integration of the library based module into ffmpeg? We would prefer not to have it in "experimental mode". Regards, Sergio On Tue, 2020-12-29 at 23:03 +0100, Nicolas George wrote: > Sergio M. Ammirata, Ph.D. (12020-12-28): > > W

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

2020-12-29 Thread Nicolas George
Sergio M. Ammirata, Ph.D. (12020-12-28): > We already had a file descriptor signaling method on a > private branch. Here is the link: > > > https://code.videolan.org/rist/librist/-/commits/descriptor_method/ > > I assume this would work? > > Is the idea to add our file handle to a larger array o

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

2020-12-28 Thread Marton Balint
On Mon, 28 Dec 2020, Sergio M. Ammirata, Ph.D. wrote: Hello Nicolas, We already had a file descriptor signaling method on a private branch. Here is the link: https://code.videolan.org/rist/librist/-/commits/descriptor_method/ I assume this would work? Is the idea to add our file handle to

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

2020-12-28 Thread Sergio M. Ammirata, Ph.D.
Hello Nicolas, We already had a file descriptor signaling method on a private branch. Here is the link: https://code.videolan.org/rist/librist/-/commits/descriptor_method/ I assume this would work? Is the idea to add our file handle to a larger array on a master select loop inside ffmpeg? Afte