Re: [zeromq-dev] What differentiates connected peers on a ZMTP point of view ?

2014-02-11 Thread Goswin von Brederlow
On Mon, Feb 10, 2014 at 05:31:34PM +0100, Laurent Alebarde wrote: Le 10/02/2014 10:43, Goswin von Brederlow a écrit : On Thu, Feb 06, 2014 at 04:34:03PM +0100, Laurent Alebarde wrote: Hi Devs, I wonder please what differentiates connected peers on a ZMTP point of view ? To be more clear,

Re: [zeromq-dev] ZMQ_STREAM with inproc ?

2014-02-11 Thread Goswin von Brederlow
On Mon, Feb 10, 2014 at 05:38:44PM +0100, Laurent Alebarde wrote: Le 10/02/2014 11:12, Goswin von Brederlow a écrit : On Sun, Feb 09, 2014 at 12:16:48AM +0100, Laurent Alebarde wrote: When I replace the tcp address tcp://127.0.0.1:5556 with an *inproc* one, say inproc://testStream, in

[zeromq-dev] Compatibility ZMQ3 - ZMQ4

2014-02-11 Thread Emmanuel TAUREL
Hello all, I would like to get a confirmation of what I have in mind. I have a set of processes acting as PUB using ZMQ 3.2.4 My question is: If I run processes acting as SUB using ZMQ 4.0.3, will I have compatibility problems between my PUB and SUB? Is ZMQ 3.2.X compatible with ZMQ 4.0.3?

[zeromq-dev] Using ZMQ for video multicast

2014-02-11 Thread George Kumar
Hi all, Sorry if this too basic a question for most for you on the list. I have a requirement where I need to multicast video to up to 3 recipients. I am considering ZMQ PUB/SUB model. But ZMQ does not have the option of using UDP for transport. TCP is generally discouraged for real time data

Re: [zeromq-dev] Protocol Plugins

2014-02-11 Thread Lyle Thompson
I guess nobody is interested in pluggable protocols. Thanks anyway. From: zeromq-dev-boun...@lists.zeromq.org [mailto:zeromq-dev-boun...@lists.zeromq.org] On Behalf Of Lyle Thompson Sent: Monday, February 10, 2014 3:11 PM To: ZeroMQ development list Subject: [zeromq-dev] Protocol Plugins Hi

[zeromq-dev] zmq with ssh

2014-02-11 Thread Pritesh Acharya
Is zmq using ssh supported.I couldn't find anything such in the core library. Is there a library to secure zmq connection using ssh encription? -Pritesh ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org

Re: [zeromq-dev] Using ZMQ for video multicast

2014-02-11 Thread Emmanuel Taurel
Hi George, If you want to use PUB/SUB and multicast, you have to use ZMQ with PGM. In ZMQ, PGM is encapsulateded in UDP. Look at the so-called epgm (Encapsulated PGM) transport. Hoping this help Emmanuel Le 12.02.2014 01:24, George Kumar a écrit : Hi all, Sorry if this too basic a question