Re: [FFmpeg-devel] [PATCH v4] Add ZeroMQ as protocol option

2019-08-31 Thread Andriy Gelman
On Sat, 31. Aug 03:20, Marton Balint wrote: > > > On Sat, 31 Aug 2019, Marton Balint wrote: > > > > > > > On Fri, 30 Aug 2019, Andriy Gelman wrote: > > > > > On Thu, 29. Aug 21:01, Marton Balint wrote: > > > > > > > > > > > > On Thu, 29 Aug 2019, Andriy Gelman wrote: > > > > > > > > > Chan

Re: [FFmpeg-devel] [PATCH v4] Add ZeroMQ as protocol option

2019-08-30 Thread Marton Balint
On Sat, 31 Aug 2019, Marton Balint wrote: On Fri, 30 Aug 2019, Andriy Gelman wrote: On Thu, 29. Aug 21:01, Marton Balint wrote: On Thu, 29 Aug 2019, Andriy Gelman wrote: > Changes in v4: > - Use polling instead of non-blocking option for socket >read/write operations. > - Added p

Re: [FFmpeg-devel] [PATCH v4] Add ZeroMQ as protocol option

2019-08-30 Thread Marton Balint
On Fri, 30 Aug 2019, Andriy Gelman wrote: On Thu, 29. Aug 21:01, Marton Balint wrote: On Thu, 29 Aug 2019, Andriy Gelman wrote: > Changes in v4: > - Use polling instead of non-blocking option for socket >read/write operations. > - Added pkt_size, timeout_send, timeout_recv options. >

Re: [FFmpeg-devel] [PATCH v4] Add ZeroMQ as protocol option

2019-08-30 Thread Andriy Gelman
On Thu, 29. Aug 21:01, Marton Balint wrote: > > > On Thu, 29 Aug 2019, Andriy Gelman wrote: > > > Changes in v4: > > - Use polling instead of non-blocking option for socket > >read/write operations. > > - Added pkt_size, timeout_send, timeout_recv options. > >Updated documentation for

Re: [FFmpeg-devel] [PATCH v4] Add ZeroMQ as protocol option

2019-08-29 Thread Marton Balint
On Thu, 29 Aug 2019, Andriy Gelman wrote: Changes in v4: - Use polling instead of non-blocking option for socket read/write operations. - Added pkt_size, timeout_send, timeout_recv options. Updated documentation for new options. No, timeout_send and timeout_recv is not needed. The UR

[FFmpeg-devel] [PATCH v4] Add ZeroMQ as protocol option

2019-08-29 Thread Andriy Gelman
Changes in v4: - Use polling instead of non-blocking option for socket read/write operations. - Added pkt_size, timeout_send, timeout_recv options. Updated documentation for new options. - Removed redundant memcpy now that pkt_size is set. - Check that context is successfully creat