summaryrefslogtreecommitdiff
path: root/libavformat/libzmq.c
Commit message (Collapse)AuthorAge
* avformat: Add ZeroMQ as a protocolAndriy Gelman2019-09-02
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 <cus@passwd.hu>