From edd7c258c8f968f3373590009becf046da701466 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Thu, 2 May 2024 18:18:38 +0530 Subject: [PATCH] Add `quinn` plugin to README Part-of: --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dc107d15..3dcac73b 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ You will find the following plugins in this repository: - `onvif`: Various elements for parsing, RTP (de)payloading, overlaying of ONVIF timed metadata. + - `quinn`: Transfer data over the network using QUIC + - `quinnquicsink`/`quinnquicsrc`: Send and receive data using QUIC + - `raptorq`: Encoder/decoder element for RaptorQ RTP FEC mechanism. - `reqwest`: An HTTP source element based on the [reqwest](https://github.com/seanmonstar/reqwest) library.