Re: [FFmpeg-devel] [PATCH] avformat: Add AMQP version 0-9-1 protocol support

2020-02-23 Thread Andriy Gelman
On Sun, 09. Feb 17:30, Andriy Gelman wrote: > On Sun, 09. Feb 14:32, Timo Rothenpieler wrote: > > On 01.02.2020 20:02, Andriy Gelman wrote: > > > From: Andriy Gelman > > > > > > Supports connecting to a RabbitMQ broker via AMQP version 0-9-1. The > > > broker can redistribute content to other cli

Re: [FFmpeg-devel] [PATCH] avformat: Add AMQP version 0-9-1 protocol support

2020-02-09 Thread Jean-Baptiste Kempf
On Mon, Feb 10, 2020, at 01:47, Marton Balint wrote: > > On Sun, 9 Feb 2020, Andriy Gelman wrote: > > > On Sun, 09. Feb 22:58, Jean-Baptiste Kempf wrote: > >> > >> > >> On Sun, Feb 9, 2020, at 14:32, Timo Rothenpieler wrote: > >> > On 01.02.2020 20:02, Andriy Gelman wrote: > >> > > From: Andr

Re: [FFmpeg-devel] [PATCH] avformat: Add AMQP version 0-9-1 protocol support

2020-02-09 Thread Marton Balint
On Sun, 9 Feb 2020, Andriy Gelman wrote: On Sun, 09. Feb 22:58, Jean-Baptiste Kempf wrote: On Sun, Feb 9, 2020, at 14:32, Timo Rothenpieler wrote: > On 01.02.2020 20:02, Andriy Gelman wrote: > > From: Andriy Gelman > > > > Supports connecting to a RabbitMQ broker via AMQP version 0-9-1. Th

Re: [FFmpeg-devel] [PATCH] avformat: Add AMQP version 0-9-1 protocol support

2020-02-09 Thread Andriy Gelman
On Sun, 09. Feb 22:58, Jean-Baptiste Kempf wrote: > > > On Sun, Feb 9, 2020, at 14:32, Timo Rothenpieler wrote: > > On 01.02.2020 20:02, Andriy Gelman wrote: > > > From: Andriy Gelman > > > > > > Supports connecting to a RabbitMQ broker via AMQP version 0-9-1. The > > > broker can redistribute

Re: [FFmpeg-devel] [PATCH] avformat: Add AMQP version 0-9-1 protocol support

2020-02-09 Thread Andriy Gelman
On Sun, 09. Feb 13:54, Marton Balint wrote: > > > On Sat, 1 Feb 2020, Andriy Gelman wrote: > > > From: Andriy Gelman > > > > Supports connecting to a RabbitMQ broker via AMQP version 0-9-1. The > > broker can redistribute content to other clients based on "exchange" and > > "routing_key" field

Re: [FFmpeg-devel] [PATCH] avformat: Add AMQP version 0-9-1 protocol support

2020-02-09 Thread Andriy Gelman
On Sun, 09. Feb 14:32, Timo Rothenpieler wrote: > On 01.02.2020 20:02, Andriy Gelman wrote: > > From: Andriy Gelman > > > > Supports connecting to a RabbitMQ broker via AMQP version 0-9-1. The > > broker can redistribute content to other clients based on "exchange" and > > "routing_key" fields. >

Re: [FFmpeg-devel] [PATCH] avformat: Add AMQP version 0-9-1 protocol support

2020-02-09 Thread Jean-Baptiste Kempf
On Sun, Feb 9, 2020, at 14:32, Timo Rothenpieler wrote: > On 01.02.2020 20:02, Andriy Gelman wrote: > > From: Andriy Gelman > > > > Supports connecting to a RabbitMQ broker via AMQP version 0-9-1. The > > broker can redistribute content to other clients based on "exchange" and > > "routing_key"

Re: [FFmpeg-devel] [PATCH] avformat: Add AMQP version 0-9-1 protocol support

2020-02-09 Thread Timo Rothenpieler
On 01.02.2020 20:02, Andriy Gelman wrote: From: Andriy Gelman Supports connecting to a RabbitMQ broker via AMQP version 0-9-1. The broker can redistribute content to other clients based on "exchange" and "routing_key" fields. --- Compilation notes: - Requires librabbitmq-dev package (on ubuntu

Re: [FFmpeg-devel] [PATCH] avformat: Add AMQP version 0-9-1 protocol support

2020-02-09 Thread Marton Balint
On Sat, 1 Feb 2020, Andriy Gelman wrote: From: Andriy Gelman Supports connecting to a RabbitMQ broker via AMQP version 0-9-1. The broker can redistribute content to other clients based on "exchange" and "routing_key" fields. --- Compilation notes: - Requires librabbitmq-dev package (on ubun