[FFmpeg-devel] [PATCH] avformat/libsrt: Adding support for multiple clients as a server

2024-09-19 Thread nicolas . dato
From: Nicolas Jorge Dato When in listener mode and writing, now libsrt supports multiple clients configured with the max_clients parameter. When max_clients=1 (default), it behaves as before. When max_clientes > 1, after accepting the first client it launches a thread to listen for more clients,

[FFmpeg-devel] [PATCH] fix typo in avformat/mov.c

2020-05-21 Thread Nicolas Dato
avformat/mov: typo. when sidx time is found should assing it to pts instead of dts Fixes: AVPacket.dts was't monotonically increasing --- libavformat/mov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index e11c9f4..b2132e6 100