mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-01 21:12:53 +08:00
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 <cus@passwd.hu>
This commit is contained in:
committed by
Marton Balint
parent
b022d9ba28
commit
ef43a4d6b3
@@ -68,6 +68,7 @@ extern const URLProtocol ff_librtmpte_protocol;
|
||||
extern const URLProtocol ff_libsrt_protocol;
|
||||
extern const URLProtocol ff_libssh_protocol;
|
||||
extern const URLProtocol ff_libsmbclient_protocol;
|
||||
extern const URLProtocol ff_libzmq_protocol;
|
||||
|
||||
#include "libavformat/protocol_list.c"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user