Marton Balint
a87a96105e
avformat/libzmq: fix check for zmq protocol prefix
...
Fixes ticket #11134 .
Signed-off-by: Marton Balint <cus@passwd.hu >
2024-09-02 22:51:17 +02:00
Michael Niedermayer
0263b6a48c
avformat/libzmq: Check av_strstart()
...
Fixes: CID1453457 Unchecked return value
Sponsored-by: Sovereign Tech Fund
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2024-06-12 00:39:12 +02:00
Anton Khirnov
08bebeb1be
Revert "all: Don't set AVClass.item_name to its default value"
...
Some callers assume that item_name is always set, so this may be
considered an API break.
This reverts commit 0c6203c97a .
2024-01-20 10:34:48 +01:00
Andreas Rheinhardt
0c6203c97a
all: Don't set AVClass.item_name to its default value
...
Unnecessary since acf63d5350adeae551d412db699f8ca03f7e76b9;
also avoids relocations.
Reviewed-by: Anton Khirnov <anton@khirnov.net >
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com >
2023-12-22 15:12:33 +01:00
Michael Niedermayer
e06b1ba7d7
avformat/libzmq: Improve r redundancy in occured
...
Reviewed-by: "mypopy@gmail.com " <mypopy@gmail.com >
2022-05-06 15:57:45 +02:00
Andriy Gelman
e6c5329a43
avformat/libzmq: Make default pkt_size value consistent with amqp
...
Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com >
Signed-off-by: Marton Balint <cus@passwd.hu >
2020-03-09 22:07:18 +01:00
Andriy Gelman
c07565627b
avformat/libzmq: Replace fail statements with goto
...
Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com >
Reviewed-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2020-01-21 15:56:39 +01:00
Andriy Gelman
1054b68a62
avformat/libzmq: Check return of zmq_setsockopt
...
Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2020-01-21 15:56:39 +01:00
Andriy Gelman
ef43a4d6b3
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 >
2019-09-02 23:08:43 +02:00