George, You can probably send video to a handful of recipients over TCP, using pub-sub sockets. It depends totally on the video size, compression, etc. UDP multicast isn't going to help unless the recipients are on the same network. Semi-reliable UDP (like UDT) might help on some networks. However TCP will mostly do just fine for your case.
-Pieter On Wed, Feb 12, 2014 at 1:24 AM, George Kumar <[email protected]> wrote: > 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 like video. > So what do you folks think ? > > Appreciate your feedback. > Thanks. > George > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
