From ef43a4d6b38de941dd2ede0711d4fd5d811127ed Mon Sep 17 00:00:00 2001 From: Andriy Gelman Date: Tue, 30 Jul 2019 14:39:32 -0400 Subject: avformat: Add ZeroMQ as a protocol When ffmpeg was streaming, multiple clients were only supported by using a multicast destination address. An alternative was to stream to a server which re-distributes the content. This commit adds ZeroMQ as a protocol, which allows multiple clients to connect to a single ffmpeg instance. Signed-off-by: Marton Balint --- doc/general.texi | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/general.texi') diff --git a/doc/general.texi b/doc/general.texi index d0c3525e02..2744c238cf 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -1339,6 +1339,7 @@ performance on systems without hardware floating point support). @item TCP @tab X @item TLS @tab X @item UDP @tab X +@item ZMQ @tab E @end multitable @code{X} means that the protocol is supported. -- cgit v1.2.3